With over two million reads and 11,067 subscribers, you've come to the right place.
Subscribe now to get exclusive insights and tips every week.
👋Hey there! Welcome to my site. Take a look around and make yourself at home.
— Michael
Upgrade your Vue skillset with these specially made courses
April 2023
There might be components hidden inside of your existing components. Finding them and extracting them will make your code simpler, and easier to use.
March 2023
Wouldn't it be great if you could write with Markdown on Twitter, with code blocks and proper syntax highlighting? Well, I built myself a tool that does just that.
March 2023
There are many patterns you can use to improve your composables. Using an object to pass parameters in is a very useful one that’s used all over the place — just take a look at the source of VueUse.
March 2023
How do we structure the state in our applications more effectively? It’s a question I’ve asked myself a lot over the years, because state is so central to app development and can be so difficult to wrangle.