Telegram Web Link
The Roadmap to AdonisJS 7

Adonis is a popular TypeScript-first 'batteries included' web framework with a rich set of features, and its developers say they’re “shifting gears” and stepping up with more frequent major releases. v7 promises a lot, including Node.js diagnostic channel support, a type-safe URL builder, a new encryption layer, first-class support for notifications and TanStack Query, plus more. - https://adonisjs.com/blog/roadmap-to-adonisjs-7

#nodejs
👍2
Setting Line Length in CSS (and Fitting Text to a Container)

Daniel Schwarz explores different ways to control line length when working with text, including two proposed properties that could make it easier in the future. - https://css-tricks.com/setting-line-length-in-css-and-fitting-text-to-a-container

#css
👍2
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
2025/09/20 21:01:41
Back to Top
HTML Embed Code: