Writing on software design, company building, and the web programming industry.

All of my long-form thoughts on programming, leadership, product design, and more, collected in chronological order.

Leveraging HTMX for Enhanced UX and SEO Performance

In the world of web development, we often find ourselves choosing between a Single Page Application (SPA) for a seamless user experience (UX) and a traditional Multi-Page Application (MPA) for its natural Search Engine Optimization (SEO) performance. But what if we could have the best of both worlds? Enter HTMX.

233 milliseconds!

It's how long it takes to load my personal portfolio web site welcome page. This level of performance was achieved using the HOTED tech stack, but is not just about the technologies I used, but how I utilized their potential to maximize performance.

Unveiling My Fullstack Web Development Portfolio

My personal website is more than just a showcase of my Fullstack Web Development skills; it’s an innovative, interactive CV that stands as a testament to my expertise. Constructed using the HOTED tech stack, which includes Deno and TypeScript, and leveraging the Oak framework alongside Tailwind CSS, it mirrors my commitment to continuous learning and knowledge sharing. As the tech landscape evolves, so too will my website, continually embracing cutting-edge technologies to enhance user experience and performance.

Value Objects in PHP 8

An article on ‘Value Objects in PHP 8’ offers insights into improving code quality. It covers the benefits of Value Objects, issues with primitive data types, and the importance of immutability and validation. A must-read for those seeking to refine their PHP development skills.