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
An Angular Roadmap — The Past, Present, and Future of Angular

As of November 2020, Angular version 11.0.0 is now available. While this release brings many updates to the platform, the most significant features include faster builds with TypeScript 4.0, component test harnesses, and ESLint updates. - http://amp.gs/5YWA

#angular
The State of JS 2020 Survey Results

23,765 people from 137 countries took part in the recent State of JS survey and while there are some common criticisms of the project, the results are nonetheless interesting and we’ll be digging into some in forthcoming issues. - http://amp.gs/5tLa

#survey
User-Friendly Logging with TypeScript and Node

Writing comprehensive logging using text styling and emojis. - http://amp.gs/5mxQ

#nodejs
Vue 3.0: What I’m Most Excited About

In this post, we will look at the new and exciting features shipped with the latest version of Vue JS. - http://amp.gs/5ZTr

#vue
Seven React Native Packages to Know in 2021

A basic yet fairly complete library which implements features many mobile app users have come to expect in their user experience. - http://amp.gs/5pIJ

#reactnative
Ten Best Practices to Containerize Node Web Apps with Docker

Production-grade guidelines for building optimized and secure Node-based Docker images whether for microservices, server-side rendering, or stand alone apps. - http://amp.gs/5ltj

#nodejs
Angular—Introduction to service inheritance

Inheritance is one of the most popular ways to reuse code in Angular. It has been used very frequently to build components. Yet, not many developers will apply inheritance to service. In fact, service inheritance is much cleaner and easier to maintain comparing with component inheritance. It can be a good alternative of component inheritance in some cases. - http://amp.gs/5BBP

#angular
The Devil’s Albatross – An Algorithmic Layout Technique

Nils Binder explains how to build an algorithmic layout that switches from two centered elements to a spaced-out flex layout. - http://amp.gs/5nTm

#css
Reusable React Portals

A story about the React lifecycle and side-effects - http://amp.gs/5xe6

#react
Serverless Nest.js Micro-Services and Integrations without HTTP

You’ve got a Node app, you want to take it serverless.. you use API Gateway and have your Node app spin up an HTTP server and work through that, right? Nope, there’s a more direct way to do it. - http://amp.gs/5fnY

#nodejs
Caching Vue Refs

Is there a way to allow for persistence of Vue refs? This article shows how to compose additional caching logic on top of Vue refs. - http://amp.gs/5CvH

#vue
Announcing Experimental Multi-Platform Support for the Stream Flutter SDK

Stream is always looking out for the next big thing in developer tools to build new applications. React Native was one of the first mobile development framework supported by our SDKs and is still going strong. We announced support for Dart/Flutter in February of 2020. Flutter has been one of our fastest-growing integrations since — and we’re happy to announce new… - http://amp.gs/5kVE

#flutter
A proposal to improve Angular’s ReactiveFormsModule

In the past, the AngularInDepth blog has included some very helpful articles showing how the ReactiveFormsModule in @angular/forms can make your life easier. - http://amp.gs/5eeS

#angular
Understanding Clip Path in CSS

Ahmad Shadeed gives an introduction to the CSS clip-path with examples and use-cases. - http://amp.gs/57VI

#css
6 Tips and Best Practices for a Scalable React Project

When starting a new React project, it’s always a good idea to put together some guidelines that you and your team will follow to make the code scalable.
In this post, I will share with you a handful of insights from my years of using React that will help you to determine your own project guideline. - http://amp.gs/5Pop

#react
Creating a CRUD API with Node, Sequelize, Postgres and Docker

One of those ‘let’s bring together a variety of ideas’ tutorials. - http://amp.gs/5yvf

#nodejs
Create a Role-Based Show/Hide Directive in Angular

The custom directive in Angular is the best thing you’re not using.
If you are in the Angular realm for a good long time, you must be familiar with the concept of directives. Directives are one of the basic building blocks of Angular. It is everywhere. Even components in Angular are in directives with a template. - http://amp.gs/5y5W

#angular