Architecture of my collaborative brainstorming app
Pieces of the entire stack and how things generally work.

Search for a command to run...
Articles tagged with #architecture
Pieces of the entire stack and how things generally work.

Introduction Proxies are like middlemen in the internet world. They sit between you and the rest of the internet. There are two main types: forward proxies and reverse proxies, each serving a different purpose. Forward Proxy: Helping the Client A for...

Introduction Replication lag is a critical aspect of distributed systems that affects data consistency, user experience, and overall system reliability. My aim here is to simplify the topic, explaining it concisely without leaving important informati...

Decoupled with intentional coupling is the goal.

Introduction These are my notes from studying system design over at ByteByteGo. Scale From Zero To Millions Of Users Database There are SQL databases and NoSQL ones. Relational databases are often the best ones because they have worked well and been ...

Change the design or constraints to eliminate the problem.
