๐Ÿ“– 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

๐Ÿ—„๏ธ 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