I have a list of free stuff that I always forget to share and owe yall a one-byte so it makes sense to dump it here.
In the age of the internet, it is super easy to learn to code and I have collected for a long time courses e-books and fun sites that might help you out
First up https://goalkicker.com/ Tons of free books React Node PHP 100 pages or so very comprehensive must read.
https://github.com/danistefanovic/build-your-own-x This is a good way to learn how to make a ton of high-level programming projects worth a look tr
https://craftinginterpreters.com/contents.html Free book for making and Interpreter for a C like lang
http://carlcheo.com/compsci 40 Key Computer Science Concepts Explained In Layman’s Terms
https://www.mooc.fi/#courses free courses cyber security AI etc
https://betterprogramming.pub/a-curated-list-of-100-cool-and-fun-public-apis-to-inspire-your-next-project-7600ce3e9b3 API list for project ideas
https://overthewire.org/wargames/bandit/bandit0.html Free SSH server for testing Linux and cyber security stuffs
https://en.wikipedia.org/wiki/Glossary_of_computer_science CS vocab can be helpful in identifying things you do not know
https://wiki.c2.com/?QuineProgram Essotaric concepts are my favorite part of CS
http://gameprogrammingpatterns.com/contents.html Free game dev book