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
How to Convert Arrays to Human-Readable Lists

A pretty quick tip here, leaning on Intl.ListFormat which deftly takes care of formatting a list in a locally appropriate way. - http://amp.gs/j8F7B

#javascript
How can a coder easily find a remote job with a salary of $60K, $100K or $200K?

Because of the pandemic, large companies and start-ups offer remote positions worldwide.

In this channel we collect all remote worldwide vacancies with very high salaries.

Follow the channel to find an exciting job that allows you to earn good money and travel at the same time.
What's the Difference Between Controlled and Uncontrolled Components in React?

A very quick and precise differentiation between these two broad categories of components. - http://amp.gs/j8XnO

#react
Implement Dark Mode in Flutter using Riverpod

A look at how to dynamically change your Flutter app theme with the state-management library Riverpod. - http://amp.gs/j8LCh

#flutter
Really Advanced Typescript Types

We explore custom compilation errors, surprising ways to use generics, and constructing type sets and maps… - http://amp.gs/j8LAC

#typescript
9 Companies Using Vue.js in 2021

Since Vue's inception in 2014, it has gained massive popularity. This article looks at how that happened and which companies are using Vue in 2021. - http://amp.gs/j8Wld

#vue
How to Eliminate Render-Blocking Resources: a Deep Dive

Sia Karamalegos outlines why it’s important to eliminate render-blocking resources and shows how to fix it in your HTML, CSS, and JavaScript. - http://amp.gs/j8W3V

#css
My Favorite Microservice Design Patterns for Node.js

Saying you’re using REST is not good enough anymore - http://amp.gs/j8aP1

#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/j8abR

#react
The Ultimate Guide to Browser-Side Storage

Does a pretty good job of covering all the options, right from variables through localStorage and on up to non-standard browser APIs you probably don’t want to be using. - http://amp.gs/j8oSI

#javascript
A Visual Guide to React Rendering

This article makes effective use of GIFs to clearly illustrate how React renders pages. Spoiler alert: React always re-renders, according to the author. Unless, of course, you follow his recommendations. - http://amp.gs/j85Dy

#react
Thinking About The Cut-Out Effect: CSS or SVG?

Ahmad Shadeed looks at how you can use CSS and SVG to achieve a cut-out effect. - http://amp.gs/j8Qqk

#css
Getting Started with Writing Test Cases in Flutter

Learn how to write test cases in Flutter with simple examples. - http://amp.gs/j8cNR

#flutter
Microsoft Beachball: The 'Sunniest' Semantic Version Bumper?

This might just be my favorite name for a Microsoft project since Microsoft Bob. Beachball is meant to make “automating npm publishing a breeze” with changelog generation and zero config versioning. - http://amp.gs/j869O

#nodejs
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/j8bh9

#vue
How to Test Component Interactions

The case for using Testing Library, given its ability to mimic user interactions and check results as opposed to simply testing the components arcane internal implementation details. - http://amp.gs/jTIki

#react
Why and How to Lazy Load Components in Angular

Create a reusable Angular accordion component and lazy load its content - http://amp.gs/jT8zi

#angular