Some Learning Materials
Here I list some recommened courses you can learn.
- The Missing Semester of Your CS Education: I haven't seen this before, but I still list it here.
- Operating System: While you may have no interest in systems and want to do some AI-related works, I still strongly recommend watching this course. At the very least, it can help you understand how the programs works, right?
- CMU-15/445: Well, I don't think I need to introduce this course here.
- CMU-15/721: ditto.
- mini-lsm: Build a simple key-value storage engine in a week! Written by skyzh! Using Rust! What an exciting thing!
- tiny-llm: Another project by skyzh(GOAT!), still working in progress.
- talent-plan: Nothing to say, support the current employer.
- Building a Small LLM from Scratch: A new project found recently, still updating.
- 大语言模型基础:从零到一实现之路: A new course produced by nju
Hope you can find your interests after entering the lab.
Others
Just copied from previous README.
- PostgreSQL
- The Internals of PostgreSQL
- https://www.cnblogs.com/flying-tiger/tag/postgresql/