Building Flipr: a URL shortener, one commit at a time
dev.to·2h·
Discuss: DEV
Flag this post

Part 1: the simplest thing that could possibly work

Welcome to the first post in a series that dives into the world of distributed systems building on Kubernetes, using as a subject the “Todo application” of systems design: a URL shortener we’ll call Flipr 🐬. The goal is to build an actual, functioning, deployable system, designed to scale from a single instance to a distributed cluster on Kubernetes.

Photo by Louan García on Unsplash

What this series is and what it is not

This series focuses on building a distributed, scalable URL shortener and the architectural decisions behind it. To keep that focus sharp, I’m intentionally omitting several things that would be crit…

Similar Posts

Loading similar posts...