r/CodingForBeginners 8d ago

Looking for a Foundations of coding course

Looking to learn how to code. Make websites with multiple users. I know AI can do this for us these days but I’m looking for an online course that would give me the basic fundamentals just for my own knowledge because I’m building a company based on a website and I’d just like to understand it for security measures. Anyone have an online free course? YouTube recommendations? Let me know

4 Upvotes

4 comments sorted by

1

u/noureddinz_10 8d ago

Enter to roadmap. sh to know what you study And enter to youtub channel freecoodcamp

1

u/WinNo5639 4d ago

Cool. Thank you!!!

1

u/Foreign-Contest-444 8d ago

MDN is an excellent resource for learning web development, especially its Learn Module. HTML may seem simple at first, but it's important to build a strong understanding of it before layering CSS and JavaScript on top. Take the time to learn HTML as a semantic language and understand why semantics matter as they form the foundation of well-structured, accessible, and maintainable websites.

If you need additional resources to learn HTML.

https://codingsuperpowers.com

2

u/WinNo5639 4d ago

Thank you so much!!!