๐ bytebook
A living notebook of everything I learn in Golang, Rust, and other languages โ slowly being forged into a full-blown mdBook.
๐ What's Inside?
Organized by language, concept, and chaos-resistance.
๐ฆ Golang
- ๐ View Golang Notes and Experiments
- Basics, idioms, concurrency, and project patterns
๐๏ธ SQL
- ๐ View SQL Cheatsheets, Flashcards, and Practice
- Relational theory, query mastery, and interview prep
๐งช Templates
- ๐ Common code snippets and setup scripts
- Shell templates, project boilerplates, and productivity hacks
๐ฆ Rust (coming soon)
- Ownership, lifetimes, async, and zero-cost abstractions
๐ Python (coming soon)
- Mostly for scripting tools & small hacks
๐ฎ Vision
Iโll keep updating this with bite-sized lessons, code experiments, and deeper dives.
Eventually, this will become a full mdBook, so anyone (including future me) can browse and learn.
๐ How To Use
- Clone the repo
- Pick your poison (
golang/
,rust/
, etc.) - Read the markdown, run the code, level up.
๐ Planned Features
- Interactive playground links
- Auto-generated
SUMMARY.md
for mdBook - E-book/PDF export support
๐ค Contributions
Right now, it's my personal logbook, but in the future I might open it for collabs!
โก Built With
- Markdown
- mdBook (WIP)
- Love for clean, powerful code