My personal knowledge base containing notes, documentation, and learnings about various technologies and concepts in software development.
This documentation site is built using:
- MkDocs - Static site generator
- Material for MkDocs - Theme and framework
- Python - Base requirement
- GitHub Pages - Hosting
- Python 3.x
- poetry (Python package manager)
-
Clone the repository:
git clone https://github.com/shubham-0819/notes.git cd notes -
Install dependencies:
poetry install
-
Run locally:
poetry run mkdocs serve
-
Open in browser:
http://127.0.0.1:8000
While this is primarily my personal knowledge base, if you find any errors or have suggestions:
- Fork the repository
- Create a feature branch
- Make your changes
- Submit a pull request
This is a living document that I update regularly as I learn new things. Check back often for new content!
This project is licensed under the MIT License - see the LICENSE file for details.
I'm a Software Engineer passionate about building scalable systems and continuous learning. Currently working at RoboMQ.
If you find this knowledge base helpful, please consider giving it a star on GitHub!