# ubergeek A comprehensive, self-paced study guide covering electronics, embedded systems, programming, computer science, cybersecurity, and more. Built as a sourcehut wiki. ## Topics 30 topics across 7 phases — from command line basics to robotics and edge AI. See [PROGRESS.md](PROGRESS.md) for the full topic list and study roadmap. ## Structure Each topic follows the same layout: ``` topic-name/ ├── index.md # overview and module list ├── images/ # diagrams, schematics, screenshots ├── samples/ # runnable code and project files └── module-name/ └── index.md # module content ``` ## Links - **Sourcehut (primary):** https://git.sr.ht/~gumxcc/ubergeek - **Wiki:** https://man.sr.ht/~gumxcc/ubergeek/ ## Contributing See [CONTRIBUTING.md](CONTRIBUTING.md) for guidelines on submitting patches, pull requests, or merge requests. ## License Content is [CC BY-SA 4.0](LICENSES/CC-BY-SA-4.0). Code samples are [MIT](LICENSES/MIT). See [LICENSE.md](LICENSE.md) for details.