FileEditViewTerminal
IT Issue Bootcamp - Visual Studio Code
overview.tsx
course.config.ts5 days / 20 hours

IT Issue Reporting Web Application Bootcamp

A code-first course-book for HTML, CSS, TypeScript, Next.js, Tailwind, Supabase, deployment, authentication, roles, RLS, and LLM-safe coding.

src/day-2/index.ts

Next.js and TypeScript Models

Move from static pages to a Next.js app and make the data model explicit.

src/day-3/index.ts

Tailwind and Mock CRUD

Improve UI and practice CRUD flow before the real database.

src/day-4/index.ts

Supabase CRUD and Deploy

Connect the app to a real database, complete the demo data flow, and reach a deployment checkpoint.

src/day-5/index.ts

Auth, Admin, RLS, and Security

Protect the existing CRUD flow with login, roles, row-level security, and an admin-only update path.