Tech Skills

Backend Engineering

APIs, authentication, databases, queues, serverless and production backend systems

694
lessons
Skills in this topic
View full skill map →
API Design
beginner
Design a RESTful API following best practices
Auth & Authorisation
intermediate
Implement JWT auth with refresh tokens
Database Integration
intermediate
Use an ORM (Prisma, SQLAlchemy, Drizzle)
Backend Performance
advanced
Implement Redis caching for hot data
Microservices Patterns
advanced
Decompose a monolith into microservices

Showing 356 reads from curated sources

Day 78 of #100DaysOfCode — Introduction to Flask: Setup and First App
Dev.to · M Saad Ahmad 🔧 Backend Engineering ⚡ AI Lesson 1mo ago
Day 78 of #100DaysOfCode — Introduction to Flask: Setup and First App
Django learning is done, DevBoard is still being finished in parallel, and today, for Day 78, Flask...
Medium · JavaScript 🔧 Backend Engineering ⚡ AI Lesson 1mo ago
How to Compare package.json Files: A Node.js Developer’s Guide
Four practical methods for spotting dependency changes, version conflicts, and security issues before they reach production. Continue reading on Medium »
From Input to Interaction: My First Real Tkinter Breakthrough
Medium · Python 🔧 Backend Engineering ⚡ AI Lesson 1mo ago
From Input to Interaction: My First Real Tkinter Breakthrough
In my last post, I focused on refactoring and recursion, and more importantly, learning how to slow down and actually understand what my… Continue reading on Me
Defending Your Domain: Schema Validation and Global Error Handling
Dev.to · Renato Silva 🔧 Backend Engineering ⚡ AI Lesson 1mo ago
Defending Your Domain: Schema Validation and Global Error Handling
Learn how to protect your API using Zod for schema validation and Fastify for global error handling in a Clean Architecture context.
Backend for Frontend (BFF), I Ignored It… Until My System Forced Me
Dev.to · Ankit Singh 🔧 Backend Engineering ⚡ AI Lesson 1mo ago
Backend for Frontend (BFF), I Ignored It… Until My System Forced Me
I'll be honest. For a long time, I thought BFF is just another "system design buzzword". Something...
The Go Error That Looked Like a Timeout But Wasn’t — And Why We Retried All Three
Medium · Programming 🔧 Backend Engineering ⚡ AI Lesson 1mo ago
The Go Error That Looked Like a Timeout But Wasn’t — And Why We Retried All Three
context.DeadlineExceeded, context.Canceled, and net.Error walk into a production incident. Only one was a timeout. We retried all three… Continue reading on Lev
Testing your routes
Dev.to · Andres Court 🔧 Backend Engineering ⚡ AI Lesson 1mo ago
Testing your routes
If you've been following this tutorial, you'd have the following file structure: Unit...
Reddit r/learnprogramming 🔧 Backend Engineering ⚡ AI Lesson 1mo ago
Learning C# and .NET by building a real project
I started learning C# and .NET recently and noticed something pretty quickly. Learning syntax is actually the easy part. Variables, loops, conditions — you can
What I wish I had before submitting my first MV3 Chrome extension
Dev.to · 레서드 🔧 Backend Engineering ⚡ AI Lesson 1mo ago
What I wish I had before submitting my first MV3 Chrome extension
What I wish I had before submitting my first MV3 Chrome extension While working on Chrome...
The Reality of API Routing, HTTP Intents, and URL Architecture (2026)
Dev.to · Kaushikcoderpy 🔧 Backend Engineering ⚡ AI Lesson 1mo ago
The Reality of API Routing, HTTP Intents, and URL Architecture (2026)
BACKEND ARCHITECTURE MASTERY Day 3: Routing, Intents, and the Illusion of REST Purity 15...
How to Add Authentication to Any App in Under an Hour (2026 Guide)
Dev.to · Aadesh Kumar 🔧 Backend Engineering ⚡ AI Lesson 1mo ago
How to Add Authentication to Any App in Under an Hour (2026 Guide)
Auth is the part every tutorial skips. Here's a complete, honest breakdown of your three real...
Laravel 13.50: The Release That Supercharges Your Code
Medium · Programming 🔧 Backend Engineering ⚡ AI Lesson 1mo ago
Laravel 13.50: The Release That Supercharges Your Code
From async queues to smarter Blade directives — discover the developer-focused features that make building faster, cleaner, and more… Continue reading on Medium
The latest() Bug That Silently Duplicated Transaction IDs in Production
Dev.to · Ahmad Fauzan Alghifari 🔧 Backend Engineering ⚡ AI Lesson 1mo ago
The latest() Bug That Silently Duplicated Transaction IDs in Production
TL;DR: Using Model::latest()->first() to get the "latest" record by ID is wrong. latest() orders...
Secure Your .NET API in 15 Minutes: JWT Authentication Tutorial
Medium · Programming 🔧 Backend Engineering ⚡ AI Lesson 1mo ago
Secure Your .NET API in 15 Minutes: JWT Authentication Tutorial
Your API is currently naked on the internet. Let’s fix that — fast. Continue reading on Medium »
⚡ Flask + ORM: Stop Writing Slow Code Without Realizing It
Medium · Python 🔧 Backend Engineering ⚡ AI Lesson 1mo ago
⚡ Flask + ORM: Stop Writing Slow Code Without Realizing It
You spin up a Flask server. Add SQLAlchemy. Build a few endpoints. Continue reading on Medium »
Supabase: An Open-Source Firebase Alternative for Modern Applications
Medium · Data Science 🔧 Backend Engineering ⚡ AI Lesson 1mo ago
Supabase: An Open-Source Firebase Alternative for Modern Applications
Building modern web and mobile applications requires a backend that is fast, scalable, and easy to integrate. Supabase is an open-source… Continue reading on Me
Supabase: An Open-Source Firebase Alternative for Modern Applications
Medium · Deep Learning 🔧 Backend Engineering ⚡ AI Lesson 1mo ago
Supabase: An Open-Source Firebase Alternative for Modern Applications
Building modern web and mobile applications requires a backend that is fast, scalable, and easy to integrate. Supabase is an open-source… Continue reading on Me
Java Backend Roadmap
Medium · Programming 🔧 Backend Engineering ⚡ AI Lesson 1mo ago
Java Backend Roadmap
The Complete Roadmap to Becoming a Java Developer Continue reading on Javarevisited »
Java Backend Interviews: What TCS & Capgemini Really Ask
Medium · Programming 🔧 Backend Engineering ⚡ AI Lesson 1mo ago
Java Backend Interviews: What TCS & Capgemini Really Ask
Java backend interviews at companies like TCS and Capgemini are rarely about syntax or memorization. They are carefully designed to probe… Continue reading on M
Recently attended an interview for a Java developer position with over 7 years of experience at TCS…
Medium · Programming 🔧 Backend Engineering ⚡ AI Lesson 1mo ago
Recently attended an interview for a Java developer position with over 7 years of experience at TCS…
Photo by Headway on Unsplash Continue reading on Medium »
Circuit Breakers in Go: What I Learned After 3 Outages
Medium · Programming 🔧 Backend Engineering ⚡ AI Lesson 1mo ago
Circuit Breakers in Go: What I Learned After 3 Outages
You don’t care about circuit breakers until the first time your service goes down because a downstream dependency decided to take a nap… Continue reading on Med
Dev.to AI 🔧 Backend Engineering ⚡ AI Lesson 1mo ago
The Magic Behind Ruby: An Unofficial Guide to Its Power and Simplicity
Hey fellow developers, If you've been in the software development world for even a short time, you've probably encountered Ruby. This elegant language has been
Why would Go do this in its documentation?
Medium · Programming 🔧 Backend Engineering ⚡ AI Lesson 1mo ago
Why would Go do this in its documentation?
Before diving in, let me be clear: this is not a critique nor a complaint about Go. It’s simply an observation that led me to an… Continue reading on Medium »
Reading Secrets Straight From the Browser: The NEXT_PUBLIC_ Trap
Medium · JavaScript 🔧 Backend Engineering ⚡ AI Lesson 1mo ago
Reading Secrets Straight From the Browser: The NEXT_PUBLIC_ Trap
When your “secret” API key ships inside every user’s JavaScript bundle Continue reading on Medium »
Bash Scripting for Beginners
Medium · Cybersecurity 🔧 Backend Engineering ⚡ AI Lesson 1mo ago
Bash Scripting for Beginners
 Index Continue reading on Medium »
