How to use readonly with Angular and Signals
A few days ago, I was teaching Angular, and people… - https://blog.angulartraining.com/how-to-use-readonly-with-angular-and-signals-82c13f5f39a7
#angular
A few days ago, I was teaching Angular, and people… - https://blog.angulartraining.com/how-to-use-readonly-with-angular-and-signals-82c13f5f39a7
#angular
Medium
How to use readonly with Angular and Signals
A few days ago, I was teaching Angular, and people asked me why I was doing this with my signals inside Angular services:
👍1
The Best JavaScript Web Scraping Libraries
A few options to consider including Crawlee, Cheerio, and using browsers from Node. - https://blog.apify.com/best-javascript-web-scraping-libraries/
#nodejs
A few options to consider including Crawlee, Cheerio, and using browsers from Node. - https://blog.apify.com/best-javascript-web-scraping-libraries/
#nodejs
Apify Blog
The best JavaScript web scraping libraries in 2025
We've been scraping with JS for a decade. This selection of 5 libraries is informed by our experience of using them.
👍1
Lazy Load Background Images with the IntersectionObserver API - https://www.debugbear.com/blog/lazy-load-background-images-intersection-observer
#javascript
#javascript
Debugbear
Lazy Load Background Images with the IntersectionObserver API | DebugBear
The IntersectionObserver API is a performance-friendly browser API that allows you to lazy load background images asynchronously, outside of the main thread. This tutorial looks into how to implement it using HTML, CSS, and JavaScript.
👍2
CSS Intelligence: Speculating On The Future Of A Smarter Language
Gabriel Shoyombo explores how smart CSS has become over the years, where it is heading, the challenges it addresses, whether it is becoming too complex, and how developers are reacting to this shift. - https://www.smashingmagazine.com/2025/07/css-intelligence-speculating-future-smarter-language
#css
Gabriel Shoyombo explores how smart CSS has become over the years, where it is heading, the challenges it addresses, whether it is becoming too complex, and how developers are reacting to this shift. - https://www.smashingmagazine.com/2025/07/css-intelligence-speculating-future-smarter-language
#css
Smashing Magazine
CSS Intelligence: Speculating On The Future Of A Smarter Language — Smashing Magazine
CSS has evolved from a purely presentational language into one with growing logical powers — thanks to features like container queries, relational pseudo-classes, and the `if()` function. Is it still just for styling, or is it becoming something more? Gabriel…
❤1👍1
Vue 3 Really Doesn’t Need Pinia
The article argues that Vue 3's built-in features make external state libraries like Pinia unnecessary, especially when using the Composition API. - https://blog.stackademic.com/vue3-really-doesnt-need-pinia-1203b405cb33
#vue
The article argues that Vue 3's built-in features make external state libraries like Pinia unnecessary, especially when using the Composition API. - https://blog.stackademic.com/vue3-really-doesnt-need-pinia-1203b405cb33
#vue
Medium
Vue3 Really Doesn’t Need Pinia!!!
My article is open to everyone; non-member readers can click this link to read the full text.
👍3
React Router and React Server Components: The Path Forward
Find out what’s coming up for you if you’re a React Router user keen to work with React Server Components: “the implications are greater than you might expect.” - https://remix.run/blog/react-router-and-react-server-components
#react
Find out what’s coming up for you if you’re a React Router user keen to work with React Server Components: “the implications are greater than you might expect.” - https://remix.run/blog/react-router-and-react-server-components
#react
remix.run
React Router and React Server Components: The Path Forward
React Router's RSC support is more than just a new feature. It's a major architectural shift that makes it a much more powerful library while also making Framework Mode less coupled to any particular bundler.