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
How One Conditional Can Entangle Your React App

A cautionary exploration of how a lack of intentional composition can impact your React project. - http://amp.gs/jTgnZ

#react
NodeJS Performance Optimization with Clustering

This article gives insights into using the Cluster module to scale your NodeJS application to improve the performance of your NodeJS application by making better use of system resources. - http://amp.gs/jTEUQ

#nodejs
Famous Angular forRoot pattern

Recently I came across this strange bug in one of my applications. I had a service that in my mind was a… - http://amp.gs/jTVVb

#angular
Catching Errors in React with Error Boundaries - http://amp.gs/jT4tl

#react
25 Vue Tips You Need to Know

I've picked up a ton of useful tips over the years developing and writing about Vue. Some are clever, some I use almost every day, and some are more advanced — but they're all useful. - http://amp.gs/jTR8J

#vue
👍1
An Introduction to jq

jq is a fast, C-powered command-line utility to parse, sort, filter, and do just about anything with JSON data. Adam’s post is now the place to go to to remember jq syntax instead of Googling it. - http://amp.gs/jTRb9

#nodejs
A Guide to Designing Accessible, WCAG-Compliant Focus Indicators

Sara Soueidan created an in-depth guide to building accessible focus indicators. - http://amp.gs/jTU2c

#css
How to Structure a Large Scale Vue.js Application

What is the best way to structure a Vue.js application so that it scales and remains maintainable and extendable the more it grows? - http://amp.gs/jTrgk

#vue
Flutter: The Advanced Layout Rule Even Beginners Must Know

Flutter layout is very different from HTML layout. So you must memorize the following rule… - http://amp.gs/jTNP9

#flutter
Real-Time Exchange Information With Microservices and NodeJs

Today we will talk about real-time information used in all areas of social life. Speed ​​is the most… - http://amp.gs/jTAY4

#nodejs
Practical Uses of CSS Math Functions: calc, clamp, min, max

Stephanie Eckles reviews the four best-supported CSS math functions and explains how they can be practically used, such as within gradients and color functions and in combination with CSS custom properties. - http://amp.gs/jTAb5

#css
5 Vue.js Utilities You're Likely to Need

If you ever need to build an administrative tool using VueJS, you will probably need a few third-party components to help you deal with some complex user-interface behaviors. - http://amp.gs/jTqH5

#vue