FrontEnd Development
30.9K subscribers
145 photos
1 video
9.35K links
Полезные ссылки иHTML, CSS, JavaScript, TypeScript, Angular, React, Vue, Node.js, Mobile and more.

Admin: @andrey2019
Download Telegram
A Deep Dive Into CSS Grid minmax()

Ahmad Shadeed shares how CSS grid minmax() works, with a detailed visual explanation for auto-fit and auto-fill keywords. - http://amp.gs/acpu

#css
Solving Sudoku Puzzles with React

Although it would seem to defeat the purpose of doing a Sudoku (a popular form of number puzzle) in the first place, the methodology is an interesting and popular programming challenge which was kicked off by Peter Norvig’s classic Python essay of a decade ago. - http://amp.gs/a6pi

#react
Logic reusability in Angular applications

When you create an enterprise Angular application, chances are that you end up with many modules 📦 for different entities e.g. CarsModule, PlanesModule, ShipsModule etc. - http://amp.gs/a6ua

#angular
App Store & Google Play: Submission Checklist

David shares his checklist of the basics for submitting your app to both the App Store and Google Play. - http://amp.gs/abLC

#mobile
A Complete Guide to CSS Gradients

Geoff Graham created an in-depth guide to CSS Gradients. - http://amp.gs/oICO

#css
Upgrading to React 17 and Webpack 5 - http://amp.gs/oI3p

#react
The TRUE difference between [] and {{}} bindings in Angular

One of the parts of Angular that most developers think they understand, but many don’t, is the true nature of [] and {{}} bindings. - http://amp.gs/ojvI

#angular
Apple Unveils M1, Its System-on-a-Chip for Mac Computers

Apple has unveiled its first ARM-based ‘Apple Silicon’ Macs (the Air, 13” Pro and Mini) built around a chip called the M1. Dev reactions have been mixed with a 16GB memory limit notable to those heavily using VMs or Docker. The perf and efficiency improvements seem good and many developers are sure to adopt these systems in due course. - http://amp.gs/o8Bs

#news #apple
Using GitHub Actions to Securely Publish npm Packages

One approach to using GitHub Actions to publish npm packages from repositories following the typical GitHub developer flow with pull requests, etc. - http://amp.gs/oTlW

#npm
Building Modern Native Addons for Node in 2020

N-API provides a stable API to develop native add-ons against and all LTS versions of Node now support N-API version 3 or higher, so if you haven’t explored the art of building native add-ons in a while, now’s a great time. - http://amp.gs/o1IR

#nodejs
Filtering, Sorting, and Searching in Arrays with Vue.js

Improve your user’s access to the relevant data - http://amp.gs/otza

#vue
The Best Way To Architect Your Angular Libraries

The ideas presented in this article are based on extensive experience from large enterprise environment (100 Angular SPAs and 30+ libs )… - http://amp.gs/otcp

#angular
10 Insights From Adopting TypeScript At Scale

A fantastic writeup (from a TC39 member, no less) of how Bloomberg (the financial media company) adopted TypeScript and now has 2,000 full-time JavaScript engineers. Curiously we also learn that Bloomberg also have their own JavaScript runtime built around the V8 engine. - http://amp.gs/om5d

#typescript
Ten React Security Best Practices

A compact distillation of seemingly everything you need to know about making your React app more capable of withstanding exploits. This includes a methodology for automating testing to help ensure you’ve done it right. - http://amp.gs/opl3

#react
Capturing User Emails in Google Sheets

The team behind a political prediction visualization needed to stay in touch with its supporters. Their approach? Spin up a Node-powered function on AWS Lambda and push email addresses onto a Google Sheet. - http://amp.gs/oBYP

#nodejs