05 // SPEAKING
Words I've Said
You can actually hear me talk, not just type.
React + Postgres - The AI-Ready Stack You Already Know
How PostgreSQL paired with React Server Components collapses the service sprawl of AI-heavy apps: row-level security for auth, pgvector for search, LISTEN/NOTIFY for realtime, and full-text search for RAG.
Building Agent-Native Apps with JavaScript
Why the next generation of software is built for agents, not humans, and how JavaScript ships that context through three substrates over one schema: an MCP server, a CLI, and a typed API.
Building an AI Agent
A live coding session on building a Claude or Codex-style CLI agent from scratch using simple JavaScript and terminal-first tooling.
AI for Frontend Developers
A quick tutorial on how to add AI to your frontend apps
Signal Boosting
Improving React Rendering performance using Signals. Lightning talk at React Nexus 2023 International Conference.
How to build BFF with Wundergraph
This talk focuses on how to build a Backend for Frontend (BFF) gateway using Wundergraph.
Beyond Virtual DOM - Speeding up large React Apps
This talk focuses on understanding React Virtual DOM and how new solutions are on the rise to go beyond the Virtual DOM using alternate DOM implementations and state management techniques to speed up large React applications.
Qbits & Quantum Mechanics Explained
A science + tech focused talk explaining how the world of tiny particles work & how it is leveraged in Quantum computers as Qbits.
How to learn a programming language
A live stream webinar for college students on which programming languages to learn & how to learn them.
Building a command line tool with Node.js
How to use Node.js to build a command line utility - explained in very simple steps by building a translator app live on video.
Redux for State Management
Live programming of building a stateful application & managing the state transitions using the Redux library.
React Native for Beginners
A beginner friendly talk + live tutorial on how to build mobile apps with React Native for the facebook developer circles community.
Angular JS 2 for beginners
How to build applications with Angular 2 - a beginner friendly talk + live coding session.