Videos

Tutorials, tech talks, and coding sessions

Building a Full-Stack App with Next.js 15

Building a Full-Stack App with Next.js 15

A deep dive into the App Router, server components, and modern patterns for production-ready Next.js applications.

Next.jsReactTypeScript
TypeScript Tips Every Developer Should Know

TypeScript Tips Every Developer Should Know

Advanced TypeScript patterns including conditional types, template literals, and utility types that will level up your code.

TypeScriptTips
Modern CSS Techniques for 2024

Modern CSS Techniques for 2024

Exploring container queries, cascade layers, view transitions, and other cutting-edge CSS features.

CSSFrontend
Mastering Git Workflows

Mastering Git Workflows

From rebasing strategies to monorepo workflows — everything you need for professional Git usage.

GitDevOps
Deploy Like a Pro: Vercel, Docker & CI/CD

Deploy Like a Pro: Vercel, Docker & CI/CD

Complete deployment pipeline setup from local development to production with zero-downtime deployments.

DevOpsDeployment
React Server Components Explained

React Server Components Explained

Understanding the mental model behind RSC, when to use them, and how they change the way we build React apps.

ReactNext.js