🔖 The latest issue of my #newsletter is live, issue 012.

February in numbers: 5 CVEs patched across #Express & #Fastify, 5 releases shipped, and a hard conversation about whether #opensource security triage is still sustainable in the age of AI 🔐

https://blog.ulisesgascon.com/newsletter-issue-12

Newsletter #012: New Node.js Release Schedule, AI Stress-Testing Security & CVE Season 🔐

This month we cover the upcoming Node.js release schedule changes starting with 27.x, the growing pressure of AI-generated security reports on maintainers, a heavy CVE triage month, and updates across the ecosystem.

RE: https://chaos.social/@christopherkunz/115967169847516672

I also heard this week from @mcollina that the #fastify project had - in January alone - seen 50% of the total number of vulnerability reports submitted than in the whole of 2025. When you hear things like that it's not surprising that @bagder 's #curl project has taken the decision to stop using this service. A shame that it's come to this 😥 #security
https://fosdem.org/2026/schedule/event/B7YKQ7-oss-in-spite-of-ai/ would be an interestign talk if I was heading to #FOSDEM this year (I'll catch the recording of course)

Node.js 메인테이너가 경고하는 AI 시대 개발자의 진짜 위험

AI가 코드를 쓰는 시대, Node.js 메인테이너가 경고하는 진짜 위험. 개발자가 사라지는 게 아니라 책임을 포기하는 것이 문제다.

https://aisparkup.com/posts/8673

I just published a Fastify plugin to render Svelte CSR or SSR with/without hydration. It's not feature complete but does work quite well already. Feel free to give it a try or send feedback.
https://github.com/matths/fastify-svelte-view #svelte #fastify #SSR #template
GitHub - matths/fastify-svelte-view: A fastify plugin that brings Svelte CSR or SRR (with or without hydration) to your next route.

A fastify plugin that brings Svelte CSR or SRR (with or without hydration) to your next route. - matths/fastify-svelte-view

GitHub

Curious how Fastify keeps a high‑performance HTTP server stable under load? This breakdown of the “blueprint lock” shows the core idea behind its design.

Read More: https://zalt.me/blog/2026/01/blueprint-lock-fastify

#Fastify #NodeJS #webframework #softwaredesign

Универсальный Backend for Frontend для всех платформ RUTUBE

У аббревиатуры BFF кроме Backend for Frontend есть и другая расшифровка — Best Friends Forever. И в контексте статьи это только отчасти шутка. Общение фронтенда и бэкенда не всегда происходит гладко (опустим тот факт, что существует множество мемов о противостоянии фронтендеров и бекендеров): клиент запрашивает данные, бэкенд отдаёт то, что запросили, но часто данных сильно больше, чем нужно, а это значит, что запрос будет возвращаться дольше, фронтенд будет отрисовываться тоже дольше и всё это отразится на опыте конечного пользователя. А что если между фронтендом и бэкендом построить мостик, который распределит нагрузку и сделает всех дружелюбнее? Примерно в этом и состоит суть паттерна BBF, а в статье разберём подробнее: зачем его внедрять и какую роль он играет в масштабировании современных сервисов; как мы реализуем этот подход в рамках RUTUBE, какой профит он нам даёт; почему мы отказались от GraphQL; в чём отличия от API Gateway и как вообще проектировать такие сервисы.

https://habr.com/ru/companies/habr_rutube/articles/970690/

#bff #nestjs #nodejs #архитектура_приложений #рефакторинг #fastify #redis #backend #frontend #видеосервисы

Универсальный Backend for Frontend для всех платформ RUTUBE

У аббревиатуры BFF кроме Backend for Frontend есть и другая расшифровка — Best Friends Forever. И в контексте статьи это только отчасти шутка. Общение фронтенда и бэкенда не всегда происходит гладко...

Хабр

Hôm nay mình chia sẻ app track thói quen daily bằng Fastify (backend), Next.JS (frontend) & MySQL (CSDL)! 🚀 Được cài trên server riêng via Docker.onte holy!
#trackthóiquogram #Fastify #NextJS #MySQL #ProductivityHack #TechProject #Docker #HábitVietnam
#HabitTracker #SideProject # depnhas(#) #BuildWithYou

https://www.reddit.com/r/SideProject/comments/1oeamu7/i_built_my_own_daily_habit_tracker_in_form_of/

Пишем геймтон на nodejs

Сегодня мы разработаем с 0 собственный геймтон и запустим соревнования среди хабравчан и всех желающих just for fun. А также дадим возможность запустить свой геймтон локально по своим правилам Под катом вас ждет разработка геймтона на стеке nodejs + prisma + vuejs + fastify. А также пример разработки фулстек приложения с различными тонкостями построения API.

https://habr.com/ru/articles/942934/

#nodejs #fastify #typescript #хакатон #разработка

Пишем геймтон на nodejs

Возможно некоторые из вас принимали участие в хакатонах или геймтонах, но кто из вас занимался их разработкой? Сегодня мы разработаем с 0 собственный геймтон и запустим соревнования среди хабравчан и...

Хабр

Un ebook qui couvre l'usage de Fastify, Vite et Vue pour faire du SSR avec une philosophie différente de Nuxt. C'est assez complexe à mettre en place mais au moins chaque partie est expliquée, plutôt que de faire du "ça marche par magie".

🔗 https://hire.jonasgalvez.com.br/happy-little-monoliths/

#fastify #vuejs #vite #SSR

Happy Little Monoliths, 1st Edition

Utilisation de Fastify et Vue (et Vite) comme alternative aux gros meta frameworks type Next or Nuxt.

L'idée est de garder le maximum de contrôle et d'éviter les black boxes qui fonctionnent "par magie".

🔗 https://hire.jonasgalvez.com.br/2025/apr/30/fastify-vue/

#fastify #vuejs #vite #nuxt #framework #SSR

The Story of Fastify + Vue