Database Fundamentals

Databases Introduction - System Design Fundamentals

Introduction to databases for system design covering data storage, retrieval, relational databases, NoSQL, and choosing the right database for your application.

December 10, 2022 · 8 min · 1689 words · Vijay Krishnavanshi
System Design Interview Preparation

What is a System Design Interview

Complete guide to understanding system design interviews, what interviewers expect, and how to prepare effectively for distributed systems and scalability questions.

October 16, 2022 · 7 min · 1427 words · Vijay Krishnavanshi
NoSQL Databases

Databases - NoSQL Fundamentals

Complete guide to NoSQL databases including document stores, key-value stores, column-family databases, and graph databases for unstructured data.

December 11, 2022 · 6 min · 1236 words · Vijay Krishnavanshi
System Design Interview Preparation

System Design Interview Preparation - Structured Learning Path

Structured preparation guide for system design interviews covering learning resources, practice strategies, common patterns, and step-by-step preparation plan.

October 22, 2022 · 7 min · 1408 words · Vijay Krishnavanshi
Database Resiliency

Database Resiliency - Replication and Disaster Recovery

Complete guide to database resiliency covering replication (master-slave, multi-master), backup strategies, and disaster recovery for system design interviews.

December 23, 2022 · 8 min · 1668 words · Vijay Krishnavanshi
System Design Interview Tips

What to Do During Your System Design Interview

Practical guide for system design interviews covering stress management, asking the right questions, communication techniques, and presenting your design effectively.

October 25, 2022 · 5 min · 972 words · Vijay Krishnavanshi
Database Scalability

Database Scalability - Sharding and Partitioning

Complete guide to database scalability covering sharding strategies, partitioning, consistent hashing, and horizontal vs vertical scaling for system design.

December 13, 2024 · 10 min · 1992 words · Vijay Krishnavanshi
DNS - Domain Name System

Domain Name System (DNS) Explained

Complete guide to understanding DNS (Domain Name System), how it works as the internet’s phonebook, DNS architecture, and resource record types for system design interviews.

November 21, 2022 · 8 min · 1520 words · Vijay Krishnavanshi
System Design Fundamentals

What is System Design? Understanding the Fundamentals

Introduction to system design fundamentals covering core concepts, design principles, thinking patterns, and the philosophy behind building large-scale systems.

October 26, 2022 · 2 min · 284 words · Vijay Krishnavanshi
SLO-driven architecture diagram showing reliability metrics integrated from design to deployment

Stop Shipping Hope: SLOs Must Guide Your Architecture, Not Just Your Release

Let’s talk about something fundamental, something often relegated to the last minute, but which, when embraced early, can elevate the craft of software engineering from mere coding to true engineering excellence. I’m speaking of Service Level Objectives (SLOs) and Service Level Indicators (SLIs). Remind me what they are again SLI - Service Level Indicator A quantitative metric for a service’s performance, as experienced by the user of the service. It is a measure of a property of the service that is a good proxy for your user experience. ...

December 4, 2025 · 9 min · 1770 words · eakangk