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
Defensive CSS

Ahmad Shadeed shares a collection of snippets to help you write future-proof CSS. - http://amp.gs/jt9dK

#css
👍1
Use Supabase Auth with Vue.js 3

A tutorial on how to set up a Vue.js 3 application with Supabase Authentication for managing access to your data. - http://amp.gs/jt4GL

#vue
Strapi v4: An Open Source Node.js Headless CMS

Strapi has been around a while and has done a good job building a community around itself. A big new version is out with a new UI, Plugin API, Query Engine and more, plus a focus on refactoring the core to make it easier to extend and twist to your own ends - http://amp.gs/jtR1L

#nodejs
Advanced JavaScript Design Patterns

Check out these 20+ solutions to commonly occurring problems in JavaScript. - http://amp.gs/jtR6j

#javascript
Angular — Four practical use cases of NgTemplateOutlet

NgTemplateOutlet is one of the most overlooked features in Angular. This article summaries four use cases… - http://amp.gs/jtUKh

#angular
useEffect Sometimes Fires Before Paint: Why?

Does your application have an annoying flicker which is hard to explain and even harder to diagnose? It could be that useEffect isn’t firing when you think it does. - http://amp.gs/jtdJm

#react
Using Node to Build a Slack Bot for HubSpot

Comes from Fusebit whose integration platform is used to join the parts together. - http://amp.gs/jtOUQ

#nodejs
The Surprising Behavior of "Important CSS Custom Properties"

Stefan Judis explores how !important keyword behaves in custom properties. - http://amp.gs/jtrnD

#css
Address Form Autocomplete with Vue 3 and Lob

Adding an autocomplete feature to a Vue form can greatly improve UX especially on e-commerce sites. In this tutorial, you'll learn to build an address form app using Vue 3 Composition API and Lob Autocomplete API. - http://amp.gs/jtSjf

#vue
4 habits to succeed as a software engineer in FAANG

Learn the routines that set apart great engineers - http://amp.gs/jtSJr

#faang
A React Folder Structure for Enterprise Level Apps

While these types of articles represent subjective opinion, it’s still instructive to compare your appoach to their’s to see how the two stack up. - http://amp.gs/jtN1u

#react
Conditionally Load a Module Using Angular Router

In most cases, a feature flag is used when creating a new version of an existing page rather than adding… - http://amp.gs/jtNUC

#angular
Advanced Typescript

Get familiar with some of Typescript's greatest advanced features. - http://amp.gs/jtNo3

#typescript
Render Vue in 16 Ways

In this blog post, you'll learn 16 different ways to render something to the screen using Vue.js. - http://amp.gs/jtAnT

#vue
Cross-Fading Any Two DOM Elements Is Currently Impossible

Jake Archibald explains why it’s currently impossible to cross-fade DOM elements and what features we need to make it possible. - http://amp.gs/jtANd

#css
Implementing Server-Sent Events (SSE) in Node and React

Server-Sent Events (SSE) is an often overlooked technology for sending live updates from a backend server to a frontend client without refreshing the page or endless polling from JavaScript. This is a basic example. - http://amp.gs/jtq1H

#react
GitHub Rolling Out Enforced 2FA and More for npm Registry

Many public code package registries have suffered issues with user security in recent years, and a single compromised package can cause havoc in the npm ecosystem in particular. GitHub are, therefore, moving forward with plans for ‘enhanced login verification’ including enforced 2FA for publishers of high impact packages in early 2022. If you want to check your npm account and improve its security, now is the time! - http://amp.gs/jtq2v

#nodejs
Angular New Project Boilerplate: Workspace, Unit testing, Pre-commits hooks…

In this article I will demostratie all the necessary setup that you will need when creating a new Angular… - http://amp.gs/jtsSx

#angular
How to Setup Monorepos with Git for JavaScript and TypeScript

A guide to setting up monorepos using Git for Javascript or Typescript. With private repositories, proper… - http://amp.gs/jtiey

#monorepo
How To Make Blob Menu Using HTML, CSS, and JavaScript

Yosra Emad demonstrates how to create an effective blog menu. - http://amp.gs/jtibG

#css