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
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
Building a Split-Button Component

Adam Argyle gives a foundational overview of how to build an accessible split-button component. - http://amp.gs/jzEIx

#css
What’s New With DevTools: Cross-Browser Edition

Patrick Brosset explains what’s new with developer tools in Firefox, Edge, Chrome, and Safari. - http://amp.gs/jzEEB

#devtools
Real world example for angular reactive forms

For the last couple of years, I’ve created a few CRM and back-office applications using angular. The one… - http://amp.gs/jzEa5

#angular
142 Resources for Mastering Coding Interviews

This software engineering study guide will help you study for your interviews and get any job - http://amp.gs/jzVPv

#interview
Using Passport for Authentication in Node.js

Implementing authentication from scratch can often be a headache. As such, here’s a look at using Passport, a popular module for the task. - http://amp.gs/jzVuw

#nodejs
VueUse as must-have library for Vue 3

Check out four key features of the VueUse library that adds functionality to a Vue app with the Composition API. - http://amp.gs/jz9ta

#vue
State Management in Next.js Apps

Managing state in a Next.js application can get tricky very quickly. This looks at some patterns to help avoid complexity in common scenarios and avoid “provider hell.” - http://amp.gs/jz92A

#react #nextjs
Less Absolute Positioning With Modern CSS

Ahmad Shadeed explores a few use-cases where using absolute positioning isn’t needed anymore. - http://amp.gs/jz4U9

#css
bundle: A Quick npm Package Size Checker

Enter a package name, then hit the “run” button and this tool will give you the minified, bundled, and gzipped size of the package. - http://amp.gs/jzRJ3

#npm
Working with Tree Data Structures

The basics of traversal: both breadth first and depth first. Complete with visuals to help you get the ideas more quickly. - http://amp.gs/jzUPj

#javascript
How an npm Package with 3M Weekly Downloads Had a Severe Vulnerability

It’s not every day a publication as mainstream as Ars Technica covers Node news, but security researcher Ax Sharma has put together a good story about a significant vulnerability in pac-resolver. - http://amp.gs/jzdzU

#nodejs
Vue Dynamic CSS Variables Using v-bind In CSS v3.2

Vue v3.2 has a new feature "State-Driven CSS Variables" which allows us to easily use reactive variables & data object values inside styles in our Single-File Components. - http://amp.gs/jzOIK

#vue