Quick Links
Everything you need, one click away. Bookmark this page.
Class Repositories
| Resource | Link |
|---|---|
| LAGCC GitHub Organization | ttpr-lgcc (opens in new tab) |
| Spring 2026 Cohort Repo | ttpr-lagcc-spring-2026 (opens in new tab) |
| Pokémon App Demo | pokemonappttp2025 (opens in new tab) |
| Node.js Backend Starter | Backend-Template-Node.js (opens in new tab) |
| JR TV Demo | hessvacio.com/pages/JRTV (opens in new tab) |
Documentation
| Topic | Link |
|---|---|
| Git | git-scm.com/docs (opens in new tab) |
| JavaScript (MDN) | developer.mozilla.org/en-US/docs/Web/JavaScript (opens in new tab) |
| React | react.dev (opens in new tab) |
| React Hooks & Components | react.dev/reference/react (opens in new tab) |
| Node.js | nodejs.org/docs (opens in new tab) |
| Express.js | expressjs.com (opens in new tab) |
| PostgreSQL | postgresql.org/docs (opens in new tab) |
| Sequelize | sequelize.org/docs (opens in new tab) |
Tools
| Tool | Purpose |
|---|---|
| GitHub (opens in new tab) | Code hosting and submissions |
| Postman (opens in new tab) | API testing |
| Netlify (opens in new tab) | Frontend deployment |
| Render (opens in new tab) | Backend / full-stack deployment |
| Excalidraw (opens in new tab) | Whiteboarding and diagrams |
| CodeSandbox (opens in new tab) | Quick browser-based prototyping |
Practice & Learning
| Resource | Best for |
|---|---|
| Codewars (opens in new tab) | Daily JS practice (start at 8 kyu) |
| LeetCode (opens in new tab) | Interview prep (Easy first) |
| NeetCode (opens in new tab) | Structured algo prep with video explanations |
| Scrimba (opens in new tab) | Interactive React and JS courses |
| The Odin Project (opens in new tab) | Full-stack curriculum, self-paced |
| MDN Learn (opens in new tab) | Web fundamentals reference |
| Pair Programming Guide (opens in new tab) | Martin Fowler's guide to pairing |