I work as a Business Innovation Analyst at PepsiCo, in my spare time I work on some open-source web development projects. Some of my hobbies are skiing, running, and playing guitar.
Check out my blog and YouTube channel to see my latest articles and videos on web technologies and more.
Here are a few examples of my open-source work.
- domco is a library that turns your Vite project into a full-stack application. You can take advantage of Vite’s build pipeline, plugins, and HMR on the server using web APIs.
- drab is a custom element library that provides interactive UI components that can be used in any framework. It progressively enhances HTML, providing extra functionality like animations for the dialog element, or prefetching for anchor tags.
- Contributed the client pre-rendering feature to Astro 4.2. Here's a blog post I wrote explaining the performance benefits of the Speculation Rules API.