Five Things People Still Get Wrong About C++
Medium · Python 🔧 Backend Engineering ⚡ AI Lesson 1mo ago
Five Things People Still Get Wrong About C++
The language has a reputation. Some of it is earned. A lot of it is thirty years out of date. Continue reading on Medium »
How to Build Scalable Backend Systems with JavaScript
Medium · Programming 🔧 Backend Engineering ⚡ AI Lesson 1mo ago
How to Build Scalable Backend Systems with JavaScript
A Practical Guide to Designing High-Performance, Fault-Tolerant, and Scalable Backend Architectures Using Modern JavaScript Technologies Continue reading on Jav
How to Build Scalable Backend Systems with JavaScript
Medium · JavaScript 🔧 Backend Engineering ⚡ AI Lesson 1mo ago
How to Build Scalable Backend Systems with JavaScript
A Practical Guide to Designing High-Performance, Fault-Tolerant, and Scalable Backend Architectures Using Modern JavaScript Technologies Continue reading on Jav
Hono in 2026: The Web Framework That Runs Everywhere
Medium · Programming 🔧 Backend Engineering ⚡ AI Lesson 1mo ago
Hono in 2026: The Web Framework That Runs Everywhere
14KB. Zero dependencies. Runs on Cloudflare Workers, Bun, Deno, AWS Lambda, and Node.js Continue reading on Medium »
Hono in 2026: The Web Framework That Runs Everywhere
Medium · JavaScript 🔧 Backend Engineering ⚡ AI Lesson 1mo ago
Hono in 2026: The Web Framework That Runs Everywhere
14KB. Zero dependencies. Runs on Cloudflare Workers, Bun, Deno, AWS Lambda, and Node.js Continue reading on Medium »
My Fix Was Right. Then It Was Commented Out.
Medium · JavaScript 🔧 Backend Engineering ⚡ AI Lesson 1mo ago
My Fix Was Right. Then It Was Commented Out.
How a MongoDB type quirk turned working security code into dead code — and how a real user paid the price before we caught it. Continue reading on Medium »
Dev.to AI 🔧 Backend Engineering ⚡ AI Lesson 1mo ago
Go Goroutine Crashes: 97% of the Output Is Noise
Go's panic behavior is aggressive. When one goroutine panics, the runtime dumps the stack trace of every goroutine. A production Go service with 50 active gorou
Setting Up a Production-Ready Django Project Structure
Medium · Programming 🔧 Backend Engineering ⚡ AI Lesson 1mo ago
Setting Up a Production-Ready Django Project Structure
The project structure nobody teaches you but everyone expects you to know. Continue reading on Medium »
Setting Up a Production-Ready Django Project Structure
Medium · Python 🔧 Backend Engineering ⚡ AI Lesson 1mo ago
Setting Up a Production-Ready Django Project Structure
The project structure nobody teaches you but everyone expects you to know. Continue reading on Medium »
Edge Bundles Break What You Assumed Was Universal
Medium · JavaScript 🔧 Backend Engineering ⚡ AI Lesson 1mo ago
Edge Bundles Break What You Assumed Was Universal
Why bundling for edge runtimes reveals hidden Node.js habits, shaky dependencies, and architecture assumptions you stopped noticing. Continue reading on Medium
Node.js vs TypeScript
Medium · JavaScript 🔧 Backend Engineering ⚡ AI Lesson 1mo ago
Node.js vs TypeScript
Node.js and TypeScript are not competitors — they work together. Continue reading on Medium »
Why Your Spring Boot App Works Locally but Crashes in Production
Medium · Programming 🔧 Backend Engineering ⚡ AI Lesson 1mo ago
Why Your Spring Boot App Works Locally but Crashes in Production
Most backend engineers don’t have a code problem. They have a production problem. Continue reading on Javarevisited »
Why Most Backend Engineers Fail in Production (And Never Become Senior)
Medium · DevOps 🔧 Backend Engineering ⚡ AI Lesson 1mo ago
Why Most Backend Engineers Fail in Production (And Never Become Senior)
Writing code is easy. Handling production systems under pressure is what separates mid-level engineers from seniors. Continue reading on Engineering Playbook »
The Python Default Argument Bug That Silently Breaks Your Code
Medium · Python 🔧 Backend Engineering ⚡ AI Lesson 1mo ago
The Python Default Argument Bug That Silently Breaks Your Code
 Special Offer for My Readers  Continue reading on Medium »
