Tag: System Design
All the articles with the tag "System Design".
-
Avoiding the God Object - A Guide to Better Software Design
Published: at 07:30 AMA quick guide to understanding what a God Object is, why it's problematic, and when it might make sense to use it.
-
What kind of database should you choose for your startup app?
Published: at 07:30 AMWhen starting to build your app, picking a database can feel daunting. This post simplifies the choice—just go with what you're comfortable with—and highlights why SQL is often a safe, reliable option.
-
How to Evaluate a System Design?
Published: at 06:30 AMA simple guide to evaluating system designs using three key principles - fidelity, simplicity, and cost effectiveness.
-
Adding type safety to environment variables in NextJS
Published: at 08:28 AMLearn how to setup env variable validations in NextJS