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

In this post, we will discuss how to implement Micro Frontend with Reactjs - http://amp.gs/jzTqq

#microfrontends
Prevent Cross-Site Request Forgery in Express Apps with csurf

We look at how to use it to prevent CSRF attacks. - http://amp.gs/jzzEE

#nodejs
3 AWS Services To Learn as a React Developer

Knowledge of the cloud will make you more valuable in the job market - http://amp.gs/jz1v8

#react
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/jzYeS

#vue
Decoding AVIF: Deep Dive With Cats and Imgproxy

Polina Gurtovaya and Andy Barnov explain how is AVIF image format different from predecessors and how to start using it today with the help of a reliable and straightforward self-hosted image converter. - http://amp.gs/jztB3

#css
Angular: what is forwardRef and how does it work?

Angular is a complete development framework and, as such, offers solutions to most problems you can think of… - http://amp.gs/jzmlf

#angular
Top 50 Data Structure and Algorithms Interview Questions for Programmers

There are a lot of computer science graduates and programmers applying for programming, coding, and software… - http://amp.gs/jzZt4

#interview #algorithms
Ensure JavaScript Code Quality with Husky and Hooks

Building a robust eco-system to enforce code quality with JavaScript - http://amp.gs/jzZAZ

#javascript #quality
Top Node.js Development Trends in 2021

Lots of predictions for trends in Node.js for the year 2021 are being assumed by developers across the globe… - http://amp.gs/jzptF

#nodejs
Building A Stepper Component

Ahmad Shadeed explores different designs for a stepping component and explains how to implement each one in HTML and CSS. - http://amp.gs/jzp0a

#css
Understanding Angular Modules

A quick but comprehensive guide for understanding the different types of Angular Modules - http://amp.gs/jzlxi

#angular
6 Reasons to use Nuxt for Your Next Project in 2021

With all of the framework choices in 2021, why should you consider Nuxt? - http://amp.gs/jzlwP

#vue
The Best Frontend Development Strategies in 2022

This article is challenging, polarising, and thought-provoking on purpose. It covers a lot of fresh content and ideas which you are most likely not aware of. - http://amp.gs/jzBJU

#frontend
React Polymorphic Components with TypeScript

The inherent flexibility of polymorphic components is both an asset and a potential liability. However, you can use the strong typing capabilities of TypeScript to address some of the downsides of their use. - http://amp.gs/jznrG

#react
Deploying a Cloud Spanner-Based Node App

Cloud Spanner is an ‘unlimited scale’ managed relational database service Google offers (and which was spun out of an internal database system Google used for numerous services). This post covers the practicalities of building a simple app with a Spanner database and spinning it up on Google Cloud. - http://amp.gs/jzG93

#nodejs
How to Toggle Caching for Routing Components in Angular

Caching routing components must be an easy task to do, but it is not by default. - http://amp.gs/jzxv5

#angular
👍1
Vue: When a Computed Property Can Be the Wrong Tool

This article explores scenarios where computed properties might degrade your Vue components. - http://amp.gs/jzCpw

#vue