DEV Community

Cover image for 100 days of Coding! Day 11
Anisha R
Anisha R

Posted on • Edited on

100 days of Coding! Day 11

10 June 2025

Some days feel really good, not because you did a hundred things, but because the things you did finally clicked or got done after a long wait. Today was one of those days for me.

๐Ÿ’ก System Design: 3 Topics, 3 Lightbulb Moments

I spent time today digging into system design, Here's what I went through:

  1. CAP Theorem
    I finally got it. The trade-off between Consistency, Availability, and Partition Tolerance isnโ€™t just theory โ€” itโ€™s the core of how distributed systems are built. Makes me look at databases and large-scale systems with a whole new level of respect.

  2. Consistency Models
    Strong vs. eventual consistency โ€” and why sometimes itโ€™s okay for things to be a little out of sync temporarily. These models explain a lot about how apps like WhatsApp or Google Docs work behind the scenes.

  3. Load Balancing
    Learned how traffic gets distributed across servers to avoid overload. Round robin, least connections, and how health checks keep services running smoothly โ€” all of it finally made sense.

๐Ÿชช Driving License: Finally!!

Also โ€” big personal win โ€” I finally got my driving license today! ๐ŸŽ‰

This has been pending forever, and I kept putting it off. But today, I walked out with that little card in hand. Felt like a proper adult.

Signing Off
Anisha ๐Ÿ’—

Top comments (0)

Some comments may only be visible to logged-in visitors. Sign in to view all comments.