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

Admin: @andrey2019
Download Telegram
The State Of Web Workers in 2021

The web is single-threaded. This makes it increasingly hard to write smooth and responsive apps. Workers can be an important and useful tool for these kinds of problems. - http://amp.gs/j8eUi

#vue
What’s the Difference Between the Alignment Values of start, flex-start, and self-start?

Rachel Andrew outlines the difference between the alignment values of start, flex-start, and self-start in Flexbox. - http://amp.gs/j879W

#css
6 Different Ways To Implement Micro-Frontends With Angular

Check which architecture fits your need - http://amp.gs/j8PRf

#angular
👏1
The Node.js Developer Roadmap for 2021

The Roadmap To Becoming a Node.js Developer - http://amp.gs/j8hO2

#nodejs
A Checklist for Freelance React Developers

Robin covers a variety of things to think about if you’re an independent React developer who needs to seamlessly get involved with existing teams and projects. - http://amp.gs/j8vsv

#react
The Open-Closed principle made simple

Following this principle should spare you from new bugs when adding new features to existing code. - http://amp.gs/j8giO

#pattern
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/j8EqX

#vue
Towards Richer Colors on the Web

Felipe Erias talks about the ongoing efforts to specify richer colors on the Web platform, plus some ideas about directions for future development on Blink/Chromium. - http://amp.gs/j8Vu0

#css
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/j89FN

#flutter
How to Set Up Airbnb Style Guide for React Projects

This article highlights a popular technique to configure Airbnb React/JSX Style for a React Project. Learn this technique to improve code quality and maintain a consistent style guide among teams. - http://amp.gs/j84Hn

#react
Moving Away from React and Vue.js on the Front-End using Clean Architecture

One of the advantages of using Clean Architecture is the ability to uncouple an application from the UI framework or library. - http://amp.gs/j8UXc

#vue
Detecting Hover-Capable Devices

Michelle Barker shows how to detect hover-capable devices using Level 5 Media Queries. - http://amp.gs/j8d3M

#css
Best practices code review test automation.

The primary goal of the code review process is to assess any new code for bugs, errors, and quality standards… - http://amp.gs/j8Oab

#codereview
Breaking Down Bulky Builds With Netlify and Next.js

Even though the article is sponsored by Netlify, the author makes a compelling case for how to improve static site build times using On-Demand Builders and Incremental Static Regeneration. - http://amp.gs/j8rFz

#react
👍1
Flutter Is About To Win Over the Web

The cross-platform framework offers the most compelling web development experience - http://amp.gs/j8SgJ

#flutter
Most Common Errors Encountered In Angular With Solution

While coding we tackle issues on a daily basis. Some of which are functional bugs and some of which are… - http://amp.gs/j8NTY

#angular
Learn how Mapping Works In VueX

Mapping in Vuex makes it easier to use store properties (state, getters, actions, and mutations) in your Vue components. - http://amp.gs/j8ACi

#vue