Telegram Web Link
Worker Threads: A Guide to Multithreading in Node

Node famously encourages a non-blocking event-driven approach running, largely, on a single thread, but Node’s now-mature worker threads feature opens the door to multi-threaded apps, should you need it. - https://nodesource.com/blog/worker-threads-nodejs-multithreading-in-javascript

#nodejs
👍3
Responsive Video Is (Almost) Easy Now

Koos Looijesteijn explains how you can serve high-quality, vertical, and horizontal video variants, breaking free from platforms like YouTube. - https://www.kooslooijesteijn.net/blog/responsive-video-easy

#css
👍3
Benchmarking Serialization Approaches in Node

A comparison of several serialization approaches including JSON and binary options like protobuf and msgpack. - https://adamfaulkner.github.io/serialization_from_nodejs.html

#nodejs
👍2
Modular Architecture in Nuxt

In this article, you’ll dive into what makes Nuxt’s modular system so powerful and how you can leverage it effectively in your projects. - https://dev.to/jacobandrewsky/modular-architecture-in-nuxt-4jh9

#vue
👍2
Why You Should Start Using useNuxtData

State management is hard, but Nuxt has built-in features that can help you without using any other libraries.
For example, useNuxtData is a composable that you can use to implement optimistic updates. - https://www.youtube.com/watch?v=e-_u6swXRWk

#vue
👍31
18 Advanced React Techniques Every Senior Dev Needs to Know

As React applications grow more complex, the patterns that were “just fine” when you were starting out might start to feel limiting. Maybe you’ve built a successful MVP, but now you’re noticing subtle performance issues. Or perhaps your state management has gotten tangled, and your data fetching logic has mushroomed into something unrecognisable. - https://readmedium.com/18-advanced-react-techniques-every-senior-dev-needs-to-know-13456ba2604c

#react
👍2
2025/09/21 15:26:26
Back to Top
HTML Embed Code: