System Design Resources
I'm no system desing guru. I've collected the following resources over time for my learning purpouses from different sources.

Search for a command to run...
I'm no system desing guru. I've collected the following resources over time for my learning purpouses from different sources.

No comments yet. Be the first to comment.
Security dashboards are lying to you. That critical CVE flagged in your dependency scan? Odds are, your application never touches the vulnerable code path. The result is alert fatigue, wasted engineer

Harbor is an enterprise-class private container registry with advanced features like RBAC, replication, vulnerability scanning, and more. In this guide, we'll set up Harbor on a Ubuntu machine, secure it with Let's Encrypt certificates, and use Cloud...

Introduction This document provides a step-by-step guide to installing and configuring the AWS CLI and Pulumi on Ubuntu 24.04. Prerequisites Ubuntu 24.04 installed and configured. A user account with sudo privileges. An active AWS account. 1. In...

What motivated me to do this? While reading the book Container Security, a strange question popped into my head. Since everything inside a container is essentially a process running on the host machine's Linux kernel, what about creating nested conta...

Introduction This document outlines the procedures for creating AWS Access Keys for both IAM users and IAM Identity Center (Federated) Users. These credentials are used for programmatic access to AWS services, enabling applications and tools to inter...

Designing Data-Intensive Applications
Grokking the System Design Interview
System Design Interview (Volume 1 & 2)
System Design Primer - Learn how to design large-scale systems. Prep for the system design interview. Includes Anki flashcards.
System Design for Beginners - playlist by Gaurav Sen
Good blogs for system design.
This is a good summary of AWS articles: link
Not directly about sysdesign, but will make your foundation strong if you go through - Coding Interview University