Languages
Go
- zap - 高性能日志库
- viper - 配置管理
- gorm - ORM
- gin - HTTP web framework
- httprouter - HTTP request router
- Standard Go Project Layout
- go-prompt - TUI library
- bubbletea - TUI library
- cobra - CLI framework
- gnet - Event-driven networking
- ants - Goroutine pool
Java
- jodd - 工具库集合
- byte-buddy - Runtime code generation
- oshi - OS/Hardware 信息获取
C/C++
- abseil - C++ 标准库扩展
Tutorials / Learning
- µGo 语言实现 - Go 编译器学习
- Go 语言定制指南 - Go 语法树入门
- Go Optimization Guide - Go 性能优化
- CS DIY - 计算机自学目录
- Project-Based Learning - 项目驱动教程合集
- RustTraining - Microsoft Rust 培训
- Awesome Math - 数学资源汇总
- System Design Notes - 系统设计笔记
- Container Filesystem from Scratch - 容器文件系统原理
- Harness Engineering (马书) - C/C++ 到 AI 编程