Skip to content
MartianChronicles
  • Home
  • Articles
  • Series
  • Projects
  • Resources
  • About
  • Search
Portfolio
MartianChronicles

Exploring Software, AI and Ideas Beyond Code

Explore
  • Articles
  • Series
  • Projects
  • Resources
GitHubLinkedInDev.toEmail

© 2026 Niraj Mourya. All rights reserved.Built with Next.js, React, Material UI
Home/Search
Discovery

Search

Find articles and knowledge entries instantly with weighted relevance and precise filters.

​
​

Tags

architecture
backend
databases
distributed systems
engineering
load balancing
microservices
monolith
networking
reliability
scalability
system design

Categories

engineering

Topics

database scaling
distributed systems
networking
product engineering
software architecture
systems design

Technologies

aws alb
aws elb
haproxy
mysql
next.js
nginx
node.js
postgresql
redis
typescript

Series

engineering foundations

Content Type

article

Database Scaling Fundamentals

as applications grow, adding more application servers is only part of the scalability story. in most production systems, the database becomes the bottleneck long before the applica...

article
engineering
#backend
#databases
/articles/database-scaling-fundamentals

Load Balancing Fundamentals

as applications grow, a single server eventually becomes a bottleneck. adding more servers is straightforward—but deciding how incoming traffic reaches those servers is where syste...

article
engineering
#backend
#load-balancing
/articles/load-balancing-fundamentals

Microservices vs Monolithic Architecture

as applications grow, one of the most important architectural decisions engineers face is whether to build everything as a single application or split it into multiple independent...

article
engineering
#architecture
#backend
/articles/microservices-vs-monolithic-architecture

Engineering Calm Systems

engineering calm systems building systems is easy. maintaining clarity over years is the hard part. [!note] this placeholder article exists to validate the mdx content pipeline end...

article
engineering
#architecture
#engineering
/articles/engineering/engineering-calm-systems