Medium · Programming 🔧 Backend Engineering ⚡ AI Lesson 1mo ago
I Built a CLI That Previews Any JS Project Automatically
Because “just clone it and run it” has never actually been that simple. Continue reading on Medium »
Medium · JavaScript 🔧 Backend Engineering ⚡ AI Lesson 1mo ago
I Built a CLI That Previews Any JS Project Automatically
Because “just clone it and run it” has never actually been that simple. Continue reading on Medium »
I Replaced My Express.js App With Fastify — Here’s What Happened
Medium · JavaScript 🔧 Backend Engineering ⚡ AI Lesson 1mo ago
I Replaced My Express.js App With Fastify — Here’s What Happened
Switching from Express.js to Fastify is a common move for developers, Really? Continue reading on Medium »
Servers Made Simple: How the Digital World Runs Behind the Scenes
Medium · Programming 🔧 Backend Engineering ⚡ AI Lesson 1mo ago
Servers Made Simple: How the Digital World Runs Behind the Scenes
1. What is a Server? (Start Very Basic) Continue reading on Medium »
Medium · AI 🔧 Backend Engineering ⚡ AI Lesson 1mo ago
Beneath the Syntax: Why C and C++ Are Still the Ultimate Training Ground for Developers
The software development landscape today is overwhelmingly focused on speed and accessibility. High-level languages dominate the… Continue reading on Medium »
How I Used Bit Manipulation to Speed Up Float-to-Int Conversion in a Storage Engine
Dev.to · Yu Qian Yang 🔧 Backend Engineering ⚡ AI Lesson 1mo ago
How I Used Bit Manipulation to Speed Up Float-to-Int Conversion in a Storage Engine
In a columnar time-series database, one of the most effective compression tricks is deceptively...
A Sane Way to Handle Server Component Errors In Next.js
Medium · JavaScript 🔧 Backend Engineering ⚡ AI Lesson 1mo ago
A Sane Way to Handle Server Component Errors In Next.js
Let’s be real: errors are annoying. But in Next.js, they can also be confusing. You reach for react-error-boundary like a good React… Continue reading on Medium
Developing RESTful API Endpoints with FastAPI
Medium · Python 🔧 Backend Engineering ⚡ AI Lesson 1mo ago
Developing RESTful API Endpoints with FastAPI
FastAPI provides a modern, fast, and robust framework for building RESTful API endpoints in Python. Leveraging Python type hints, FastAPI… Continue reading on M
Warmed Permission Cache: Speed, Security, and the Real Trade-Offs
Dev.to · Santhanam Elumalai 🔧 Backend Engineering ⚡ AI Lesson 1mo ago
Warmed Permission Cache: Speed, Security, and the Real Trade-Offs
Authorization checks are one of those backend paths that seem harmless until traffic grows. In my...