Writing on software development, technology, and productivity.

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

Writing Code with Cursor: Fast, Fun… and Occasionally Fragile

Exploring how AI coding assistants are transforming software development, from boosting productivity to understanding their limitations. A practical guide for developers navigating the AI-powered coding landscape.

8 minute read

Handling Time Zones in a Global App: A Comprehensive Guide

This blog addresses timezone challenges, offering solutions with flutter_timezone and moment-timezone for accurate report generation and notifications. Practical code examples ensure users receive precise data regardless of their location.

5 minute read

How to deploy a Nextjs app to vercel with a custom domain from google domains

It's fun to build websites and that should be shown to the world. Nextjs gave us the power of react components combined with server-side rendering and generating static websites. Now let's deploy to production using vercel and use our own custom domain to make it your own.

5 minute read