Workshops
Hands-on sessions on AI, software architecture, and modern development.
Build Your Own AI Chatbot
August 2025A hands-on intermediate workshop in which participants construct a personal AI assistant capable of receiving commands via natural language. The system classifies tasks and executes them accordingly — covering LLM integration, prompt design, and practical AI architecture.
View on PyCon PLAdvanced Vue 3 Patterns
October 2025A deep dive into Vue 3 composition patterns that scale. Participants work through real composable design — encapsulating reactive state, side effects, and lifecycle hooks into reusable units. The session covers provide/inject for cross-tree dependency injection, renderless component patterns for logic–UI separation, and performance techniques including lazy component loading and fine-grained reactivity with watchEffect and computed. Attendees leave with a set of patterns directly applicable to production codebases.
Nuxt 3 for Enterprise
November 2024A practical workshop on taking Nuxt 3 applications from prototype to production at scale. Topics include the Nuxt Layer system for sharing UI and logic across multiple apps, rendering strategy selection (SSR, SSG, ISR, hybrid), edge deployment with the Nitro server engine, authoring custom Nuxt modules, and structuring monorepos with pnpm workspaces. Teams building multi-tenant platforms or high-traffic web applications will find concrete, immediately applicable patterns throughout.