Writing on software development, technology, and productivity.

All of my long-form thoughts on programming, productivty and more collected in chronological order. (P.S. Been busy writing code and documentation, couldn't find time to write blogs 😅)

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