Guides
Step-by-step tutorials with video walkthroughs.
-
AWS Amplify Gen 2 — Ch.2: Anatomy of an Amplify Gen 2 Project
Coming soonDecode every file and directory that Amplify Gen 2 scaffolds — from the orchestrator backend.ts to the generated frontend configuration.
AWS Tutorial TypeScript Web Dev -
AWS Amplify Gen 2 — Ch.1: What is AWS Amplify Gen 2?
Coming soonUnderstand the code-first paradigm shift that makes Amplify Gen 2 fundamentally different from Gen 1 and every other BaaS platform.
AWS Tutorial TypeScript Web Dev -
Discord.js + TypeScript — Ch.2: Typed Command Handler
Coming soonReplace any with proper types, add recursive file loading, runtime validation, and separate command deployment from bot startup.
TypeScript Tutorial Discord -
Discord.js + TypeScript — Ch.1: Your First Bot
Coming soonSet up a Discord bot from scratch with TypeScript. Understand why Intents exist, how the Gateway works, and build a working /ping command — no copy-paste magic.
TypeScript Tutorial Discord