Browse our collection of articles on various topics related to IT technologies. Dive in and explore something new!
Before we start, we will need Node.js installed. General Setup Let's create a new...
Leapcell: The Best of Serverless Web Hosting Fastify: A High-Performance Node.js Web...
Introduction When building modern APIs with Fastify, one of the most powerful patterns...
We write and design our API very carefully, but when we perform penetration tests we usually find...
CORS, or Cross-Origin Resource Sharing, is a mechanism that allows a server to indicate any origins...
Continuing from the previous post 🚀 How to Set Up a Node.js API with Fastify and Prisma, let's now...
JavaScript traded clarity for cleverness. It's time to fix that.
Building APIs with Node.js has never been more exciting—especially when you use a modern stack that...
Fastify Prisma Boilerplate — A Productive API Starter As someone who frequently spins up...
I was looking at the Fastify plugin listand found myself asking, "What is this...
Dear Backend.cafe readers, I have something special for you!If you've ever wanted to master Fastify ,...
Let's talk about Async Local Storage in Node.js. We'll explore where it can be used and its use cases. We'll also attempt to reimplement one of the features from one of the many popular meta-frameworks out there.
As a developer, I recently built a sophisticated auction platform that combines the excitement of...
Over the years, I’ve built multiple side projects—some flopped, some gained traction, and one even...
We are excited to announce that the Node.js Cookbook, 5th Edition is set to be released on November...
🧱 Modern Full‑Stack App with NestJS, Fastify, MongoDB, and Angular A complete walkthrough for...
In today’s security-conscious development landscape, robust authentication and authorization...
About three months ago, I took part in a challenge that got me really excited. That’s why I decided...
Hey DEV fam! I'm Riya — a CSE student from India who loves writing code (and a little poetry too...
Há cerca de três meses, participei de um desafio que me deixou bastante empolgada. Por essa razão...
One of the biggest challenges in online education isn't creating content—it's delivering the right...
Nowadays most developers uses express by default to build a new Node.JS app. It's is popular, easy to...