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
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
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
Approaching the topic of structuring CSS nicely within Next-powered apps. - http://amp.gs/jzeF0
#react #nextjs
Firefox’s bolder Default is a Problem for Variable Fonts
Šime Vidas outlines some intricacies with variable fonts in Firefox. - http://amp.gs/jz73w
#css
Šime Vidas outlines some intricacies with variable fonts in Firefox. - http://amp.gs/jz73w
#css
CSS-Tricks
Firefox’s `bolder` Default is a Problem for Variable Fonts | CSS-Tricks
Variable fonts make it easy to create a large set of font styles from a single font file. Unfortunately, the default rendering of the <b> and
Flexible Angular Components
A guide to content projection using ng-template - http://amp.gs/jzPNI
#angular
A guide to content projection using ng-template - http://amp.gs/jzPNI
#angular
Medium
Flexible Angular Components
A guide to content projection using ng-template
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
In this tutorial, you'll see how to incorporate video calls into your Vue app using Daily. - http://amp.gs/jzyOm
#vue
Daily API: Developer Tips To Build Video and Audio Chat
Build a video chat app with Vue and Daily Prebuilt
Embed Daily Prebuilt and add custom video call controls to any Vue app
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
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
Exploring the multi_select_item Package in Flutter
…with a demo of how to implement it. - http://amp.gs/jzgBz
#flutter
…with a demo of how to implement it. - http://amp.gs/jzgBz
#flutter
Medium
Explore Multi-Select Items In Flutter
Flutter widget is built using a modern framework. It is like a react. In this, we start with the widget to create any application. Each…
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
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
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
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
Medium
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 thing you can say about those type…
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
This software engineering study guide will help you study for your interviews and get any job - http://amp.gs/jzVPv
#interview
Medium
142 Resources for Mastering Coding Interviews
This software engineering study guide will help you study for your interviews and get any job!
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
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
LogRocket Blog
Using Passport for authentication in Node.js - LogRocket Blog
Implementing app authentication from scratch can be a headache. Instead, use Passport, a popular module for auth in your Node.js app.
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
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
DEV Community
VueUse as must-have library for Vue 3
For those who are unfamiliar with this library, I advise you to try it, as it can de facto become the...
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
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
Ahmad Shadeed explores a few use-cases where using absolute positioning isn’t needed anymore. - http://amp.gs/jz4U9
#css
Ishadeed
Less Absolute Positioning With Modern CSS
How to use use position:absolute less by leveraging modern CSS
Angular structural directives — implement your own *ngIf
Explore the magic behind the asterisk Angular provides a couple of built-in directives. But not all of them… - http://amp.gs/jzRgk
#angular
Explore the magic behind the asterisk Angular provides a couple of built-in directives. But not all of them… - http://amp.gs/jzRgk
#angular
Medium
Angular structural directives — implement your own *ngIf
Angular provides a couple of built-in directives. But not all of them are applied in the same way. ngClass for example, is applied like a normal HTML attribute. Structural directives like *ngIf or…
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
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
bundlejs.com
bundlejs - Online bundler + npm package bundle size checker
A quick and easy way to bundle, minify, and compress (gzip and brotli) your ts, js, jsx and npm projects all online, with the bundle file size.