FrontEnd Development
28.9K subscribers
145 photos
1 video
9.35K links
Полезные ссылки иHTML, CSS, JavaScript, TypeScript, Angular, React, Vue, Node.js, Mobile and more.
Download Telegram
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
How to Handle JavaScript Event Propagation Life Cycle

An intensive discussion with relevant examples about Event Bubbling and Capturing in JavaScript. It helps you understand the event flow and how capturing and bubbling works to optimize your application with correct event handling. - http://amp.gs/jzkYv

#javascript
Best Practices for Logging in Node

Nine tips walking through the essentials if you’re getting serious about logging - things like avoiding logging sensitive information, writing descriptive messages, and using logging levels correctly. - http://amp.gs/jzkMt

#nodejs
Global vs. Local Styling in Next.js

Approaching the topic of structuring CSS nicely within Next-powered apps. - http://amp.gs/jzeF0

#react #nextjs
Flexible Angular Components

A guide to content projection using ng-template - http://amp.gs/jzPNI

#angular
Build a Video Chat App with Vue and Daily Prebuilt

In this tutorial, you'll see how to incorporate video calls into your Vue app using Daily. - http://amp.gs/jzyOm

#vue
Building Reactive Systems with Node.js

A look at why reactive systems are especially easy to implement with Node, followed by a walk through a reactive system built with Node and Apache Kafka. - http://amp.gs/jzhRX

#nodejs