blob: a25b9cad18b6ae58e07723947e5294432209eeee (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
|
# 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.
|