đĨ Video Tutorials
This is the central video library for the TECHNEST 2026 programme.
TECHNEST 2026 is in delivery â recordings are added here as each weekly module wraps up. Weeks 1 through 6 are now available below; later weeks will appear as the cohort moves through the curriculum.
Weekly Course Recordingsâ
Recordings of each weekly TECHNEST 2026 session, in order. Each entry links back to the corresponding written handout.
Week 1: AI Developer Toolkit Setupâ
Mentor introduction, an overview of the AI tooling used throughout the programme (Cursor, Claude Code, Gemini CLI, MCP servers, and friends), installation walk-through, and a first end-to-end build & deploy of a simple personal website.
Read the full written handout: Week 1: AI Developer Toolkit Setup
Week 2: Deploy Your Personal Websiteâ
Tech-stack recap from Week 1, a tour of modern UI libraries (Once UI, Magic UI, Shadcn UI, React Bits, Aceternity UI, Radix UI, 21st), the professional Local â GitHub â Vercel CI/CD workflow, deploying the Magic Portfolio Vercel template, and a first lightweight AI clone wired to Gemini 2.5 Flash.
Read the full written handout: Week 2: Deploy Your Personal Website
Week 3: Provision Neon Postgres + Ship a Guest Comments Featureâ
Create a Neon Postgres database from the Vercel dashboard and link it to your portfolio project, install the Neon CLI and Drizzle ORM, then ship a guest-comments feature on your blog posts â schema design, server actions, and end-to-end wiring. Neon Auth and visitor sign-up / sign-in are reserved for next week.
Read the full written handout: Week 4: Go Full-Stack â Neon + Auth
Week 4: Add Neon Auth Sign-in + Vercel Blob Image Uploadsâ
Picking up from last week's guestbook, wire Neon Auth with Google sign-in into your portfolio, then provision a Vercel Blob store so signed-in visitors can attach images to their comments â server-action upload tokens, client-side preview, magic-byte validation, and end-to-end deployment.
Read the full written handouts: Week 4: Go Full-Stack â Neon + Auth (back half) and Week 5: Image Uploads with Vercel Blob
Week 5: Add a Blog Systemâ
What "blogging" means in a Next.js codebase â Markdown vs. MDX as content formats â and two practical paths to a working blog system: (a) lean on the existing blog routes that ship with the Magic Portfolio template, or (b) sign up for Mintlify, connect your GitHub account, and let it auto-provision a dedicated docs repo for you. Plus an Office Hour walk-through of the GitHub profile README repo trick â the username/username repo whose README.md renders on your GitHub profile.
Office Hour Snippet â GitHub Profile READMEâ
A short clip from the Week 5 Office Hour: create a repository whose name exactly matches your GitHub username, drop a README.md into it, and GitHub will render that file on your public profile page.
Main Class Recording â Add a Blog Systemâ
Markdown vs. MDX as content formats, then two ways to ship a working blog: (1) wire up the blog system that already exists in the Magic Portfolio template, or (2) create a Mintlify account, connect your GitHub, and let Mintlify auto-create a docs repo and deploy it for you.
Read the full written handout: Week 6: Add a Blog System
Week 6: Build a Slack Appâ
What a Slack app actually is and how to build one from scratch â laying the groundwork for the Week 7 handout on wiring real-time Slack notifications into your project. Plus an Office Hour on Claude Code skills: what an agent skill is, a live demo of using Chan's own svg-animation-studio skill to turn a brand logo into an animated SVG, and answers to student questions on job-hunting and choosing a tech stack.
Office Hour Snippet â Claude Code Skills & Logo Animationâ
An introduction to Claude Code skills (reusable "agent skills" that extend what Claude Code can do), with a recommendation to try Chan's open-source svg-animation-studio skill to build your brand logo and produce an SVG animation from it. The session also covers questions on job-hunting and how to choose a tech stack.
Main Class Recording â Build a Slack Appâ
Start with what a Slack app is and where it fits, then build one hands-on â the foundation for next week's real-time Slack notification workflow.
Read the full written handout: Week 7: Real-Time Slack Notifications
Browse Existing Tutorial Videosâ
In the meantime, you can explore tutorial videos from previous programmes â many of the foundational topics are still highly relevant:
- đē Summer 2025 Video Tutorials â Cursor programming course walkthrough and the professional diagrams course.
- đē Winter 2024 Video Tutorials â Coze workflow series, AI drawing & LOGO design, and AI conversational system.
- đē HER WAKA 2026 Video Tutorials â sister programme; videos rolling out throughout 2026.
Other Video Resourcesâ
- The Tutorial Video Resource Collection blog post aggregates video walkthroughs across multiple courses.
Stay Updatedâ
- Watch this page for new TECHNEST video drops alongside each weekly module.
- Subscribe to our Newsletter for course release announcements.
- Found something missing or out of date? Please open an issue on GitHub.