Bindon: lesser known Angular template features
Angular 12 added nullish coalescing operator (‘??’) to templates. But what are other features Angular… - http://amp.gs/j1jad
#angular
Angular 12 added nullish coalescing operator (‘??’) to templates. But what are other features Angular… - http://amp.gs/j1jad
#angular
Medium
Bindon: lesser known Angular template features
Angular 12 added nullish coalescing operator (‘??’) to templates. But what are other features Angular templates have? Let’s find out!
Simplifying Form Styles With accent-color
Michelle Barker gives an introduction to the new CSS accent-color property, which makes it quick and easy to roll out our brand colors to certain form inputs by leveraging user agent styles. - http://amp.gs/j1T9L
#css
Michelle Barker gives an introduction to the new CSS accent-color property, which makes it quick and easy to roll out our brand colors to certain form inputs by leveraging user agent styles. - http://amp.gs/j1T9L
#css
Smashing Magazine
Simplifying Form Styles With accent-color — Smashing Magazine
The new CSS `accent-color` property makes it quick and easy to roll out our brand colors to certain form inputs by leveraging user agent styles. In this article we’ll take a look at what it does and how to use it alongside `color-scheme` for simple, accessible…
What an Effective 20 Minute JavaScript Interview Should Look Like
During an interview, a lot happens in the minds of the interviewer and the interviewee. In general, the… - http://amp.gs/j1zC2
#interview
During an interview, a lot happens in the minds of the interviewer and the interviewee. In general, the… - http://amp.gs/j1zC2
#interview
Medium
What an Effective 20 Minute JavaScript Interview Should Look Like
During an interview, a lot happens in the minds of the interviewer and the interviewee. In general, the interviewer’s goal would be to…
The Story of 5 RCEs Found in npm for $15,000
A security researcher explains some remote code execution vulnerabilities he found in the npm tool and how they added up to $15K in payouts. Few of us need to dig into our tools this deeply but it’s interesting to see behind the curtain a little. - http://amp.gs/j111o
#nodejs
A security researcher explains some remote code execution vulnerabilities he found in the npm tool and how they added up to $15K in payouts. Few of us need to dig into our tools this deeply but it’s interesting to see behind the curtain a little. - http://amp.gs/j111o
#nodejs
robertchen.cc
5 RCEs in npm for $15,000
Complexity breeds vulnerability; optimization demands compensation: an exploration of a series of vulnerabilities reported against NPM.
Vue PWA: A Progressive Web Application Development with Nuxt
Building a Vue PWA can have massive benefits for your business. Read this tutorial to learn about Nuxt PWA development. Includes live demo & GitHub repo. - http://amp.gs/j11FU
#vue
Building a Vue PWA can have massive benefits for your business. Read this tutorial to learn about Nuxt PWA development. Includes live demo & GitHub repo. - http://amp.gs/j11FU
#vue
Snipcart
Vue PWA Development Tutorial w/ Nuxt
Building a Vue PWA can have massive benefits for your business. Read this tutorial to learn about Nuxt PWA development! Live demo & GitHub repo included.
How to implement an address search with Angular and Google Maps
With more than a billion monthly users, Google Maps is one of the most used/known applications. Since Angular… - http://amp.gs/j1Y3t
#angular
With more than a billion monthly users, Google Maps is one of the most used/known applications. Since Angular… - http://amp.gs/j1Y3t
#angular
Medium
How to implement an address search with Angular and Google Maps
With more than a billion monthly users, Google Maps is one of the most used/known applications. Since Angular version 9, it’s also…
Pipe Operator (|>) for JavaScript
A proposal for adding the simple-but-useful pipeline operator to JavaScript. - http://amp.gs/j1tqO
#javascript
A proposal for adding the simple-but-useful pipeline operator to JavaScript. - http://amp.gs/j1tqO
#javascript
GitHub
GitHub - tc39/proposal-pipeline-operator: A proposal for adding a useful pipe operator to JavaScript.
A proposal for adding a useful pipe operator to JavaScript. - GitHub - tc39/proposal-pipeline-operator: A proposal for adding a useful pipe operator to JavaScript.
Using Recoil Instead of Redux for State Management in React Apps
Jotai and Zustand are other lightweight options to consider too. - http://amp.gs/j1mhe
#react #recoil
Jotai and Zustand are other lightweight options to consider too. - http://amp.gs/j1mhe
#react #recoil
OpenReplay Blog
Using Recoil instead of Redux For State Management In React Applications.
Redux is not the only State management alternative for React. Learn how to use Recoil to save development time.
One Last Time: Custom Styling Radio Buttons and Checkboxes
Scott O’Hara explains how to create stylized, accessible radio buttons and checkboxes. - http://amp.gs/j1ZxT
#css
Scott O’Hara explains how to create stylized, accessible radio buttons and checkboxes. - http://amp.gs/j1ZxT
#css
www.scottohara.me
One last time: custom styling radio buttons and checkboxes | scottohara.me
About three years ago now (2017/2018), I published a collection of accessible styled form controls which included specific markup patterns to create custom s...
Understanding Angular Modules
A quick but comprehensive guide for understanding the different types of Angular Modules - http://amp.gs/j1pjj
#angular
A quick but comprehensive guide for understanding the different types of Angular Modules - http://amp.gs/j1pjj
#angular
Medium
Understanding Angular Modules
A quick but comprehensive guide for understanding the different types of Angular Modules
👍1
Node.js Garbage Collection Explained
Learn how garbage collection and memory management works in practice with Node.js complete with illustrations and code examples. This is an older item but recently updated. - http://amp.gs/j1pvp
#nodejs
Learn how garbage collection and memory management works in practice with Node.js complete with illustrations and code examples. This is an older item but recently updated. - http://amp.gs/j1pvp
#nodejs
Building Your Own Blog with Nuxt Content and Tailwind
Ever thought about building your own blog? Learn how to easily do that with Nuxt and TailwindCSS. - http://amp.gs/j1pFr
#vue #nuxt
Ever thought about building your own blog? Learn how to easily do that with Nuxt and TailwindCSS. - http://amp.gs/j1pFr
#vue #nuxt
6 Awesome Sites for All Front-End Developers
A list of useful websites that every front-end developer or software developer should know. - http://amp.gs/j1lf3
#frontend
A list of useful websites that every front-end developer or software developer should know. - http://amp.gs/j1lf3
#frontend
Medium
6 Awesome Sites for All Front-End Developers
A list of useful websites that you probably don’t know about.
How To Optimize CSS for Peak Site Performance
Craig Buckler shares some advice on optimizing CSS. - http://amp.gs/j1lAs
#css
Craig Buckler shares some advice on optimizing CSS. - http://amp.gs/j1lAs
#css
React Readability Analysis of Implementing Custom Hooks
We have featured a number of this author’s articles previously (in 245, 253 and 254). This time he returns with the third instalment in his Readable React series, focusing on abstracting code away in custom hooks to make components that call them clearer and easier to understand. - http://amp.gs/j1BIc
#react
We have featured a number of this author’s articles previously (in 245, 253 and 254). This time he returns with the third instalment in his Readable React series, focusing on abstracting code away in custom hooks to make components that call them clearer and easier to understand. - http://amp.gs/j1BIc
#react
How to Implement Logging in a Node App with Pino-Logger
Pino is a low overhead Node logging library that you can use with any Node app and is easy to integrate with any Web framework too. - http://amp.gs/j1Bq6
#nodejs
Pino is a low overhead Node logging library that you can use with any Node app and is easy to integrate with any Web framework too. - http://amp.gs/j1Bq6
#nodejs
CSS-Tricks
How to Implement Logging in a Node.js Application With Pino-logger | CSS-Tricks
Logging, on its own, is a key aspect of any application. Logging helps developers comprehend what it is that their code is doing. It also helps save
Extention of useRefHistory in VueUse Library
How the author's suggestion for expanding the function of useRefHistory was accepted by maintainers of VueUse. - http://amp.gs/j1nyk
#vue
How the author's suggestion for expanding the function of useRefHistory was accepted by maintainers of VueUse. - http://amp.gs/j1nyk
#vue
DEV Community
New functionality extention of useRefHistory in VueUse library
I would like to share with you my little joy. My suggestion for expanding the function useRefHistory...
How to Create Themes for Angular Applications
This article will help you setup theming in your angular application by making use of CSS variables. The… - http://amp.gs/j1GBn
#angular
This article will help you setup theming in your angular application by making use of CSS variables. The… - http://amp.gs/j1GBn
#angular
Medium
How to Create Themes for Angular Applications
This article will help you setup theming in your angular application by making use of CSS variables. The process is quite simple and will…
How To Build An Expandable Accessible Gallery
Silvestar Bistrović demonstrates how to set up a gallery that is expandable and accessible with a few tips and tricks along the way. - http://amp.gs/j1xYO
#css
Silvestar Bistrović demonstrates how to set up a gallery that is expandable and accessible with a few tips and tricks along the way. - http://amp.gs/j1xYO
#css
Smashing Magazine
How To Build An Expandable Accessible Gallery — Smashing Magazine
In this article, we’ll be looking at how to set up a gallery that is expandable as well as accessible with a few tips and tricks along the way. Let’s get started!