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
Ten Mistakes to Avoid When Using React

While these are opinions, of course, your code will benefit from implementing at least some of these recommendations. - http://amp.gs/b2eg

#react
Asynchronous APIs with DynamoDB Streams

AWS’s API Gateway can add data directly to a DynamoDB table and this can then be picked up by a Lambda function using DynamoDB streams. But why? It can be a lot faster for the client than calling the Lambda directly. - http://amp.gs/bwmF

#nodejs
Security Best Practices in Angular

This article describes Angular’s built-in protections against common web-application vulnerabilities and… - http://amp.gs/bFtj

#angular
DevTools for CSS Layouts 2021 Edition

Chen Hui Jing gives an overview of layout-related DevTools features. - http://amp.gs/bXYs

#devtools
14 Useful Tools That I Use for Faster and Easier Web Development

Useful online developer tools you’ll love to use. - http://amp.gs/bXch

#web #tols
How to Use Vue Router: A Complete Tutorial

This tutorial deep dives into Vue Router 4 (used with Vue 3). Covers everything you need to know to use Vue Router comfortably. - http://amp.gs/bLQi

#vue
React Learning Roadmap For 2021

The Roadmap For Learning React I Wish I Knew - http://amp.gs/bWxT

#react
The Node.js Application Maintainer Guide

Covers best practices for maintaining a Node.js app, including dependencies, versioning, and architecture generally. - http://amp.gs/bWas

#nodejs
React Color Picker Deconstructed

Perhaps you’re satisfiied with just dragging a color picker component into your app. But if you really want to understand what actually goes into this seemingly simple but actually quite complex sort of control, here you can dig into the details. - http://amp.gs/ba0E

#react
Are You A Good Front End Engineer?

10 Must Have Traits of a Front-End Developer - http://amp.gs/bMqv

#skills
👍1
Advanced CSS Animation Using cubic-bezier()

Temani Afif shows you the power of cubic-bezier() and how it can be used to create fancy animations without too much complexity. - http://amp.gs/b5Eu

#css
Guide to Unit Testing Vue Components

This article serves as a guide for unit testing Vue components. - http://amp.gs/bQV3

#vue
Build a Music Streaming App like Spotify with React Native

Another instalment in this informal series that starts with a relatable case study and then proceeds through a rigorous step-by-step tutorial. - http://amp.gs/bc7R

#react
Introduction to Angular Best Practices

Introduction to Angular Best Practices with some Javascript suggestions - http://amp.gs/bc23

#angular
4 Best Practices for Large Scale Vue.js Projects

Building enterprise-level Vue.js projects. - http://amp.gs/bbfa

#vue
Auto-Unsubscribing in Angular Components Like a Pro

5 techniques for quickly handling unsubscribe() calls to a large count of subscriptions inside your… - http://amp.gs/jIIvD

#angular