Browse our collection of articles on various topics related to IT technologies. Dive in and explore something new!
In this post I compare existing solutions for the backend of AI generated apps and share our journey building Manifest, a minimalistic open source backend for AI-assisted coding.
When I first started exploring backend development, I jumped between multiple languages — Python,...
TL;DR: Start with clear goals and metrics, design small stateless services, move heavy work off the...
If you’ve worked on telecom systems long enough, you know this already: Billing is never “just...
Why Every Developer Should Learn Git Early Introduction When I first started...
📦 Starter Project: github.com/YaraLOliveira/grpc-vs-rest-starter Complete functional implementation...
For a while now... I've been building APIs. I used to think REST was all I needed. Every API I built...
Scenario Your system sends an activation link for users. When the user accepts the...
Picture this: you're building a family tree application, and every parent needs to know about...
This is Part 1 of the series "Learn Backend Development by Building a Social Media App. ...
Redis Pub/Sub vs Redis Streams — A Practical Guide to Choosing the Right Messaging...
Honestly, I hit a wall. After spending years building backends with Firestore, I was spending more...
Welcome back to Code in Action, the series where we build practical backend projects, step by...
AI features are expensive. When I launched PulsePress with 11 Gemini-powered features, I had a daily...
Table of Contents Architecture Overview Project Structure Step 1: Docker Compose...
Introduction Most backend developers eventually reach a point where they realize: learning another...
You know that moment when your app suddenly needs more kinds of users? You start with a simple User...
This is Part 2 of the series "Learn Backend Development by Building a Social Media App. Welcome...
1. Overview Feature JWT (JSON Web Token) PASETO (Platform-Agnostic Security...
While learning Spring and Spring Boot, one of the most fundamental concepts I encountered is the...
Healthcheck endpoints are often treated as a small add-on, but in reality, they are one of the most...
Hey everyone 👋 I just completed Stage 0 of the Backend Track, and I’m super excited to share what I...
We operate a backend API stack on GCP. Currently: Varnish handles caching + SourceIP...
Debugging backend issues used to feel chaotic when I first started working with Node.js and Express....
I'm excited to share my latest project as part of the HNG Internship Stage Zero task! I built a...
Golang: Evolving for the Next Generation of Backend Development Golang (or Go) has earned...
If you want to run a lightweight, self-hosted object storage server on a low-resource system — such...
When I started my development journey, backend development felt confusing. Too many languages, too...
Go (Golang) is known for its simplicity, performance, and concurrency model. At the heart of this...
I saved a record at 5 PM here in India. When I viewed that same data as a user in the UAE, it still...