blob: 7b756d3d0e4c0b893fe5c4a234391e6b9e378ca6 (
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
|
# ubergeek
A comprehensive, self-paced study guide covering electronics, embedded systems, programming, computer science, cybersecurity, and more.
## 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
- **git.gumx.cc (primary):** https://git.gumx.cc/ubergeek
- **Wiki:** https://ubergeek.gumx.cc
## 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.
|