LAGCC Student Handbook
Your central home for course logistics, curriculum, morning exercises, assignments, and engineering references for the TTPR program at LaGuardia Community College.
📘 About this handbook
This handbook centralizes everything you need during the program. Use it to find course expectations, review module content, revisit morning exercises, locate assignment details, and look up references for Git, debugging, and more. If something feels unclear, start with FAQ or the Get Started section.
Quick Links
Get Started
Set up your GitHub account, SSH keys, and profile README. Complete your first-day checklist.
Modules
Browse the full curriculum in order. Each module has explanations, examples, and linked exercises.
Morning Exercises
Revisit daily warm-up prompts with hints, common mistakes, and reflection questions.
Assignments
Find assignment objectives, requirements, submission steps, and common issues in one place.
Reference Library
Git & GitHub
Clone, commit, push, branch, pull requests, merge conflicts, and a quick-reference cheat sheet.
Debugging
How to read error messages, use console.log with purpose, and debug HTML, CSS, JS, React, and APIs.
Algorithms Corner
Big O in plain English, arrays vs objects, recursion basics, sorting, and beginner-friendly examples.