Erik Hanchett

Erik Hanchett

I'm a software developer from Reno, NV. I work on the AWS Amplify team. I'm a author of the Vue.js in Action book, and the Ember.js Cookbook. You can also find me at erik.video!
Using Spec-Driven Development for Production Workflows
AI Coding SummitAI Coding Summit
Upcoming
Using Spec-Driven Development for Production Workflows
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!