Erik Hanchett

Erik Hanchett

My name is Erik Hanchett! I'm an author, teach and educator. I've been teaching software development for over 10 years on my YouTube channel, Program With Erik. I've also have given talks all over the world on frontend and fullstack development. Currently I work as a Senior Developer Advocate at AWS.
How To Get The Most Out Of the Cloud As A Front-End Developer
React Summit US 2025React Summit US 2025
Upcoming
How To Get The Most Out Of the Cloud As A Front-End Developer
Cloud providers like AWS offers a lot of services. Cognito, S3, Hosting, Bedrock, and Lambda functions to name a few. As a front end developer what services should you learn? Do you need to learn devops, and security rules? What about AI like large language models (LLM)? How do you integrate LLMs into your front end workflow from a cloud provider?In this talk I'll discuss some core services and tooling, like Kiro, Amazon Bedrock and Lambda and best practices and approaches to using them as a front end developer.
Using Spec-Driven Development for Agentic Coding
AI Coding SummitAI Coding Summit
17 min
Using Spec-Driven Development for Agentic Coding
AI coding assistants are great at completing small tasks or features. However, what do you do when you are working with more complex code bases, and you need to build in-depth features that need upfront planning?This talk explores spec-driven development as a solution to this problem. I'll show you how modern AI coding assistants (like Kiro) can help break down complex tasks into three distinct phases. We'll look at the real-world tradeoffs of this approach, and most importantly and how you can use it in your own projects right away.
Creating My First Open Source Vue 3 Library
Vue.js London 2023Vue.js London 2023
27 min
Creating My First Open Source Vue 3 Library
Learn about how to create a Vue.js library, and what best practices you should follow. We'll also learn about open source, and how maintainers work. We'll touch on xState, the composition API and testing strategies including Cypess and Vue test utils!