Tech Skills

Systems Design & Architecture

Scalability, databases, microservices, APIs, caching and distributed systems

9,808
lessons
Skills in this topic
View full skill map →
Systems Design Basics
beginner
Explain SQL vs NoSQL tradeoffs
Distributed Systems
intermediate
Design event-driven systems with message queues
AI Systems Design
advanced
Design an LLM inference cluster with vLLM
All Reads (3,863) Articles (325)Blog Posts (2828)Tutorials (459)Research Papers (5)News (246)
Safe Operating Throughput (SOT) as a First-Class SRE Metric: Derivation and Operationalization
Dev.to · Nijo George Payyappilly 🏗️ Systems Design & Architecture ⚡ AI Lesson 3w ago
Safe Operating Throughput (SOT) as a First-Class SRE Metric: Derivation and Operationalization
In the summer of 2016, Pokémon GO launched to a user base roughly fifty times larger than its...
33/60 Days System Design Questions
Dev.to · Joud Awad 🏗️ Systems Design & Architecture ⚡ AI Lesson 3w ago
33/60 Days System Design Questions
Your order service takes 200 writes/sec at peak. You audit 6 months of data. Something's off — two...
Regex vs AST: Why Compiler-Aware Code Transformations Are Safer
Dev.to · i-am-killvish 🏗️ Systems Design & Architecture ⚡ AI Lesson 3w ago
Regex vs AST: Why Compiler-Aware Code Transformations Are Safer
Regex vs AST: Why Compiler-Aware Code Transformations Are Safer When developers want to...
Our BFF Was Working. That Was the Problem.
Dev.to · Gregory Kulp 🏗️ Systems Design & Architecture ⚡ AI Lesson 3w ago
Our BFF Was Working. That Was the Problem.
Backend-for-Frontend (BFF) layers solve a real problem. As systems grow, frontends often need data...
Dev.to AI 🏗️ Systems Design & Architecture ⚡ AI Lesson 3w ago
Topology rewrite not bug repair
Topology rewrite not bug repair. A single line. Hold it. More as the build matures. — chiefmojo79
Reddit r/programming 🏗️ Systems Design & Architecture ⚡ AI Lesson 3w ago
System Dynamics Course | Chapter 16: Discrete-Time and Sampled-Data System Dynamics
Used 5 different programming language for this course. GitHub repository link: https://github.com/mohammadijoo/Control_and_Robotics_Tutorials submitted by /u/ab
Why We Chose Next.js for Building High-Performance Digital Experiences at Brand Spanner
Dev.to · Brand Spanner 🏗️ Systems Design & Architecture ⚡ AI Lesson 3w ago
Why We Chose Next.js for Building High-Performance Digital Experiences at Brand Spanner
Why We Chose Next.js for Building High-Performance Digital Experiences at Brand Spanner In...
How to Pick the Perfect Database Without Losing Your Mind
Dev.to · Gaurav Kumar 🏗️ Systems Design & Architecture ⚡ AI Lesson 3w ago
How to Pick the Perfect Database Without Losing Your Mind
Hey fellow dev — let's tackle the choice that keeps us up at night: which database should you...
Why Next.js Is the Best Tech Stack for Static Websites in 2025
Medium · Programming 🏗️ Systems Design & Architecture ⚡ AI Lesson 3w ago
Why Next.js Is the Best Tech Stack for Static Websites in 2025
Choosing a Tech Stack for Your Static Website? Here’s Why Next.js Makes It Easy Continue reading on Medium »
Medium · LLM 🏗️ Systems Design & Architecture ⚡ AI Lesson 3w ago
The Dual-Write Problem: Go Distributed Systems
When an application tries to update a database and notify a message broker (like Kafka or SQS) in the same API workflow, it introduces a… Continue reading on Me
Java Collection Framework
Medium · Programming 🏗️ Systems Design & Architecture ⚡ AI Lesson 3w ago
Java Collection Framework
Hello everyone, I am a JavaScript developer, and I'm learning Java to stay competitive in today's market. We all know we need to deal with… Continue reading on
Great Components Are Designed Like APIs
Dev.to · Ahmed Magdy 🏗️ Systems Design & Architecture ⚡ AI Lesson 3w ago
Great Components Are Designed Like APIs
One of the biggest mistakes developers make is treating components as UI elements instead of...
Object-Oriented Programming Design in Rust
Dev.to · Lori-Shu 🏗️ Systems Design & Architecture ⚡ AI Lesson 3w ago
Object-Oriented Programming Design in Rust
By default, Rust treats the fields of a struct as private. However, it does not dogmatically enforce...
Raft Leader Election: How Does the Leader Election Mechanism Work?
Dev.to · Lê Đình Phú 🏗️ Systems Design & Architecture ⚡ AI Lesson 3w ago
Raft Leader Election: How Does the Leader Election Mechanism Work?
🚀 [Part 2] When the Leader goes down, how does the system save itself? In the previous post, we...
Your Static Site Doesn't Need a Build Pipeline
Dev.to · Yusuf B 🏗️ Systems Design & Architecture ⚡ AI Lesson 3w ago
Your Static Site Doesn't Need a Build Pipeline
Setting up a 10-page marketing site Count the tools. You reach for Next.js or Astro. You...
Day 1 of My System Design Journey: Learning How Real Engineers Think!
Medium · Programming 🏗️ Systems Design & Architecture ⚡ AI Lesson 3w ago
Day 1 of My System Design Journey: Learning How Real Engineers Think!
Most beginners think software engineering is about writing code.I used to think the same. Continue reading on Medium »
From Monolith to Microservices: Why I Redesigned Finovara's Architecture - Finovara
Dev.to · Marcin Parśniak 🏗️ Systems Design & Architecture ⚡ AI Lesson 3w ago
From Monolith to Microservices: Why I Redesigned Finovara's Architecture - Finovara
At some point, a monolith starts working against you. In my case, Finovara was a single Spring Boot...
From Monolith to Microservices: Why I Redesigned Finovara's Architecture - Finovara
Dev.to · Marcin Parśniak 🏗️ Systems Design & Architecture ⚡ AI Lesson 3w ago
From Monolith to Microservices: Why I Redesigned Finovara's Architecture - Finovara
At some point, a monolith starts working against you. In my case, Finovara was a single Spring Boot...
How we built a gate-accurate Game Boy emulator in Rust (and got dmg-acid2 pixel-perfect)
Dev.to · zaiqltd 🏗️ Systems Design & Architecture ⚡ AI Lesson 3w ago
How we built a gate-accurate Game Boy emulator in Rust (and got dmg-acid2 pixel-perfect)
We are Zaiq, an engineering studio. We built Revenant, a Game Boy and Game Boy Color emulator, from...
SAGA Pattern in Go
Dev.to · Serif COLAKEL 🏗️ Systems Design & Architecture ⚡ AI Lesson 3w ago
SAGA Pattern in Go
In this article, we will explore how to coordinate distributed transactions in Go using the Saga...
Dev.to AI 🏗️ Systems Design & Architecture ⚡ AI Lesson 3w ago
Database replication: leader-follower, multi-leader, and quorum patterns
Database replication: leader-follower, multi-leader, and quorum patterns Database replication is essential for high availability, read scaling, and disaster rec
Dev.to AI 🏗️ Systems Design & Architecture ⚡ AI Lesson 3w ago
Concurrency is byproduct of capability design not bottleneck to patch
Concurrency is byproduct of capability design not bottleneck to patch. A single line. Hold it. More as the build matures. — chiefmojo79
Database design for application developers: a practical guide
Dev.to · Rizwan Saleem 🏗️ Systems Design & Architecture ⚡ AI Lesson 3w ago
Database design for application developers: a practical guide
Database design for application developers: a practical guide Good database design is the...
How to Write an Architecture Decision Record Engineers Actually Read
Dev.to · ironbyte-rgb 🏗️ Systems Design & Architecture ⚡ AI Lesson 3w ago
How to Write an Architecture Decision Record Engineers Actually Read
Architecture Decision Records exist to solve a recurring and expensive problem: six months after a...
Medium · JavaScript 🏗️ Systems Design & Architecture ⚡ AI Lesson 3w ago
React Performance Lessons I’ve Learned While Building Large Applications
Performance is one of those topics that every React developer eventually encounters. Continue reading on Medium »
Medium · Programming 🏗️ Systems Design & Architecture ⚡ AI Lesson 3w ago
Blocos de construção do DDD
Esses padrões ajudam a organizar o modelo de domínio dentro do código da aplicação. Continue reading on Medium »
Dev.to AI 🏗️ Systems Design & Architecture ⚡ AI Lesson 3w ago
Concurrency is byproduct of capability design not bottleneck to patch
Concurrency is byproduct of capability design not bottleneck to patch. A single line. Hold it. More as the build matures. — chiefmojo79
LeetCode Is Dead in 2026. Here Is What Top Companies Are Actually Asking Senior Engineers Instead.
Medium · Programming 🏗️ Systems Design & Architecture ⚡ AI Lesson 3w ago
LeetCode Is Dead in 2026. Here Is What Top Companies Are Actually Asking Senior Engineers Instead.
Not theory. Not Twitter opinion. Observations from 30 senior backend interview loops in 2025–2026, the patterns that have replaced… Continue reading on Stackade
Medium · Programming 🏗️ Systems Design & Architecture ⚡ AI Lesson 3w ago
How I Built a Redis Clone in C as a 3rdYear CS Student
How I Built a Redis Clone in C as a 2nd Year CS Student Continue reading on Medium »
Reddit r/webdev 🏗️ Systems Design & Architecture ⚡ AI Lesson 3w ago
I built a microservice in C, because why not!
I had an interview with a big observability company and I wanted to impress the interviewer, with my recent interest in development with C, I built a simple mic
Dev.to AI 🏗️ Systems Design & Architecture ⚡ AI Lesson 3w ago
Concurrency is byproduct of capability design not bottleneck to patch
Concurrency is byproduct of capability design not bottleneck to patch. A single line. Hold it. More as the build matures. — chiefmojo79
From Packet Filter to High-Performance Execution Layer: How Solana Re-Engineered BPF
Dev.to · Aniket Misra 🏗️ Systems Design & Architecture ⚡ AI Lesson 3w ago
From Packet Filter to High-Performance Execution Layer: How Solana Re-Engineered BPF
To understand why Solana can process tens of thousands of transactions per second while maintaining...
Dev.to AI 🏗️ Systems Design & Architecture ⚡ AI Lesson 3w ago
Topology rewrite not bug repair
Topology rewrite not bug repair. A single line. Hold it. More as the build matures. — chiefmojo79
The Illusion of Scale, Part 5: The System That Outlives the Team
Dev.to · Anusha Mukka 🏗️ Systems Design & Architecture ⚡ AI Lesson 3w ago
The Illusion of Scale, Part 5: The System That Outlives the Team
A few years ago I built an electronic search warrant system for a state law enforcement agency. Paper...
Dev.to AI 🏗️ Systems Design & Architecture ⚡ AI Lesson 3w ago
Concurrency is byproduct of capability design not bottleneck to patch
Concurrency is byproduct of capability design not bottleneck to patch. A single line. Hold it. More as the build matures. — chiefmojo79
Dev.to AI 🏗️ Systems Design & Architecture ⚡ AI Lesson 3w ago
Concurrency is byproduct of capability design not bottleneck to patch
Concurrency is byproduct of capability design not bottleneck to patch. A single line. Hold it. More as the build matures. — chiefmojo79
I Spent 3 Months Reading JVM Source Code — These 7 Internals Changed How I Write Java Forever
Medium · Programming 🏗️ Systems Design & Architecture ⚡ AI Lesson 3w ago
I Spent 3 Months Reading JVM Source Code — These 7 Internals Changed How I Write Java Forever
I thought I knew Java. I thought years of production code and countless deployments meant mastery. Then I opened the JVM source code. Continue reading on Toward
Dev.to AI 🏗️ Systems Design & Architecture ⚡ AI Lesson 3w ago
Concurrency is byproduct of capability design not bottleneck to patch
Concurrency is byproduct of capability design not bottleneck to patch. A single line. Hold it. More as the build matures. — chiefmojo79
Medium · JavaScript 🏗️ Systems Design & Architecture ⚡ AI Lesson 3w ago
Clean DSA Java code
Clean DSA code is often what separates candidates who merely solve problems from those who appear experienced in interviews. Continue reading on Medium »
30/60 Days System Design Questions!
Dev.to · Joud Awad 🏗️ Systems Design & Architecture ⚡ AI Lesson 3w ago
30/60 Days System Design Questions!
You're building a file upload service. 10TB of user files today. 100TB in 12 months. Your team is...
The Context Compression Pattern
Dev.to · Ken W Alger 🏗️ Systems Design & Architecture ⚡ AI Lesson 3w ago
The Context Compression Pattern
Pattern Defined Precise Definition: Context Compression is an inference pattern that...
Go In 2026: Why Simplicity Still Wins
Dev.to · Nazar Boyko 🏗️ Systems Design & Architecture ⚡ AI Lesson 3w ago
Go In 2026: Why Simplicity Still Wins
It's 2026. You've watched the language wars get louder for another year. Rust keeps eating systems...
Dev.to AI 🏗️ Systems Design & Architecture ⚡ AI Lesson 3w ago
Architecture preempts the experiment
Architecture preempts the experiment. A single line. Hold it. More as the build matures. — chiefmojo79
Microservices Patterns: Architecture and Implementation
Medium · Programming 🏗️ Systems Design & Architecture ⚡ AI Lesson 3w ago
Microservices Patterns: Architecture and Implementation
The Paradigm Shift to Distributed Systems Continue reading on Medium »
Microservices Patterns: Architecture and Implementation
Medium · Python 🏗️ Systems Design & Architecture ⚡ AI Lesson 3w ago
Microservices Patterns: Architecture and Implementation
The Paradigm Shift to Distributed Systems Continue reading on Medium »
Cómo solucionar el error \"Text content does not match server-rendered HTML\" en Next.js
Dev.to · Erick Eduardo Ramos 🏗️ Systems Design & Architecture ⚡ AI Lesson 3w ago
Cómo solucionar el error \"Text content does not match server-rendered HTML\" en Next.js
Cómo solucionar el error "Text content does not match server-rendered HTML" en...
What is Volumetric Expansion Testing? The Engineering Science Behind Gas Cylinder Safety
Dev.to · Robin | Mechanical Engineer 🏗️ Systems Design & Architecture ⚡ AI Lesson 3w ago
What is Volumetric Expansion Testing? The Engineering Science Behind Gas Cylinder Safety
Gas cylinders used in CNG vehicles, hospital oxygen systems, hydrogen fuel cells, and firefighting...
Match the Profile to the Load Path
Dev.to · Meulen Bolds 🏗️ Systems Design & Architecture ⚡ AI Lesson 3w ago
Match the Profile to the Load Path
Steel Tube Shape Selection Is About Force Direction In fabrication, the most expensive tube choice is...