Switching It Up With HTML’s Latest Control
Daniel Yuschick walks you through a first impression of switch controls and discusses current and ongoing considerations that need to be explored further before it is ready for prime time. - https://www.smashingmagazine.com/2024/05/switching-it-up-html-latest-control
#css
Daniel Yuschick walks you through a first impression of switch controls and discusses current and ongoing considerations that need to be explored further before it is ready for prime time. - https://www.smashingmagazine.com/2024/05/switching-it-up-html-latest-control
#css
Smashing Magazine
Switching It Up With HTML’s Latest Control — Smashing Magazine
After years of relying on checkbox hacks to create a “switch” control for forms that toggle between two states, HTML may be gaining a native way to go about it by adding a `switch` attribute to checkbox inputs. Daniel Yuschick walks us through a first impression…
👍2
Angular Performance Optimization
Originally published at Optimizing Angular For Speed | Dave’s Notebook - https://davembush.medium.com/angular-performance-optimization-5ec630d2b8f1
#angular
Originally published at Optimizing Angular For Speed | Dave’s Notebook - https://davembush.medium.com/angular-performance-optimization-5ec630d2b8f1
#angular
Medium
Angular Performance Optimization
Originally published at Optimizing Angular For Speed | Dave’s Notebook (davembush.github.io)
👍3❤1
Node.js: The fastest web framework in 2024
Find out which web framework is the fastest: Native, Express, Fastify, Koa, Hapi, and Restify. - https://medium.com/deno-the-complete-reference/node-js-the-fastest-web-framework-in-2024-fa11e513fa75
#nodejs
Find out which web framework is the fastest: Native, Express, Fastify, Koa, Hapi, and Restify. - https://medium.com/deno-the-complete-reference/node-js-the-fastest-web-framework-in-2024-fa11e513fa75
#nodejs
Medium
Node.js: The fastest web framework in 2024
Find out which web framework is the fastest: Native, Express, Fastify, Koa, Hapi, and Restify.
👏2👍1🔥1
Using the Intersection Observer API with React - https://reactpractice.dev/articles/using-the-intersection-observer-api-with-react/
#react
#react
reactpractice.dev
Using the Intersection Observer API with React
The Intersection Observer API allows us to easily check if two items are intersecting. Here is a simple example that checks when the user has reached the end of the page:
0:00/1×
In plain Javascript, you would use the Intersection Observer API as follows:…
0:00/1×
In plain Javascript, you would use the Intersection Observer API as follows:…
👍4
Nuxt - how to create a sitemap Google Search will like!
In this blogpost, the author provides his personal solution to implementing Sitemap in Nuxt, including i18n (internationalization) and dynamic links. - https://bartmartin.com/nuxt-how-to-create-a-sitemap-google-search-will-like
#vue
In this blogpost, the author provides his personal solution to implementing Sitemap in Nuxt, including i18n (internationalization) and dynamic links. - https://bartmartin.com/nuxt-how-to-create-a-sitemap-google-search-will-like
#vue
bartmartin's blog
Nuxt - how to create a sitemap Google Search will like!
Implement sitemap with dynamic links and internationalization in nuxt 3
👍3
The Builder Design Pattern in TypeScript
What is the Builder design pattern, when should you use it, and how to implement the Builder design pattern… - https://blog.bitsrc.io/the-builder-design-pattern-in-typescript-1ae601450cc
#typescript
What is the Builder design pattern, when should you use it, and how to implement the Builder design pattern… - https://blog.bitsrc.io/the-builder-design-pattern-in-typescript-1ae601450cc
#typescript
Medium
The Builder Design Pattern in TypeScript
What is the Builder design pattern, when should you use it, and how to implement the Builder design pattern in TypeScript?
👍3
Implementing Saga Pattern in a Microservices with Node.js
How to Implement Saga Pattern with Node.js - https://blog.bitsrc.io/implementing-saga-pattern-in-a-microservices-with-node-js-aa2faddafac3
#nodejs
How to Implement Saga Pattern with Node.js - https://blog.bitsrc.io/implementing-saga-pattern-in-a-microservices-with-node-js-aa2faddafac3
#nodejs
Medium
Implementing Saga Pattern in Microservices with Node.js
How to Implement Saga Pattern with Node.js
👍3
Cap Unit
Ahmad Shadeed shares how he solved a design problem with the CSS cap unit. - https://ishadeed.com/article/css-cap-unit
#css
Ahmad Shadeed shares how he solved a design problem with the CSS cap unit. - https://ishadeed.com/article/css-cap-unit
#css
Ishadeed
CSS Cap Unit
A look at how I solved a design problem with CSS cap unit.
👍3
Enhancing The New York Times' Web Performance with React 18
Late last year, the team at The New York Times set out to take full advantage of React 18 on its flagship news site. This is an interesting case study looking at the challenges faced in upgrading and the significant benefits they managed to take advantage of. - https://open.nytimes.com/enhancing-the-new-york-times-web-performance-with-react-18-d6f91a7c5af8
#react
Late last year, the team at The New York Times set out to take full advantage of React 18 on its flagship news site. This is an interesting case study looking at the challenges faced in upgrading and the significant benefits they managed to take advantage of. - https://open.nytimes.com/enhancing-the-new-york-times-web-performance-with-react-18-d6f91a7c5af8
#react
NY Times
Enhancing The New York Times Web Performance with React 18
How upgrading to React 18 energized The New York Times website — and how we tackled some of the challenges we faced along the way.
👍2❤1
10 Interview Questions Every JavaScript Developer Should Know in 2024
The world of JavaScript has evolved significantly, and interview trends have changed a lot over the years… - https://medium.com/javascript-scene/10-interview-questions-every-javascript-developer-should-know-in-2024-c1044bcb0dfb
#interview
The world of JavaScript has evolved significantly, and interview trends have changed a lot over the years… - https://medium.com/javascript-scene/10-interview-questions-every-javascript-developer-should-know-in-2024-c1044bcb0dfb
#interview
Medium
10 Interview Questions Every JavaScript Developer Should Know in 2024
The world of JavaScript has evolved significantly, and interview trends have changed a lot over the years. This guide features 10 essential…
👍3
What Makes a Good (Vue) Component Library? A Checklist
This article explores some essential items to look out for when building a component library for your project. - https://vueschool.io/articles/vuejs-tutorials/what-makes-a-good-vue-component-library-a-checklist/
#vue
This article explores some essential items to look out for when building a component library for your project. - https://vueschool.io/articles/vuejs-tutorials/what-makes-a-good-vue-component-library-a-checklist/
#vue
vueschool.io
What Makes a Good (Vue) Component Library? A Checklist - Vue School Articles
Considering building a Vue Component library? Checkout this checklist of concerns you should make sure to remember!
👍2
Feature flags in Angular
Dive into the world of Angular feature flags! Discover the flexibility they bring, empowering seamless… - https://medium.com/@iamjustin/feature-flags-in-angular-d50a2b8437fe
#angular
Dive into the world of Angular feature flags! Discover the flexibility they bring, empowering seamless… - https://medium.com/@iamjustin/feature-flags-in-angular-d50a2b8437fe
#angular
Medium
Feature flags in Angular
Dive into the world of Angular feature flags! Discover the flexibility they bring, empowering seamless releases and agile development.
👍2
Hi all
Dear friends help me to boost the channel to unlock additional features.
https://xn--r1a.website/boost/fedevelopment
Dear friends help me to boost the channel to unlock additional features.
https://xn--r1a.website/boost/fedevelopment
👍3
How To Create Cut-Out Shapes using The clip-path property
Temani Afif shows how to create interesting shapes using the clip-path property. - https://verpex.com/blog/website-tips/how-to-create-cut-out-shapes-using-the-clip-path-property
#css
Temani Afif shows how to create interesting shapes using the clip-path property. - https://verpex.com/blog/website-tips/how-to-create-cut-out-shapes-using-the-clip-path-property
#css
Verpex
How To Create Cut-Out Shapes using The clip-path property
A few CSS tricks to invert any kind of polygon shape (cut-out shapes)
👍3
Big Suspense Changes in React 19: Explained in Code
Two weeks ago, we featured a story about changes to Suspense in React 19. If you found the story hard to follow, React YouTuber extraordinaire Jack Herrington tackles it with a practical example. - https://www.youtube.com/watch?v=sgnw8dRZa3Q
#react
Two weeks ago, we featured a story about changes to Suspense in React 19. If you found the story hard to follow, React YouTuber extraordinaire Jack Herrington tackles it with a practical example. - https://www.youtube.com/watch?v=sgnw8dRZa3Q
#react
YouTube
Big Suspense Changes in React 19: Explained In Code
What seems like a minor change to suspenses in React 19 is getting major pushback because of the impact it has on the way we load data into Single Page Applications.
Code: https://github.com/jherr/react-19-suspense-changes
TkDodo's Blog Post on Suspense:…
Code: https://github.com/jherr/react-19-suspense-changes
TkDodo's Blog Post on Suspense:…
👍2👎1
Node.js is Here to Stay
Deno.. Bun.. has Node’s popularity started to wane? No, says Matteo Collina, who shows us the receipts confirming Node’s continued dominance of the server-side JavaScript space, including how Node continues to be downloaded some 130 million times per month. He also touches on some of the recent additions to the runtime. - https://blog.platformatic.dev/nodejs-is-here-to-stay
#nodejs
Deno.. Bun.. has Node’s popularity started to wane? No, says Matteo Collina, who shows us the receipts confirming Node’s continued dominance of the server-side JavaScript space, including how Node continues to be downloaded some 130 million times per month. He also touches on some of the recent additions to the runtime. - https://blog.platformatic.dev/nodejs-is-here-to-stay
#nodejs
Platformatic Blog
Node.js is Here to Stay
A deep dive into the metrics
👍3
Destructuring Vue.js props: The Reactivity Challenge
Destructuring objects is a prevalent practice in JavaScript, aimed at making your code cleaner by extracting specific properties. However, in Vue.js, this practice can unintentionally disrupt reactivity. This article will delve into this shortfall and suggest some solutions. - https://dev.to/richardevcom/destructuring-vuejs-props-the-reactivity-challenge-5h1i
#vue
Destructuring objects is a prevalent practice in JavaScript, aimed at making your code cleaner by extracting specific properties. However, in Vue.js, this practice can unintentionally disrupt reactivity. This article will delve into this shortfall and suggest some solutions. - https://dev.to/richardevcom/destructuring-vuejs-props-the-reactivity-challenge-5h1i
#vue
DEV Community
Destructuring Vue.js props: The Reactivity Challenge
Destructuring objects is a common practice in JavaScript, and it can make your code cleaner by...
👍2👎1
Guidelines for creating performant Angular applications and their efficient… - https://medium.com/@patrik.horva90/guidelines-for-creating-performant-angular-applications-and-their-efficient-maintenance-6c7537bd56cf
#angular
#angular
Medium
Guidelines for creating performant Angular applications and their efficient maintenance
Everything you need in one article!
👍5
React 19's useOptimistic: Everything You Need to Know - https://www.youtube.com/watch?v=QWVr7uDyBXE
#react
#react
YouTube
React 19's useOptimistic: EVERYTHING you NEED to know
useOptimistic makes your pokey backend feel fast with optimistic updates to your UI. It's simple to use, but we'll covert the gotcha, as well as how to use it with React Query and also whether or not you should use it with a state manager.
Code: https:/…
Code: https:/…
👍2❤1🔥1
A Look at JavaScript's New Set Methods
Available in Node 22+, Chrome/Edge 122+, Firefox 127+ and Safari 17+, finding the intersection, union, and difference between sets, amongst other set-related things, is a piece of cake. - https://developer.mozilla.org/en-US/blog/javascript-set-methods/
#nodejs
Available in Node 22+, Chrome/Edge 122+, Firefox 127+ and Safari 17+, finding the intersection, union, and difference between sets, amongst other set-related things, is a piece of cake. - https://developer.mozilla.org/en-US/blog/javascript-set-methods/
#nodejs
MDN Web Docs
New JavaScript Set methods | MDN Blog
New JavaScript Set methods are landing across browsers. Learn about sets, how you can use these methods to compare different sets, create new sets with specific properties, and more.
👍4