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.
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
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
StackFull.dev
Tree data structure in JavaScript
Implementation and traversal techniques
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
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
Ars Technica
NPM package with 3 million weekly downloads had a severe vulnerability
Untrusted JavaScript config file can execute arbitrary code.
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
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
The Story Behind TryShape, a Showcase for the CSS clip-path property
Tapas Adhikary walks you through the story behind TryShape and how it helps create, manage, share, and export shapes as SVG, PNG, and even CSS. - http://amp.gs/jzOor
#css
Tapas Adhikary walks you through the story behind TryShape and how it helps create, manage, share, and export shapes as SVG, PNG, and even CSS. - http://amp.gs/jzOor
#css
CSS-Tricks
The Story Behind TryShape, a Showcase for the CSS clip-path property | CSS-Tricks
I love shapes, especially colorful ones! Shapes on websites are in the same category of helpfulness as background colors, images, banners, section separators,
A Guide to React Context and the useContext() Hook
While React Context can seemingly simplify component access to global data regardless of where those components are in the tree, useContext() can add its own brand of complexity, meaning it’s not suitable for every situation and.. "Sometimes drilling the props through 2-3 levels in the hierarchy isn’t a big problem." - http://amp.gs/jzrD9
#react
While React Context can seemingly simplify component access to global data regardless of where those components are in the tree, useContext() can add its own brand of complexity, meaning it’s not suitable for every situation and.. "Sometimes drilling the props through 2-3 levels in the hierarchy isn’t a big problem." - http://amp.gs/jzrD9
#react
Dmitri Pavlutin Blog
A Guide to React Context and useContext() Hook
The React context provides data to components no matter how deep they are in the components hierarchy.
The Complete Angular Performance Guide For 2021
Frustrated with your slow Angular app? Here’s how to double or even triple the speed of your Angular… - http://amp.gs/jzSrL
#angular
Frustrated with your slow Angular app? Here’s how to double or even triple the speed of your Angular… - http://amp.gs/jzSrL
#angular
Common npm Mistakes Every Developer Should Avoid
Learn how to avoid common mistakes when managing dependencies, publishing packages, and more. - http://amp.gs/jzN4o
#npm
Learn how to avoid common mistakes when managing dependencies, publishing packages, and more. - http://amp.gs/jzN4o
#npm
Medium
Common NPM Mistakes Every Developer Should Avoid
Learn how to avoid common mistakes when managing dependencies, publishing packages, and more.
Convert a ReactJS Component to VueJS
In this tutorial, you'll learn how to convert a timeline component built in ReactJS to VueJS. - http://amp.gs/jzAfE
#vue
In this tutorial, you'll learn how to convert a timeline component built in ReactJS to VueJS. - http://amp.gs/jzAfE
#vue
codybontecou.com
Convert a React Component to VueJS
In this tutorial, we're going to convert a Timeline component built in ReactJS to VueJS.
An Intro to Web Scraping with JavaScript and Node
Leans on Axios (to fetch HTML over HTTP), Cheerio (a jQuery-a-like for querying Web documents), and Playwright (to automate a browser). - http://amp.gs/jzqGH
#nodejs
Leans on Axios (to fetch HTML over HTTP), Cheerio (a jQuery-a-like for querying Web documents), and Playwright (to automate a browser). - http://amp.gs/jzqGH
#nodejs
Zenrows
Web Scraping in JavaScript and Node.js
Learn web scraping in JavaScript and NodeJS with this step-by-step tutorial. From basic scraping to anti-blocking techniques to headless browsers and more.