📚 Resources 17 — Go Deeper on the Kinds of Software
All free. Pick by curiosity — the first two are the broadly useful ones; the rest serve specific itches.
đź“– Read
- MDN Web Docs beginner guides — developer.mozilla.org — Mozilla’s famous documentation site, home of the web’s most trusted beginner tutorials (“Getting started with the web”, HTML/CSS/JavaScript first steps). Written for genuine beginners, maintained by the people who build a browser. Best for: anyone whose favorite habitat was the browser.
đź”§ Do
- freeCodeCamp — freecodecamp.org — the beloved nonprofit where millions have learned to code free in the browser. Its Responsive Web Design certification has you build the one-page-fits-every-screen magic from this module’s lab, step by tiny step, no installs. Best for: turning “I watched the layout reshape” into “I made the layout reshape.”
🎬 Watch
- Crash Course Computer Science (YouTube — the “Crash Course Computer Science” series) — the later episodes tour the ground this module covered: operating systems, the world wide web, robots and embedded computing, and the history of personal computing, in ten-minute animated bites. Best for: reinforcing the safari with moving pictures.
đź§ For the curious, by habitat
- Flutter — flutter.dev — Google’s cross-platform toolkit homepage: see real apps built from one codebase and its honest pitch for “one pattern, many suits.” Best for: peeking at how the two-suits problem gets solved in practice.
- React Native — reactnative.dev — the other famous cross-platform toolkit, from Meta; its homepage shows how JavaScript (the web’s language, from Module 10) ends up producing phone apps. Best for: comparing the two big tailors’ sales pitches.
đź§ How to use these
Skim MDN’s “Getting started with the web” for an evening — it makes Module 10 and this module click together. If your fingers itch, start freeCodeCamp’s responsive design track and go exactly as far as it stays fun. The Flutter and React Native homepages are ten-minute visits for the “how do they really do two suits from one pattern?” itch.