<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/">
  <channel>
    <title>System Design on Software Craftsperson</title>
    <link>https://www.softwarecraftsperson.com/categories/system-design/</link>
    <description>Recent content in System Design on Software Craftsperson</description>
    <image>
      <title>Software Craftsperson</title>
      <url>https://www.softwarecraftsperson.com/logos/web/png/Color%20logo%20-%20no%20background.png</url>
      <link>https://www.softwarecraftsperson.com/logos/web/png/Color%20logo%20-%20no%20background.png</link>
    </image>
    <generator>Hugo -- 0.147.1</generator>
    <language>en</language>
    <lastBuildDate>Sat, 31 Jan 2026 11:40:00 +0000</lastBuildDate>
    <atom:link href="https://www.softwarecraftsperson.com/categories/system-design/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>Design a Content Delivery Network (CDN)</title>
      <link>https://www.softwarecraftsperson.com/courses/system-design/content-delivery-network/design-cdn/</link>
      <pubDate>Sat, 21 Dec 2024 12:16:28 +0100</pubDate>
      <guid>https://www.softwarecraftsperson.com/courses/system-design/content-delivery-network/design-cdn/</guid>
      <description>Design a highly available CDN from scratch. Learn about edge servers, caching strategies, content propagation, and global content distribution.</description>
    </item>
    <item>
      <title>Design a Distributed Key-Value Store</title>
      <link>https://www.softwarecraftsperson.com/courses/system-design/key-value-store/design-kv-store/</link>
      <pubDate>Sat, 21 Dec 2024 12:16:28 +0100</pubDate>
      <guid>https://www.softwarecraftsperson.com/courses/system-design/key-value-store/design-kv-store/</guid>
      <description>Design a highly available key-value store like DynamoDB or Redis. Learn about consistent hashing, replication, partitioning, and handling failures.</description>
    </item>
    <item>
      <title>Databases Introduction - System Design Fundamentals</title>
      <link>https://www.softwarecraftsperson.com/courses/system-design/databases/2022-12-10-sys-des-db-1/</link>
      <pubDate>Sat, 10 Dec 2022 20:51:37 +0000</pubDate>
      <guid>https://www.softwarecraftsperson.com/courses/system-design/databases/2022-12-10-sys-des-db-1/</guid>
      <description>What is a database and why do we need it? Learn about database fundamentals, types of databases, SQL vs NoSQL, and when to use each for system design.</description>
    </item>
    <item>
      <title>Load Balancers Explained - Part 1</title>
      <link>https://www.softwarecraftsperson.com/courses/system-design/load-balancers/2022-11-25-sys-des-lb/</link>
      <pubDate>Fri, 25 Nov 2022 17:55:38 +0000</pubDate>
      <guid>https://www.softwarecraftsperson.com/courses/system-design/load-balancers/2022-11-25-sys-des-lb/</guid>
      <description>What is a load balancer? Learn about global and local load balancing, load balancing algorithms, health checks, and how to scale distributed systems effectively.</description>
    </item>
    <item>
      <title>System Maintainability - Building Evolvable Systems</title>
      <link>https://www.softwarecraftsperson.com/courses/system-design/non-functional-requirements/2022-10-30-sys-des-det-10/</link>
      <pubDate>Sun, 30 Oct 2022 11:30:09 +0000</pubDate>
      <guid>https://www.softwarecraftsperson.com/courses/system-design/non-functional-requirements/2022-10-30-sys-des-det-10/</guid>
      <description>What is maintainability in system design? Learn about code quality, documentation, modularity, and building systems that are easy to modify and debug.</description>
    </item>
    <item>
      <title>Abstractions in System Design - Building Modular Systems</title>
      <link>https://www.softwarecraftsperson.com/courses/system-design/foundational-concepts/2022-10-27-sys-des-det-4/</link>
      <pubDate>Thu, 27 Oct 2022 20:16:27 +0100</pubDate>
      <guid>https://www.softwarecraftsperson.com/courses/system-design/foundational-concepts/2022-10-27-sys-des-det-4/</guid>
      <description>What are abstractions and why are they crucial in system design? Learn how abstraction layers simplify complexity and enable scalable architectures.</description>
    </item>
    <item>
      <title>What is a System Design Interview</title>
      <link>https://www.softwarecraftsperson.com/courses/system-design/introduction/2022-10-16-sys-des-oview/</link>
      <pubDate>Sun, 16 Oct 2022 12:16:28 +0100</pubDate>
      <guid>https://www.softwarecraftsperson.com/courses/system-design/introduction/2022-10-16-sys-des-oview/</guid>
      <description>Why do organisations conduct system design interviews? What is expected from the candidate? Learn how to prepare and ace your system design interview.</description>
    </item>
    <item>
      <title>Databases - NoSQL Fundamentals</title>
      <link>https://www.softwarecraftsperson.com/courses/system-design/databases/2022-12-11-sys-des-db-2/</link>
      <pubDate>Sun, 11 Dec 2022 16:06:32 +0000</pubDate>
      <guid>https://www.softwarecraftsperson.com/courses/system-design/databases/2022-12-11-sys-des-db-2/</guid>
      <description>Understanding NoSQL databases - when to use them, types of NoSQL databases, and how they differ from relational databases for system design.</description>
    </item>
    <item>
      <title>Load Balancers Layer 4 vs Layer 7 - Deep Dive</title>
      <link>https://www.softwarecraftsperson.com/courses/system-design/load-balancers/2022-12-05-sys-des-lb-1/</link>
      <pubDate>Mon, 05 Dec 2022 21:27:29 +0000</pubDate>
      <guid>https://www.softwarecraftsperson.com/courses/system-design/load-balancers/2022-12-05-sys-des-lb-1/</guid>
      <description>Understanding Layer 4 and Layer 7 load balancers, OSI model, hardware vs software load balancers, and choosing the right load balancing approach.</description>
    </item>
    <item>
      <title>Fault Tolerance - Designing Resilient Systems</title>
      <link>https://www.softwarecraftsperson.com/courses/system-design/non-functional-requirements/2022-10-30-sys-des-det-11/</link>
      <pubDate>Sun, 30 Oct 2022 13:53:39 +0000</pubDate>
      <guid>https://www.softwarecraftsperson.com/courses/system-design/non-functional-requirements/2022-10-30-sys-des-det-11/</guid>
      <description>What is fault tolerance in system design? Learn about graceful degradation, redundancy, circuit breakers, and building systems that handle failures.</description>
    </item>
    <item>
      <title>Consistency Models in Distributed Systems</title>
      <link>https://www.softwarecraftsperson.com/courses/system-design/foundational-concepts/2022-10-27-sys-des-det-5/</link>
      <pubDate>Thu, 27 Oct 2022 20:56:46 +0100</pubDate>
      <guid>https://www.softwarecraftsperson.com/courses/system-design/foundational-concepts/2022-10-27-sys-des-det-5/</guid>
      <description>Understanding consistency models from strong consistency to eventual consistency. Learn CAP theorem, consistency trade-offs, and choosing the right model.</description>
    </item>
    <item>
      <title>System Design Interview Preparation - Structured Learning Path</title>
      <link>https://www.softwarecraftsperson.com/courses/system-design/introduction/2022-10-22-sys-des-det-1/</link>
      <pubDate>Sat, 22 Oct 2022 14:31:27 +0100</pubDate>
      <guid>https://www.softwarecraftsperson.com/courses/system-design/introduction/2022-10-22-sys-des-det-1/</guid>
      <description>How to prepare for system design interviews with a structured approach. Learn the fundamentals, practice case studies, and master interview techniques.</description>
    </item>
    <item>
      <title>Database Resiliency - Replication and Disaster Recovery</title>
      <link>https://www.softwarecraftsperson.com/courses/system-design/databases/2022-12-23-sys-des-db-3/</link>
      <pubDate>Fri, 23 Dec 2022 19:43:01 +0000</pubDate>
      <guid>https://www.softwarecraftsperson.com/courses/system-design/databases/2022-12-23-sys-des-db-3/</guid>
      <description>Learn about database replication strategies, disaster recovery, data redundancy, and ensuring high availability for distributed systems.</description>
    </item>
    <item>
      <title>System Availability - Understanding Uptime and SLAs</title>
      <link>https://www.softwarecraftsperson.com/courses/system-design/non-functional-requirements/2022-10-30-sys-des-det-7/</link>
      <pubDate>Sun, 30 Oct 2022 08:25:15 +0000</pubDate>
      <guid>https://www.softwarecraftsperson.com/courses/system-design/non-functional-requirements/2022-10-30-sys-des-det-7/</guid>
      <description>What is availability in system design? Learn how to measure availability, understand SLAs, calculate nines (99.9%, 99.99%), and design highly available systems.</description>
    </item>
    <item>
      <title>Failure Models in Distributed Systems</title>
      <link>https://www.softwarecraftsperson.com/courses/system-design/foundational-concepts/2022-10-30-sys-des-det-6/</link>
      <pubDate>Sun, 30 Oct 2022 06:48:26 +0000</pubDate>
      <guid>https://www.softwarecraftsperson.com/courses/system-design/foundational-concepts/2022-10-30-sys-des-det-6/</guid>
      <description>Understanding failure modes in distributed systems. Learn about crash failures, Byzantine failures, network partitions, and the fallacies of distributed computing.</description>
    </item>
    <item>
      <title>What to Do During Your System Design Interview</title>
      <link>https://www.softwarecraftsperson.com/courses/system-design/introduction/2022-10-25-sys-des-det-2/</link>
      <pubDate>Tue, 25 Oct 2022 22:48:03 +0100</pubDate>
      <guid>https://www.softwarecraftsperson.com/courses/system-design/introduction/2022-10-25-sys-des-det-2/</guid>
      <description>Ace your system design interview with proven strategies. Learn how to handle stress, ask clarifying questions, communicate effectively, and structure your solution.</description>
    </item>
    <item>
      <title>Database Scalability - Sharding and Partitioning</title>
      <link>https://www.softwarecraftsperson.com/courses/system-design/databases/2024-12-13-sys-des-db-4/</link>
      <pubDate>Fri, 13 Dec 2024 19:43:01 +0000</pubDate>
      <guid>https://www.softwarecraftsperson.com/courses/system-design/databases/2024-12-13-sys-des-db-4/</guid>
      <description>Learn database sharding, partitioning strategies, consistent hashing, and how to scale databases horizontally for millions of users.</description>
    </item>
    <item>
      <title>Approximate Calculations for System Design Interviews</title>
      <link>https://www.softwarecraftsperson.com/courses/system-design/foundational-concepts/2022-10-31-sys-des-det-12/</link>
      <pubDate>Mon, 31 Oct 2022 21:06:57 +0000</pubDate>
      <guid>https://www.softwarecraftsperson.com/courses/system-design/foundational-concepts/2022-10-31-sys-des-det-12/</guid>
      <description>Master back-of-the-envelope calculations for system design. Learn to estimate storage, bandwidth, QPS, and make quick capacity planning decisions.</description>
    </item>
    <item>
      <title>System Reliability - Building Dependable Systems</title>
      <link>https://www.softwarecraftsperson.com/courses/system-design/non-functional-requirements/2022-10-30-sys-des-det-8/</link>
      <pubDate>Sun, 30 Oct 2022 09:54:06 +0000</pubDate>
      <guid>https://www.softwarecraftsperson.com/courses/system-design/non-functional-requirements/2022-10-30-sys-des-det-8/</guid>
      <description>What is reliability in system design? Learn how to measure MTBF, MTTR, build fault-tolerant systems, and ensure consistent performance.</description>
    </item>
    <item>
      <title>What is System Design? Understanding the Fundamentals</title>
      <link>https://www.softwarecraftsperson.com/courses/system-design/introduction/2022-10-26-sys-des-det-3/</link>
      <pubDate>Wed, 26 Oct 2022 21:12:54 +0100</pubDate>
      <guid>https://www.softwarecraftsperson.com/courses/system-design/introduction/2022-10-26-sys-des-det-3/</guid>
      <description>What is system design and why does it matter? Learn the core concepts, principles, and thinking patterns behind designing scalable distributed systems.</description>
    </item>
    <item>
      <title>Domain Name System (DNS) Explained</title>
      <link>https://www.softwarecraftsperson.com/courses/system-design/foundational-concepts/2022-11-21-sys-des-dns/</link>
      <pubDate>Mon, 21 Nov 2022 20:25:01 +0000</pubDate>
      <guid>https://www.softwarecraftsperson.com/courses/system-design/foundational-concepts/2022-11-21-sys-des-dns/</guid>
      <description>What is DNS and how does it work? Learn about the internet&amp;#39;s phonebook, DNS architecture, resource records, and how domain names translate to IP addresses.</description>
    </item>
    <item>
      <title>System Scalability - Horizontal and Vertical Scaling</title>
      <link>https://www.softwarecraftsperson.com/courses/system-design/non-functional-requirements/2022-10-30-sys-des-det-9/</link>
      <pubDate>Sun, 30 Oct 2022 11:07:16 +0000</pubDate>
      <guid>https://www.softwarecraftsperson.com/courses/system-design/non-functional-requirements/2022-10-30-sys-des-det-9/</guid>
      <description>What is scalability in system design? Learn horizontal vs vertical scaling, load balancing, caching strategies, and designing systems for millions of users.</description>
    </item>
    <item>
      <title>Shift Reliability Left: Use SLOs to Guide Architecture Early</title>
      <link>https://www.softwarecraftsperson.com/posts/2025-12-04-sli-slo-reliability-shift-left/</link>
      <pubDate>Thu, 04 Dec 2025 09:00:00 +0000</pubDate>
      <guid>https://www.softwarecraftsperson.com/posts/2025-12-04-sli-slo-reliability-shift-left/</guid>
      <description>A practical guide to defining SLOs and SLIs early in the SDLC so reliability requirements shape architecture, testing, and release decisions.</description>
    </item>
    <item>
      <title>Virtual Private Cloud (VPC): A Practical Guide to Cloud Network Isolation</title>
      <link>https://www.softwarecraftsperson.com/posts/2025-08-21-virtual-private-cloud/</link>
      <pubDate>Wed, 21 Aug 2024 21:44:57 +0100</pubDate>
      <guid>https://www.softwarecraftsperson.com/posts/2025-08-21-virtual-private-cloud/</guid>
      <description>Learn what a VPC is, how it works, and why organizations use it to create secure, isolated networks in public cloud environments. Includes real-world examples and architecture patterns.</description>
    </item>
    <item>
      <title>What is Caching? The different types of caches and interfaces in .NET Core for caching</title>
      <link>https://www.softwarecraftsperson.com/posts/2021-06-20-caching/</link>
      <pubDate>Sun, 20 Jun 2021 16:50:45 +0100</pubDate>
      <guid>https://www.softwarecraftsperson.com/posts/2021-06-20-caching/</guid>
      <description>What is caching? The different types caches and interfaces in .NET Core for caching.</description>
    </item>
  </channel>
</rss>
