A comprehensive Obsidian knowledge vault covering AI/LLM, Blockchain, Java concurrency, Go programming, and more.
| Course | Description | Status |
|---|---|---|
| Agent-Course | JavaScript & TypeScript foundations, LLM basics, AI Agent paradigms, Claude Code internals | ✅ Complete |
| LLM-Lessons | Deep dive into neural networks, Transformers, GPT, RLHF, Agent systems | 🔄 In Progress |
| web3-lessons | Blockchain史诗教程: 密码学 → Bitcoin → Ethereum → DeFi → ZK → Web3 | 🔄 In Progress |
| Disturb-System-Lessons | Java并发编程与分布式系统: from P/V semaphores to cloud-native | 🔄 In Progress |
| go-lessons-for-java-developers | Go language for Java developers: Goroutines, Channels, interfaces | ✅ Complete |
| RedTeam-Course | (待更新) | ⏳ Planned |
| Hardware-Course | (待更新) | ⏳ Planned |
| Trading-Course | (待更新) | ⏳ Planned |
- Note-taking: Obsidian
- Format: Markdown with YAML frontmatter, Obsidian callouts, wiki-links
- Charts: Mermaid diagrams throughout
- Version Control: Git
- Historical narrative (时代切片 + 戏剧冲突)
- Technical deep-dives (数学推导 + 代码实现)
- Key concepts glossary (术语表)
- Cross-references (wiki-links between notes)
# Clone with submodules
git clone --recurse-submodules https://github.com/JustCod101/course.git
# Or initialize submodules after clone
git submodule update --init --recursiveMIT License - see LICENSE for details.