Manuel SpigolonforBackend Cafebackend.cafe·Oct 23, 2024Master Node.js with the 5th Edition CookbookWe are excited to announce that the Node.js Cookbook, 5th Edition is set to be released on November 15th, 2024! This latest edition, authored by Bethany Griggs, is the ultimate guide for developers who want to master the Node.js v22 API and build sca...Discuss·2 likes·156 readsNode.js
Manuel Salinardiblog.manuelsalinardi.dev·Oct 1, 2024Fastify & Typescript: with the new Node.js flag --experimental-strip-typesRead the article in italian language Since Node.js version v22.6.0, a new experimental flag has been introduced: --experimental-strip-types This flag allows us to run a .ts file directly with Node.js without needing external libraries or compiling t...Discuss·1 like·49 readsfastify
Manuel SalinardiforManuel Salinardi blogblog.manuelsalinardi.it·Oct 1, 2024Fastify & Typescript: con il nuovo flag --experimental-strip-types di Node.jsRead the article in english language Dalla la versione di Node.js v22.6.0 è stato introdotto il nuovo flag sperimentale: --experimental-strip-types Questo flag ci permette di eseguire con Node.js un file .ts direttamente e senza bisogno di librerie ...DiscussFastifyfastify
Taiwo Ogunolaunicdev.hashnode.dev·Sep 29, 2024End-to-end Guide to building a Reliable Authentication System for a Startup MVP - Part 6In this series, we have built a basic yet robust and scalable authentication system using battle-tested libraries. In this part, we will explore how to enhance the security of our backend application, make it more scalable, and improve its performanc...Discuss·1 like·58 readsEnd-to-end Guide to building a Reliable Authentication System for a Startup MVPPostgreSQL
Matteo CollinaforPlatformatic Blogblog.platformatic.dev·Sep 25, 2024What's new in Platformatic v2It has been one year since the release of Platformatic v1, which marked the beginning of a cycle of improvements that has led us to this latest release. Over this last year, we have learned one big lesson: developers want to feel the benefits of Plat...Discuss·13 likes·1.2K readsfastify
Vitor Amaralblog.basestack.co·Sep 20, 2024Top Node.js Frameworks for 2025 - Powering the Future of Backend DevelopmentNode.js is the go-to for JavaScript developers building modern backend solutions, offering speed, scalability, and a vibrant ecosystem. But what really elevates Node.js is its wide variety of frameworks—tools that simplify development, improve perfor...DiscussDevBytesframework
Luca MaraschiforPlatformatic Blogblog.platformatic.dev·Sep 17, 2024Fastify v5 is Here!As a proud sponsor and active contributor to the Fastify project, we're thrilled to announce the release of Fastify v5. Fastify has rapidly become an essential framework for modern Node.js development, offering developers the speed, efficiency, and s...Discuss·10 likes·1.3K readsfastify
Manuel SpigolonforBackend Cafebackend.cafe·Aug 31, 2024How to implement video streaming with FastifyIn April 2021, I tweeted about a quick experiment where I streamed a large GoPro video using Fastify. That initial experiment sparked some interest, and just a few months ago, a user reached out with an intriguing question: how could they modify the ...Discuss·1 like·260 readsFastifyfastify
tkssharmaarticles.tkssharma.com·Aug 28, 2024nestjs vs fastifyhttps://www.youtube.com/watch?v=Vuol3MTTH-E&t=62s NestJS vs. Fastify: A Performance Showdown Introduction When building high-performance Node.js web applications, the choice of framework can significantly impact your application's speed and efficienc...Discuss·31 readsnestjs
Matteo CollinaforPlatformatic Blogblog.platformatic.dev·Aug 8, 2024Exploring React SSR with FastifyIn this article, we'll be looking at the state of native React integration in the Fastify framework. Vite has quickly become the industry standard for bundling modern applications, with frameworks like Nuxt, SvelteKit and SolidStart all based on it. ...Discuss·2 likes·1.7K readsplatformatic