Tech Skills

Backend Engineering

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

859
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
All Reads (465) Articles (95)Blog Posts (230)Tutorials (139)News (1)
Go Edge-native fast
Dev.to · rabbxdev 🔧 Backend Engineering ⚡ AI Lesson 1mo ago
Go Edge-native fast
Ditch the bloat and go edge-native. ⚡️ Say hello to @rabbx/ws: the ultra-lean WebSocket library...
Error Handling in Go: Stop Panicking, Start Wrapping
Dev.to · Athreya aka Maneshwar 🔧 Backend Engineering ⚡ AI Lesson 1mo ago
Error Handling in Go: Stop Panicking, Start Wrapping
Hello, I'm Maneshwar. I'm building git-lrc, a Micro AI code reviewer that runs on every commit. It is...
`setTimeout()` Is NOT Part of JavaScript
Dev.to · CodeWithIshwar 🔧 Backend Engineering ⚡ AI Lesson 1mo ago
`setTimeout()` Is NOT Part of JavaScript
Most developers write this code every day: ```js id="e9u2xa" setTimeout(() => { ...
Installing Node.js and npm on Ubuntu 26.04
Dev.to · Sanskriti Harmukh 🔧 Backend Engineering ⚡ AI Lesson 1mo ago
Installing Node.js and npm on Ubuntu 26.04
Ubuntu's default APT repository ships an outdated Node.js build that is not suitable for modern...
How to Modernize a Node.js Backend Without Rewriting It (Using Zuplo)
Dev.to · Chidera Humphrey 🔧 Backend Engineering ⚡ AI Lesson 1mo ago
How to Modernize a Node.js Backend Without Rewriting It (Using Zuplo)
1. Introduction If you've worked with legacy backends, you'll agree: when they fail, it's...
Firebase for Startups: When to Switch to Enterprise Solutions
Dev.to · Horizon Dev 🔧 Backend Engineering ⚡ AI Lesson 1mo ago
Firebase for Startups: When to Switch to Enterprise Solutions
Metric Value Firebase cost increase at scale 300-500% per year User threshold for...
Error handling in Go: Common pitfalls
Medium · Programming 🔧 Backend Engineering ⚡ AI Lesson 1mo ago
Error handling in Go: Common pitfalls
Developers coming to Go from languages that use try/catch constructs, like Java or C#, may feel a bit turned around. The inner voice… Continue reading on Medium
Clarity always beats speed when you are learning to code
Dev.to · Samaresh Das 🔧 Backend Engineering ⚡ AI Lesson 1mo ago
Clarity always beats speed when you are learning to code
Chasing speed when learning to code is the fastest way to hit a wall. We're often told to "learn...
The Most Underestimated Function in JavaScript: `reduce()`
Dev.to · Amrishkhan Sheik Abdullah 🔧 Backend Engineering ⚡ AI Lesson 1mo ago
The Most Underestimated Function in JavaScript: `reduce()`
Most Developers Meet reduce() at the Wrong Time Usually, it happens through some...
The Node.js Patterns I Wish I Knew 3 Years Ago
Dev.to · Muhammad Zulqarnain 🔧 Backend Engineering ⚡ AI Lesson 1mo ago
The Node.js Patterns I Wish I Knew 3 Years Ago
Node.js is amazing for shipping fast. It's also amazing at letting you ship broken things fast. I've...
The Node.js Patterns I Wish I Knew 3 Years Ago
Dev.to · Muhammad Zulqarnain 🔧 Backend Engineering ⚡ AI Lesson 1mo ago
The Node.js Patterns I Wish I Knew 3 Years Ago
Event loop mastery, streams, worker threads, graceful shutdown, and the design patterns that separate...
[Tutorial] Reading and Reacting to Contract State from a Frontend on Midnight network
Dev.to · Syv 🔧 Backend Engineering ⚡ AI Lesson 1mo ago
[Tutorial] Reading and Reacting to Contract State from a Frontend on Midnight network
📁 Full Source Code: midnight-apps/unshielded-token Target audience: Developers ...
C++ Programming : More Than Just Another Language
Medium · Programming 🔧 Backend Engineering ⚡ AI Lesson 1mo ago
C++ Programming : More Than Just Another Language
So finally we are starting C++ together and honestly before learning any language I think one thing is very important… feeling comfortable… Continue reading on
Fixing VS Code Installation Error on Ubuntu 26.04 (Resolute) via Terminal
Dev.to · Sávio Eduardo Silva 🔧 Backend Engineering ⚡ AI Lesson 1mo ago
Fixing VS Code Installation Error on Ubuntu 26.04 (Resolute) via Terminal
The Problem: apt-key is Deprecated and Repository is Unsigned When trying to install...
I Chose Chi Over Gin for 60 API Endpoints. Here's Why I Don't Regret It.
Dev.to · Jonathan Pitter 🔧 Backend Engineering ⚡ AI Lesson 1mo ago
I Chose Chi Over Gin for 60 API Endpoints. Here's Why I Don't Regret It.
Every Go web framework comparison post says the same thing: "Gin is the most popular, Fiber is the...
What I learned measuring Pretext.js: things browser benchmarks don't tell you
Dev.to · Artem Zverev 🔧 Backend Engineering ⚡ AI Lesson 1mo ago
What I learned measuring Pretext.js: things browser benchmarks don't tell you
A while ago — though by current standards that already feels like ancient history — Twitter was loud...
Medium · Programming 🔧 Backend Engineering ⚡ AI Lesson 1mo ago
Top 5 URL Encoders & Decoders for Developers in 2026
Encoding a URL parameter seems simple until it breaks your API request, ruins your analytics tracking, or causes a redirect loop in… Continue reading on Medium
These Go libraries are overrated — Use these instead
Medium · Programming 🔧 Backend Engineering ⚡ AI Lesson 1mo ago
These Go libraries are overrated — Use these instead
Cleaner APIs, lower latency, fewer dependencies — better choice for modern Go applications Continue reading on Dev Genius »
Dev.to AI 🔧 Backend Engineering ⚡ AI Lesson 1mo ago
How I built a Stripe Webhook in Node.js (Full Guide)
How I Built a Stripe Webhook in Node.js (Full Technical Guide) Webhooks are essential for handling asynchronous events in payment processing systems. In this te
I used to fail .NET interviews for not giving the “expected answer”
Dev.to · Ayman Atif 🔧 Backend Engineering ⚡ AI Lesson 1mo ago
I used to fail .NET interviews for not giving the “expected answer”
I’m a .NET developer. I can build production-ready applications, APIs, and work with databases. In...
type vs interface in TypeScript - What You Really Need to Know
Dev.to · Rafał Dziędziela 🔧 Backend Engineering ⚡ AI Lesson 1mo ago
type vs interface in TypeScript - What You Really Need to Know
You've definitely come across this debate more than once: type or interface? Most answers online boil...
The @Transactional Mistake That Silently Broke Our Data for Weeks
Medium · Programming 🔧 Backend Engineering ⚡ AI Lesson 1mo ago
The @Transactional Mistake That Silently Broke Our Data for Weeks
I remember one Friday evening when our support team started reporting “random” missing updates in production. Some user changes were saved… Continue reading on
JavaScript Runtimes Diverge in Places Migration Guides Skip
Medium · JavaScript 🔧 Backend Engineering ⚡ AI Lesson 1mo ago
JavaScript Runtimes Diverge in Places Migration Guides Skip
Why the “Drop-in Replacement” Promise Often Breaks in Production. Continue reading on Medium »
Stop Writing PHP Interfaces You Never Actually Mock
Medium · Programming 🔧 Backend Engineering ⚡ AI Lesson 1mo ago
Stop Writing PHP Interfaces You Never Actually Mock
Most PHP interfaces have one implementation, no mocks, and cross no boundary. Three quick tests reveal which ones are safe to delete. Continue reading on Medium
Backend Engineer (Fintech · Node.js · TypeScript · Python) — Open to Opportunities
Dev.to · macaulay ayomide 🔧 Backend Engineering ⚡ AI Lesson 1mo ago
Backend Engineer (Fintech · Node.js · TypeScript · Python) — Open to Opportunities
Hi everyone — I'm a backend engineer with 3+ years building and shipping production backend systems,...
Understanding Variables and Data Types in JavaScript
Dev.to · Abhishek sahni 🔧 Backend Engineering ⚡ AI Lesson 1mo ago
Understanding Variables and Data Types in JavaScript
In this blog we are going to learn basic fundamentals of programming. We are exploring variables and...
I Watched 50 Hours of YouTube Tutorials in One Week. Here’s the System That Saved Me.
Medium · ChatGPT 🔧 Backend Engineering ⚡ AI Lesson 1mo ago
I Watched 50 Hours of YouTube Tutorials in One Week. Here’s the System That Saved Me.
A few months ago I was deep in a panic spiral about a job interview. Backend role, mid-level, and the recruiter casually mentioned that… Continue reading on Med
Medium · Programming 🔧 Backend Engineering ⚡ AI Lesson 1mo ago
Getting Started with Socket.IO in Node.js: Real-Time Made Easy
Real-time features—like chat apps, live notifications, and multiplayer games—have become the norm in modern applications. If you're… Continue reading on Medium
How Zod's .refine() Can Cause a Denial of Service — And How to Fix It
Dev.to · Hrushikesh Shinde 🔧 Backend Engineering ⚡ AI Lesson 1mo ago
How Zod's .refine() Can Cause a Denial of Service — And How to Fix It
TL;DR Zod's .refine() executes on every input — even when earlier validators like .min()...
The Three PHP Error Patterns That Always Mean Production Is About to Fall
Medium · Programming 🔧 Backend Engineering ⚡ AI Lesson 1mo ago
The Three PHP Error Patterns That Always Mean Production Is About to Fall
Memory exhaustion, “Too many connections,” timeout cascades — three PHP errors that always signal production is about to fall over. Continue reading on Medium »
My Tiny Rust Utils, Part 3: save_load.rs
Dev.to · icsboyx 🔧 Backend Engineering ⚡ AI Lesson 1mo ago
My Tiny Rust Utils, Part 3: save_load.rs
How I handle saving and loading typed config-like data in a small Rust app without turning it into a big abstraction.
My Tiny Rust Utils, Part 1: macros.rs
Dev.to · icsboyx 🔧 Backend Engineering ⚡ AI Lesson 1mo ago
My Tiny Rust Utils, Part 1: macros.rs
The real logging and timestamp macros I use in a small Rust bot, and why I still like this kind of tiny local utility.
🎓Session 1: Hello World in Go + Introduction & Need of Golang
Dev.to · Kalpana R 🔧 Backend Engineering ⚡ AI Lesson 1mo ago
🎓Session 1: Hello World in Go + Introduction & Need of Golang
I’ve just started a 40-day journey to learn Go (Golang). This is a record of what I learn in each...
You’re Using FastAPI and Databases — But Do You Actually Understand What’s Happening?
Medium · Programming 🔧 Backend Engineering ⚡ AI Lesson 1mo ago
You’re Using FastAPI and Databases — But Do You Actually Understand What’s Happening?
A complete, beginner-to-advanced guide to databases, ORM, sessions, and dependency injection — explained as one connected system. Continue reading on Medium »
PHP 8.5's pipe operator and the array stdlib problem
Dev.to · delacry 🔧 Backend Engineering ⚡ AI Lesson 1mo ago
PHP 8.5's pipe operator and the array stdlib problem
PHP 8.5 shipped a pipe operator, from Larry Garfield's RFC (approved 33-7). The marketing examples...
I built a tiny fitness CLI to stop arguing with my smartwatch
Dev.to · levent çelik 🔧 Backend Engineering ⚡ AI Lesson 1mo ago
I built a tiny fitness CLI to stop arguing with my smartwatch
My smartwatch told me I burned 3,400 calories yesterday. My partner's app told me I burned 2,200....
Medium · Python 🔧 Backend Engineering ⚡ AI Lesson 1mo ago
Python Full Stack Training in USA: Build End-to-End Development Skills
In today’s digital era, companies are looking for skilled developers who can build complete web applications from front to back. Continue reading on Medium »
Dev.to AI 🔧 Backend Engineering ⚡ AI Lesson 1mo ago
I Stopped Writing Database Fixtures by Hand. Here's What I Do Instead.
I'll be honest with you. For the longest time, writing database fixtures was just something I accepted as part of the job. You build a feature, you write the te
(ShowDev) JavaScript Exceptions: What they do right, and what they do wrong
Dev.to · Sandu Bogdan 🔧 Backend Engineering ⚡ AI Lesson 1mo ago
(ShowDev) JavaScript Exceptions: What they do right, and what they do wrong
All languages have, so far, reached a certain point in their development: error handling. JavaScript,...
Medium · JavaScript 🔧 Backend Engineering ⚡ AI Lesson 1mo ago
How to Add API Documentation to an Express App Without Writing a Single Annotation
Zero config. Zero annotations. No YAML. No Jsdocs. Zero changes to your existing code. Just add one line and your entire API is documented. Continue reading on
Why Firestore Keeps Throwing “Missing Index” Errors — And How to Fix It Like an Engineer
Dev.to · Shanthi's Dev Diary 🔧 Backend Engineering ⚡ AI Lesson 1mo ago
Why Firestore Keeps Throwing “Missing Index” Errors — And How to Fix It Like an Engineer
If you’ve worked with Firestore long enough, you’ve definitely seen this: “The query requires an...
20 Git Commands I Use Daily That Most Developers Ignore
Medium · Programming 🔧 Backend Engineering ⚡ AI Lesson 1mo ago
20 Git Commands I Use Daily That Most Developers Ignore
Real workflows for teams and production Continue reading on Medium »
Adding Authentication Middleware With Descope
Dev.to · Mrunank Pawar 🔧 Backend Engineering ⚡ AI Lesson 1mo ago
Adding Authentication Middleware With Descope
This blog was originally published on Descope. Looking to implement authentication middleware in...
Payment Webhooks Will Lie To You. Here's How We Built Ones That Don't (in NestJS)
Dev.to · arun rajkumar 🔧 Backend Engineering ⚡ AI Lesson 1mo ago
Payment Webhooks Will Lie To You. Here's How We Built Ones That Don't (in NestJS)
A payment webhook fires once. You miss it. The customer thinks they paid. Your dashboard says they...
Control Flow in JavaScript: If, Else, and Switch Explained
Dev.to · Abhishek sahni 🔧 Backend Engineering ⚡ AI Lesson 1mo ago
Control Flow in JavaScript: If, Else, and Switch Explained
Understanding the control flow of a program is very important to understand the behaviour of code....
Supabase Auth Advanced — Custom Claims, Row Level Security, and Session Management
Dev.to · kanta13jp1 🔧 Backend Engineering ⚡ AI Lesson 1mo ago
Supabase Auth Advanced — Custom Claims, Row Level Security, and Session Management
Supabase Auth Advanced — Custom Claims, Row Level Security, and Session Management Once...
What is the global object in JavaScript? A practical guide for developers
Dev.to · Hugo Naili 🔧 Backend Engineering ⚡ AI Lesson 1mo ago
What is the global object in JavaScript? A practical guide for developers
The JavaScript global object and scope are a key part of building apps with JavaScript....
Supabase PostgreSQL Functions — Move Complex Logic Server-Side with RPC
Dev.to · kanta13jp1 🔧 Backend Engineering ⚡ AI Lesson 1mo ago
Supabase PostgreSQL Functions — Move Complex Logic Server-Side with RPC
Supabase PostgreSQL Functions — Move Complex Logic Server-Side with RPC Writing complex...