Telegram Web Link
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
Nuxt Server Components vs. Lazy Hydration

We all want less JavaScript and better performance.
Both, Nuxt Server Components and Lazy Hydration can help with that in different ways.
In this video, you learn how both work and what the differences are, plus when to use either. - https://www.youtube.com/watch?v=Jijoc0RH_tA

#vue
👍32
Unlocking Web Workers with React: A Step-by-Step Guide

Web Workers provide a way to run certain code in background threads, rather than blocking things on the main thread. This adds some complexity and isn’t always a best first step, but it’s worth knowing how it works. - https://www.rahuljuliato.com/posts/react-workers

#react
👍1
Optimizing heavy operations in Vue with Web Workers

In this article, you'll explore how to use Web Workers in a Vue 3 project to keep the UI responsive while running CPU-heavy tasks. - https://dev.to/jacobandrewsky/optimizing-heavy-operations-in-vue-with-web-workers-3j1b

#vue
2👍1
2025/10/01 15:27:37
Back to Top
HTML Embed Code: