The World Most Used Programming Language.
The World Most Misunderstood Programming Language.
- How the Web Works: A Primer for Newcomers to Web Development (or anyone, really)
- How the Web Works Part II: Client-Server Model & the Structure of a Web Application
- How the Web Works Part III: HTTP & REST
- ๐ JavaScript in 14 minutes
- JavaScript Guide - Introduction by MDN
This is the starting point par excellence. You don't need to cover all chapters on the same time.
- ๐ Web Design in 4 minutes
- HTML & CSS is hard (But it doesnโt have to be) - A friendly web development tutorial for complete beginners
- Why It's Important For Web Developers To Focus On Web Accessibility
- Introduction to Web Accessibility
- 10 Most Common Web Accessibility Issues to Solve for
- Create a github account
- Be sure to understand source code management with git. If not, read git - the simple guide. My advice is to learn first git concepts then to master the command line. The command line is not related to an OS (unlike built-in GUI desktop tools)
- Be ready with your Code Editor
- Be ready with your browser developer tools. For instance: Chrome, Firefox, Edge, Safari...