An open API service indexing awesome lists of open source software.

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.

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]