· software
From Monolith to Modular (A basic simple example)
How I’m learning System Design by breaking my own code. Phase 1: The Simple Single Server 2‑Tier Repository: arsalanbardsiri/simple-single-server-apphttps://git...
How I’m learning System Design by breaking my own code. Phase 1: The Simple Single Server 2‑Tier Repository: arsalanbardsiri/simple-single-server-apphttps://git...
1. Procedural Development: The Comfortable Path to Isolation Procedural work is simple: Input → logic → output. Put the logic in a service. Name it something l...