https://github.com/msetsma/dev-notes
A collections of notes that I believe to be useful.
https://github.com/msetsma/dev-notes
Last synced: 5 months ago
JSON representation
A collections of notes that I believe to be useful.
- Host: GitHub
- URL: https://github.com/msetsma/dev-notes
- Owner: msetsma
- Created: 2024-03-08T16:18:20.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-03-08T19:57:53.000Z (over 2 years ago)
- Last Synced: 2025-01-30T11:46:35.790Z (over 1 year ago)
- Size: 1.95 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# My Dev Notes
## Welcome
My goals is to offload my cogntive load, increasing . This repository is a collection of code snippets, articles, and notes on various topics in software engineering.
It is a living document that I will continue to update.
## Philosophy
I believe in the power of knowledge and the impact it can have on personal growth and fostering community learning. This repository is my contribution to that belief.
## Contributing
If you have any insights, code snippets, or resources you believe would enrich this repository, please feel free to open an issue or submit a pull request. I'm always open to learning from others and sharing knowledge.
## Table of Contents
- [Fundamentals](.fundamentals/fundamentals.md)
- [Algorithms](.fundamentals/algorithms.md)
- [Data Structures](.fundamentals/data-structures.md)
- [Design Patterns](.fundamentals/design-patterns.md)
- [System Design](.fundamentals/system-design.md)
- [Tool Belt](.tool-belt/README.md)
- [Git](.tool-belt/git.md)
- [Docker](.tool-belt/docker.md)
- [Python](.tool-belt/python.md)
- [Golang](.tool-belt/golang.md)
- [General]