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
Getting Started with Validation in Node

You’ve got a webapp and you want to validate the data it’s sent, but there are lots of options. Here Simon breaks down one approach using JSON schemas along with Ajv. - http://amp.gs/jtGUR

#nodejs
Advanced Roadmap for React.js developers

This roadmap will give you an idea about the landscape and guide you if you are confused about where to begin… - http://amp.gs/jtxvA

#react #roadmap
JavaScript Programming Styles: Best Practices

Having good practices not only refers to those that have a better performance, but also to the way you program, especially about styles. In this article, get to know the best practices in JavaScript Programming Styles. - http://amp.gs/jtfe5

#javascript
🥰1
How to use CKEditor with Nuxt.js

CKEditor is one of the best WYSIWYG rich text editors. Here you'll learn how to use it in your Nuxt.js projects. - http://amp.gs/jtkI5

#vue
👍1
An Introduction to Redux Toolkit for Beginners

Redux Toolkit is a "batteries-included toolset for efficient Redux development." - http://amp.gs/jtedr

#react
Seven Ways to Improve Node Performance at Scale

Some basic advice including using timeouts and caching, profiling and monitoring your code, and how clustering and load balancing can help. - http://amp.gs/jt7ho

#nodejs
How JavaScript Engines Achieve Great Performance

If you’ve ever wondered what it is browsers actually do to get JavaScript to execute quickly, this post digs into it a little. - http://amp.gs/jtPpw

#javascript
From My Point of Vue: Headless Components

Learn about how headless components handle logic and behavior separate from UI. This gives the responsibility of how the component looks to the consumer. - http://amp.gs/jtPA4

#vue
Conditional Border Radius In CSS

Ahmad Shadeed shows how to use CSS comparison functions to create a conditional border radius. - http://amp.gs/jtyIF

#css
Using Web Workers to Boost Third-Party Script Performance

A look at Partytown, a still experimental library that aims to improve third-party script performance using Web Worker technology. - http://amp.gs/jtyVS

#webworkers
Extracting Image Metadata (EXIF) using Node

Extra data can sometimes be stored inside images, such as geolocation coordinates, text strings, and more, and it can be extracted from Node code. - http://amp.gs/jtyw0

#nodejs
Creating a React Component with TDD

TDD doesn’t often get a lot of airtime in the React ecosystem, but this article counteracts that trend with the application of its principles in a full-cycle tutorial. - http://amp.gs/jthnx

#react
Vuex With Class Components

Learn how to accomplish state management using Vuex with TypeScript and class components. - http://amp.gs/jthw2

#vue
The 2021 Web Almanac — CSS

Eric A. Meyer and Shuvam Manna are covering trends, changes, and patterns in CSS use across the web in the CSS chapter of the latest edition of Web Almanac. - http://amp.gs/jtvdY

#css
👍1
Important Architecture Decisions for Your Angular Application

Making your angular application more robust - http://amp.gs/jtgkd

#angular
Microfrontends: Which Framework to Use?

In the past few years, I have been helping many clients and companies move to Microfrontends. We always start… - http://amp.gs/jtEml

#microfrontends