https://github.com/dcts/coding-notes
markdown-book with personal coding notes (created with mdbook)
https://github.com/dcts/coding-notes
Last synced: 3 months ago
JSON representation
markdown-book with personal coding notes (created with mdbook)
- Host: GitHub
- URL: https://github.com/dcts/coding-notes
- Owner: dcts
- Created: 2019-02-14T14:02:36.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-11-27T19:30:53.000Z (over 6 years ago)
- Last Synced: 2026-01-27T04:36:46.765Z (5 months ago)
- Language: HTML
- Homepage: https://dcts.github.io/coding-notes/
- Size: 12.3 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# coding notes
Normally when I learn a new programming language I keep track of all new commands and concepts learned in a simple txt-file. Then I had this idea to put everything in a nicely formatted form online so I can access it from everywhere. After researching a bit I found [mdbook](https://github.com/rust-lang-nursery/mdBook), a small programm in rust that takes some md-files as input and compiles a beautiful webpage with search and navigation functionality integrated.
You can find the compiled website here: [Coding Notes Website](https://dcts.github.io/coding-notes)