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

When working on an enterprise application, or with a company that deals with multiple projects, it’s necessary to develop a solid foundation; Specifically, it’s important to have strong core components which are flexible enough to adapt to any variation or requirement, and can be shared across teams
- http://amp.gs/q1Nw

#angular
Lessons from Building Node Apps in Docker - http://amp.gs/qmy4

#nodejs
How JavaScript Works: How V8 Optimizes for Efficiency

An explanation of how the V8 JavaScript engine (as used in Chrome and Node) makes your code run as fast as possible, followed up with a few tips on improving your code to help V8 out - http://amp.gs/qpJN

#javascript
Use cases: ng-content

Content projection is not a concept that one may use everyday, and to be honest, many Angular developers that don't even know about it. - http://amp.gs/qlGP

#angular
Basic Functional Techniques with React

A few (very) basic ideas, including partial application, short circuit evaluation, and using methods like map, filter, and reduce instead of loops. - http://amp.gs/qlLk

#react
React Hook Form: Simple, Extensible React Form Validation

It’s not just an interesting project, but it has one of the best project homepages I’ve seen too, complete with code comparisons with similar libraries. - http://amp.gs/qGZ7

#react #hooks #forms
How npm Lockfiles Can Be a Security Blindspot for Injecting Malicious Modules

“Let me show you how easy it is to introduce back doors that are easily missed by project owners… leaving your code insecure.” This is a subtle issue, but we’ve seen how such issues can turn into big problems down the line recently. - http://amp.gs/qfcE

#nodejs
10 Tips & Tricks to Make you a Better Vue.js Developer

Here are 10 Vue.js tips and tricks you may not be aware of to help you write more better and more efficient code.
- http://amp.gs/qC5i

#vue