Roast Dev - community of developers Logo
  • Home
  • Categories
  • About
Login
Tech news 6 Tech Posts 31279 Web Dev 24
100daysofcode 100daysofdevops 100pay 10mistakes 10yearworkanniversary 11 11labs 11tly 11ty 127001

Roast Dev - community of developers

Professional programming tutorials and development guides. Learn, build, and grow your software development skills.

  • About Us
  • All Categories
  • Sitemap
  • RSS Feed
  • We are on DFace
  • RoastedGames

Made with PHP &
© 2026 Roast Dev - community of developers. All rights reserved.

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
Building Smarter Local AI Agents with MCP: A Simple Client-Server Example
0
# Blockchain 101: Building a Smart Contract with Solidity
0
Taints, Tolerations and NodeAffinity
0
Scaffold WordPress Plugins Instantly Using wp-plugin-init (Node.js CLI)
0
Hello World
0
#popular
How to Disable NSFW Filter in FaceFusion 3.2.0
0
Mastering OpenAI’s new Agents SDK & Responses API [Part 1]
1
What is Model Context Protocol (MCP): Explained in detail
1
Beginner's Guide to the Model Context Protocol (MCP)
0
How to Run DeepSeek Locally Using Ollama
0