Logo
Login
Tech Posts 31382
100daysofcode 100daysofdevops 100pay 10mistakes 10yearworkanniversary 11 11labs 11tly 11ty 127001

Dev Blog A constructive and inclusive blog for software developers. With you every step of your journey.

Built with modern PHP and MySQL. Open source software that powers developer blogs and other inclusive communities.

Made with love and PHP. Dev Blog © 2024.

Understanding Fastify Autoload: Organizing Your API with Ease

Understanding Fastify Autoload: Organizing Your API with Ease
Introduction When building modern APIs with Fastify, one of the most powerful patterns available is using the @fastify/autoload plugin. This underappreciated gem helps you organize your codeb...
18.03.2025 0 Read More

JavaScript Lost Its Way With Error Handling

Reasoning About JavaScript Errors Used to Be Simple We had a dedicated channel in callbacks. We knew when something went wrong for that function. ⛶fs.readFile('file.txt', (err, data) => ...
24.03.2025 0 Read More

Fastify In-Depth: Speed, Performance, and Scalability Node.js Web Framework

Fastify In-Depth: Speed, Performance, and Scalability Node.js Web Framework
Leapcell: The Best of Serverless Web Hosting Fastify: A High-Performance Node.js Web Framework Fastify is an efficient and fast Node.js web framework designed to provide optimal performance. A...
28.03.2025 0 Read More

Fastify API with Postgres and Drizzle ORM

Before we start, we will need Node.js installed. General Setup Let's create a new directory for our API first: ⛶mkdir fastify-api cd fastify-apiNow, we need to initialize a new project: ⛶n...
31.03.2025 0 Read More

Faster than Express, with strong typing and native validation: see in practice how to use this stack with examples and tips.

👉 Check it out here: https://www.mendoncadev.com.br/artigo/fastify-com-typescript-performance-tipagem-e-produtividade-no-backend typescript #fastify #nodejs #backend ...
09.04.2025 0 Read More

Managing Request-Scoped Data in Fastify

I was looking at the Fastify plugin listand found myself asking, "What is this @fastify/request-context plugin?" So, I checked it out, and here I am, writing a post about it to share what it is and ho...
11.04.2025 0 Read More
Loading...
#reading
Jotai and Zustand: Modern Alternatives to Redux
0
A Must-Read Guide to Project Planning & Scheduling Software for IT Companies
0
Understanding NACLs with AWS EC2 instances 🚀
0
Master Parsing CSV Files with Python’s Built-in Tools
0
PDF 1.7 vs PDF 2.0: Why it’s important for developers to understand
0
#popular
Mastering OpenAI’s new Agents SDK & Responses API [Part 1]
0
Beginner's Guide to the Model Context Protocol (MCP)
0
What is Model Context Protocol (MCP): Explained in detail
0
A Step-by-Step Guide to Install DeepSeek-V3-0324 Locally
0
The Great AI Agent Protocol Race: Function Calling vs. MCP vs. A2A
0