Loading…
TechNest
Connect apps and services
Otis
QuincyThis is like teaching different computer programs to talk to each other, making them work together for you right now. You can make apps do even more cool stuff.
In 2034, you could be the tech wizard connecting all the Olympic systems, from ticketing to live scores, making sure everything runs smoothly for the world to see.
Optional materials for this quest.
JavaScript: The Good Parts
RequiredA slim, no-fluff book that teaches you the JavaScript you actually need to work with APIs and JSON data. Way better than random tutorials for building a real mental model.
Dot-Grid Coding Notebook
RequiredUse it to sketch out your API call chains before you code them — draw boxes for each API and arrows showing how data flows between them. Way faster than jumping straight into code.
Node.js Design Patterns Book
For when you're ready to go beyond browser JavaScript and build a real API server of your own. Gets into async/await and structuring bigger projects properly.