This repository is a curated list of tutorials, courses, books, and other resources that have helped me learn programming. It's organized by topics and continually updated with new resources.
Navigate through the different sections to find resources on specific topics. Feel free to contribute by adding your own favorite resources through pull requests.
- Fork the repository.
- Create a new branch (
git checkout -b new-resource
). - Make your changes and commit them (
git commit -am 'Add new resource'
). - Push to the branch (
git push origin new-resource
). - Create a new Pull Request.