TODO: http://www.scs.stanford.edu/20sp-cs244b/notes/
TODO: https://cs61.seas.harvard.edu/site/2025/Datarep/
TODO:
- https://medium.com/@arpitbhayani
- How to use RAFT to build distributed database https://notes.eatonphil.com/minimal-key-value-store-with-hashicorp-raft.html
- https://vladmihalcea.com/how-does-mvcc-multi-version-concurrency-control-work/
- https://deepaksood619.github.io/databases/concepts/isolation-levels/
- DB WAL https://sqlite.org/wal.html and https://github.com/rosedblabs/wal?tab=readme-ov-file
- Docker https://martinheinz.dev/blog/44 and https://coolshell.cn/articles/17010.html
- Project based learning https://github.com/practical-tutorials/project-based-learning?tab=readme-ov-file#go
- The Architecture of Open Source Applications https://aosabook.org/en/
- K8s informers https://medium.com/@jeevanragula/demystifying-kubernetes-informer-streamlining-event-driven-workflows-955285166993
- Distributed systems https://www.andrew.cmu.edu/course/15-440-kesden/applications/lecture.html and https://pdos.csail.mit.edu/6.824/schedule.html
- Linux OS internals https://www.cs.unc.edu/~porter/courses/comp630/s24/syllabus.html and
- https://bytebytego.com/courses/system-design-interview/real-time-gaming-leaderboard
- Understand how to use bazel for building things
- get a deeper understaning
- Understand pytest framework in a deeper level
- Learn shell commands properly, cut, awk, grep, zgrep, for loop, sed, running commands
Ref: https://dancres.github.io/Pages/