Tech Articles2026How I use AI in open source3 min read My policy for AI-written code, pull request descriptions and automated reviews across the projects I maintain.2023Nuxt 3 "Hydration Mismatch" Errors3 min read Learn about the causes and solutions for the Hydration Children Mismatch error in Nuxt 3, including the use of client-only components, the <client-only> component, and the @nuxtjs/html-validator module.2022Nuxt 3 Migration Simplified: A Cheat Sheet15 min read A simplified cheat sheet for migrating from Nuxt 2 to Nuxt 3. Includes a list of all the changes you need to make to your Nuxt 2 project to get it working with Nuxt 3.VueUse Head v1 release9 min read Learn about the new @vueuse/head v1 release including new features and breaking changesLearning Modern Package Development: Monorepos and Backends - Part 18 min read Discover how you can build a modern package development through how I created the Unlighthouse project.2021Scaling Your Vue Components for Mid-Large Size Apps10 min read Working on a mid-large size app usually means hundreds of components. How do you make sure these components will scale?2020Building a Vue Auto Component Importer - A Better Dev Experience14 min read Components magically being imported into your app is the latest developer experience trend in Vue. Why does it exist and how does it work?How Does Vite Work - A Comparison to webpack11 min read A deep-dive into the comparisons between the earliest Vite version and webpack. Discover what I learnt digging into internals and how I, correctly, guessed Vite was the next big thing.Personal BlogAugust 2023: Türkiye, Bulgaria, North Macedonia and AlbaniaJuly 2023: Nuxt Release Week, Turning 29 and Exploring GreeceJune 2023: Flores, Australia and preparing for major releasesMay 2023: South Korea Mountains and Unlighthouse Goes ViralApril 2023: Thai New Year and Nuxt SEO ProgressMarch 2023: Planning a year of travel and moving outFebruary 2023: GitHub Sponsor perks and firing a freelance clientIntroduction: My open-source journey