Variable Naming Best Practices in JavaScript
12 variable naming conventions and best practices in… - https://javascript.plainenglish.io/variable-naming-best-practices-in-javascript-94af115f42cd
#javascript
12 variable naming conventions and best practices in… - https://javascript.plainenglish.io/variable-naming-best-practices-in-javascript-94af115f42cd
#javascript
Medium
Variable Naming Best Practices in JavaScript
12 variable naming conventions and best practices in JavaScript.
👍2❤1
Performance and Stress Testing in Node.js
A look at three different testing tools - https://blog.appsignal.com/2025/06/04/performance-and-stress-testing-in-nodejs.html
#nodejs
A look at three different testing tools - https://blog.appsignal.com/2025/06/04/performance-and-stress-testing-in-nodejs.html
#nodejs
Appsignal
Performance and Stress Testing in Node.js | AppSignal Blog
We'll dive into the importance of performance and stress testing in Node.js and some of the best tools you can use.
👍3
A revisit of the Every Layout sidebar with :has() and selector performance
Heydon Pickering explores how modern CSS selectors can improve some common layout patterns. - https://piccalil.li/blog/a-revisit-of-the-every-layout-sidebar-with-has-and-selector-performance
#css
Heydon Pickering explores how modern CSS selectors can improve some common layout patterns. - https://piccalil.li/blog/a-revisit-of-the-every-layout-sidebar-with-has-and-selector-performance
#css
Piccalilli
A revisit of the Every Layout sidebar with :has() and selector performance
Heydon Pickering takes a fresh look the Every Layout Sidebar layout, 6 years on, to see if modern CSS selectors can improve it.
👍1
Vue animations just got WAY better
Motion (previously Framer Motion) has been one of the things that made the author jealous of React devs.
But now, with an official Vue integration, it's quickly becoming his go-to way of making advanced animations in Vue. - https://www.youtube.com/watch?v=wvINSME-FMs
#vue
Motion (previously Framer Motion) has been one of the things that made the author jealous of React devs.
But now, with an official Vue integration, it's quickly becoming his go-to way of making advanced animations in Vue. - https://www.youtube.com/watch?v=wvINSME-FMs
#vue
YouTube
Vue animations just got WAY better
Motion (previously Framer Motion) has been one of the things that made me jealous of React devs. But now, with an official Vue integration, it's quickly becoming my go-to way of making advanced animations in Vue.
RESOURCES
blog post - https://motion.de…
RESOURCES
blog post - https://motion.de…
👍3❤1
TanStack DB: The Embedded Client Database for TanStack Query
TanStack DB is an embedded client‑side database that uses differential dataflow to power live, relational queries, sub‑ms incremental updates, and seamless optimistic writes. This post does a good job of selling the idea, and the first beta version (v0.1) is available to experiment with now. - https://tanstack.com/blog/tanstack-db-0.1-the-embedded-client-database-for-tanstack-query
#react
TanStack DB is an embedded client‑side database that uses differential dataflow to power live, relational queries, sub‑ms incremental updates, and seamless optimistic writes. This post does a good job of selling the idea, and the first beta version (v0.1) is available to experiment with now. - https://tanstack.com/blog/tanstack-db-0.1-the-embedded-client-database-for-tanstack-query
#react
Tanstack
Stop Re-Rendering — TanStack DB, the Embedded Client Database for TanStack Query | TanStack Blog
Your React dashboard shouldn't grind to a halt just because one TODO turns from ☐ to ☑. Yet every optimistic update still kicks off a cascade of re-renders, filters, useMemos and spinner flashes. If y...
❤2👍1🍌1
Slots: Make your Angular API flexible
Creating reusable components involves balancing flexibility with technical requirements, especially when users need to define their own content. While developing a UI library for Angular, I often encountered this challenge and explored different ways. - https://medium.com/coreteq/slots-make-your-angular-api-flexible-89e707ffae4c
#angular
Creating reusable components involves balancing flexibility with technical requirements, especially when users need to define their own content. While developing a UI library for Angular, I often encountered this challenge and explored different ways. - https://medium.com/coreteq/slots-make-your-angular-api-flexible-89e707ffae4c
#angular
Medium
Slots: Make your Angular API flexible
Let’s explore all content projection approaches in Angular from the perspective of UI library developers and their users.
👍1