An open API service indexing awesome lists of open source software.

https://github.com/nmdra/system-design-exercises

This repository is a collection of my hands-on exercises and implementations focused on system design concepts.
https://github.com/nmdra/system-design-exercises

Last synced: 6 months ago
JSON representation

This repository is a collection of my hands-on exercises and implementations focused on system design concepts.

Awesome Lists containing this project

README

          

# System Design Exercises

This repository is a collection of my hands-on exercises and implementations focused on system design concepts. It includes practical demos, prototypes, and explorations of distributed systems patterns, fault tolerance techniques, caching, circuit breakers, scalability, consistency models, and more.

The goal is to deepen understanding of core system design principles by building and experimenting with real-world patterns using Go, Redis, HTTP APIs, message queues, and other relevant technologies.