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 Experienced Developers Review Code

Simply reviewing someone's code and identifying errors is great and as a developer, follow these five good practices experienced developers do at code reviews. - http://amp.gs/j1WKI

#codereview
Safe DOM Manipulation (in the Future) with the Sanitizer API

The new Sanitizer API (edited by developers from both Google and Mozilla) aims to build a robust processor for arbitrary strings to be safely inserted into a page. Something to look forward to. - http://amp.gs/j1amK

#javascript #webapi
👍1
Flutter Minimizing Tips

A minimalist guide for size optimizations for Flutter. - http://amp.gs/j1a4U

#flutter
Managing Secrets in Node.js with HashiCorp Vault

HashiCorp Vault helps organizations manage secrets safely. Learn how to use Vault with your Node.js… - http://amp.gs/j1aoK

#nodejs
Reusing Angular component code by using TypeScript Inheritance

Since TypeScript supports the inheritance concept. Certain times, it is very easy to reuse code. If Angular… - http://amp.gs/j1oVU

#angular
Use Vue 3 Single File Components Without Compilation

This article explains the process of using Single File Components in Vue 3 without compilation by using the vue3-sfc-loader. - http://amp.gs/j1Mng

#vue
Conditional border-radius and Three Future CSS Features

Stefan Judis gives an overview of some future CSS features: media query ranges, container queries, and @when/@else. - http://amp.gs/j15Zz

#css
How to Replace useState with useRef and Be a Winner

A post walking through the differences between different forms of state, when state is really needed or not, and an alternative and optimizations for certain cases. - http://amp.gs/j1QKg

#react
How to 'Cancel' an HTTP Request

The so-called Abort API allows you to cancel asynchronous tasks such as in-flight HTTP requests and here’s how to use it in the latest Node.js version. Simon has also given a 30 minute talk about AbortController generally if you want to learn more. - http://amp.gs/j1crr

#nodejs
How to Configure Angular Modules Loaded by the Router

Using NgModuleFactory to create a variant of the forRoot
pattern that enables configuring Angular modules… - http://amp.gs/j16E2

#angular
Tips and Gotchas for Using key with v-for in Vue.js 3

The purpose of the key attribute is to give a hint for Vue's virtual DOM algorithm when diffing the new list of nodes against the old list. Learn how to avoid misusing it. - http://amp.gs/jYIYy

#vue
33 Concepts Every JavaScript Developer Should Know

A curated collection of links to tutorials on 33 different areas of JavaScript it’s worth understanding well, including: types, closures, equality, scope, and different JavaScript engines. We’ve linked this before, but it continues to get updated. - http://amp.gs/jYIci

#javascript
How to Dockerize an Existing Node App

Sticks very much to a basic, demo example. - http://amp.gs/jYjK2

#nodejs
TDD: How to Test Using Vue.js, VueTestUtils, and Jest

The goal of test-driven development (TDD) is to ensure developers have a roadmap of their code outcome before writing the actual code. - http://amp.gs/jYzxw

#vue