mrugenmike's Stars
donnemartin/system-design-primer
Learn how to design large-scale systems. Prep for the system design interview. Includes Anki flashcards.
microsoft/generative-ai-for-beginners
21 Lessons, Get Started Building with Generative AI 🔗 https://microsoft.github.io/generative-ai-for-beginners/
microsoft/ML-For-Beginners
12 weeks, 26 lessons, 52 quizzes, classic Machine Learning for all
ByteByteGoHq/system-design-101
Explain complex systems using visuals and simple terms. Help you prepare for system design interviews.
binhnguyennus/awesome-scalability
The Patterns of Scalable, Reliable, and Performant Large-Scale Systems
charlax/professional-programming
A collection of learning resources for curious software engineers
microsoft/AI-For-Beginners
12 Weeks, 24 Lessons, AI for All!
cloudflare/pingora
A library for building fast, reliable and evolvable network services.
InterviewReady/system-design-resources
These are the best resources for System Design on the Internet
danluu/post-mortems
A collection of postmortems. Sorry for the delay in merging PRs!
prasadgujar/low-level-design-primer
Dedicated Resources for the Low-Level System Design. Learn how to design and implement large-scale systems. Prep for the system design interview.
ashishps1/awesome-behavioral-interviews
Tips and resources to prepare for Behavioral interviews.
simoninithomas/Deep_reinforcement_learning_Course
Implementations from the free course Deep Reinforcement Learning with Tensorflow and PyTorch
tomhuang12/awesome-k8s-resources
A curated list of awesome Kubernetes tools and resources.
ept/hermitage
What are the differences between the transaction isolation levels in databases? This is a suite of test cases which differentiate isolation levels.
kumaransg/LLD
Curated Collection of all Low level design Questions and implementation asked in major Tech companies , Get yourself prepared for the LLD round and ace the interview.
optics-dev/Monocle
Optics library for Scala
microsoft/DiskANN
Graph-structured Indices for Scalable, Fast, Fresh and Filtered Approximate Nearest Neighbor Search
coding-parrot/Low-Level-Design
Useful Resources for Low Level System Design
rockset/rocksdb-cloud
A library that provides an embeddable, persistent key-value store for fast storage optimized for AWS
InterviewReady/Low-Level-Design
Low Level Designs of common data structures. These designs keep concurrency control, latency and throughput in mind. We use design patterns where applicable to make the code readable, extensible and testable.
scoverage/sbt-scoverage
sbt plugin for scoverage
janestreet/learn-ocaml-workshop
Exercises and projects for Jane Street's OCaml Workshop
guardrail-dev/guardrail
Principled code generation from OpenAPI specifications
shannah/jdeploy
Developer friendly desktop deployment tool
wordsmith-ai/hello-wordsmith
Basic RAG demo built on top of llamaindex-cli
DanielaSfregola/tutorial-cat
Workshop Pragmatic Introduction to Category Theory
evryn/breakfast
🍯 Test GitOps workflows & learn Kubernetes/Docker Swarm deployments through evolving Persian breakfast visuals.
rallyhealth/weePickle
A fork of uPickle, shaded for backwards and forwards compatibility.
wangxinbo/In-memory-Database
Simulate a simple in-memory database that supports regular Set, Get, Unset, and Transaction operations with rollback.