Skip to main content
Version: TECHNEST 2026

๐ŸŽฅ Video Tutorials

This is the central video library for the TECHNEST 2026 programme.

All weeks now available

TECHNEST 2026 has wrapped up โ€” Weeks 1 through 7 are all available below. That's the complete curriculum for this cohort.

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

Week 7: Build Your Personal Database & Generate Documents with Typstโ€‹

An introduction to building your own personal database to centralise and track your projects, skills, experiences, and career data. The second half covers AI-assisted Typst document generation โ€” writing Typst code with AI help and running the Typst CLI locally to compile professional PDF documents: CV, cover letter, meeting agenda, Speaker & Media Kit, and more.

Read the full written handout: Week 8: Generate Documents with Typst

๐Ÿ’Œ Write a LinkedIn Recommendation for Chanโ€‹

This was the final session of TECHNEST 2026 โ€” thank you so much for being part of this journey! ๐ŸŽ‰

If you found the programme valuable and would like to support Chan's work, she would be incredibly grateful for a brief LinkedIn recommendation. Since LinkedIn's recommendation feature can be a little tricky to find, here are the exact steps:

  1. Accept Chan's connection request โ€” open LinkedIn and accept it from the "My Network" tab. LinkedIn requires you to be connected before a recommendation can be written.

  2. Visit Chan's profile โ€” go directly to linkedin.com/in/chanmeng666

  3. Click "More" โ€” the button (shown as ยทยทยท) sits just below Chan's profile picture and headline.

    LinkedIn profile "More" dropdown menu showing the Recommend option

  4. Select "Recommend" (or "Recommend Chan") from the dropdown menu.

  5. Write your note โ€” a pop-up will appear asking for your working relationship and your recommendation text.

    LinkedIn "Write a recommendation" modal form

There is absolutely no pressure โ€” but it would mean a great deal to Chan as she continues to build her professional profile. โค๏ธ

Browse Existing Tutorial Videosโ€‹

In the meantime, you can explore tutorial videos from previous programmes โ€” many of the foundational topics are still highly relevant:

Other Video Resourcesโ€‹

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.