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
Top 100 Questions You Must Prepare For Your Next Angular Interview (1–45)

Angular Interview Questions 2021-Part 1 - http://amp.gs/6VIk

#angular
How to Improve Rendering Performance in a 1,000-Item React List

Pragmatic, prescriptive recommendations for efficiently handling large amounts of data on limited screen real estate. In related news, GitHub tried a React-based approach here for their log displays and ended up rolling their own vanilla library. - http://amp.gs/69GD

#react
Managing Multiple Threads In Node

A look at how to potentially triple your Node app’s performance by managing multiple threads. There’s a video version of the post available too. - http://amp.gs/6U1y

#nodejs
Dark Mode in 5 Minutes, With Inverted Lightness Variables

Lea Verou shows an interesting technique to create a dark theme quickly. - http://amp.gs/6UMx

#css
Vue JS 3 Composition API Reusable Form Validation – A Complete Guide

Learn how to create reusable and scalable form validation for signup and login pages in Vue JS 3 using the Composition API. - http://amp.gs/6OLl

#vue
How to Read React Errors

A practical tutorial on how to make sense out of some of the more obscure React error messages. - http://amp.gs/6rDH

#react
SEO in Angular Without Server-Side Rendering

How to handle static and dynamic content meta - http://amp.gs/6SJB

#angular
Five Ways to Prevent Code Injection in JavaScript and Node

Some best practices for keeping your Node projects safe from code injection attacks. - http://amp.gs/6ADx

#nodejs
Making a React To-Do List with Redux Toolkit in TypeScript

We like it when a potentially abstract subject like state management is clearly illustrated with a concrete example. In this case, a tuturial which covers the use of Redux to implement a to-do list. - http://amp.gs/6swt

#react
Vue 3 Won't Support IE11 [RFC]

Behavior inconsistencies and the long-term maintenance burden are making the Vue team question IE11 support in version 3. - http://amp.gs/6isR

#vue
Improve Angular Performance by understanding Change Detection

Angular Performance and Optimization Checklist - http://amp.gs/6DDs

#angular
Top 9 AWS Features for Web Developers: Recently Announced

The Amazon Web Services(AWS) unveils the latest services and improvements to the world, which are useful for web developers in web application development in early 2021. - http://amp.gs/6uro

#aws
Swipey Image Grids

Cassie Evans demonstrates how to use SVG to make responsive, animated image grids. - http://amp.gs/6J8h

#css
Node Development with Docker and Docker Compose

Using Docker and Docker Compose to develop Nod projects can be a good option, especially if working in a team. This article provides a walk-through of a possible setup and some pros and cons of the approach - http://amp.gs/6Jq6

#nodejs