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.
- Host: GitHub
- URL: https://github.com/nmdra/system-design-exercises
- Owner: nmdra
- Created: 2025-04-11T16:10:11.000Z (9 months ago)
- Default Branch: master
- Last Pushed: 2025-07-11T15:06:47.000Z (6 months ago)
- Last Synced: 2025-07-11T16:49:18.617Z (6 months ago)
- Language: Go
- Homepage:
- Size: 23.4 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.