Obsidian Sync ft. Coolify

September 23 2025Steve Boby George

A practical guide to setting up Obsidian’s Self-hosted LiveSync plugin using Coolify. Starting with deploying CouchDB through Docker Compose, then configuring it securely for multi-device sync.

I Tried HTMX

July 26 2025Steve Boby George

Read about my wholesome experience moving from Hugo to HTMX, complete with the mistakes I made and lessons learned along the way.

Unix Time Epoch

March 26 2025Steve Boby George

The Unix epoch, starting at January 1, 1970, is a key reference point in computing time. However, 32-bit systems face a critical overflow issue by January 19, 2038—known as the Y2K38 problem.

Euclidean Algorithm

March 15 2025Steve Boby George

A fundamental method for computing the greatest common divisor (GCD) of two integers. Starting from the principle of repeated subtraction and moving toward an optimized version using the modulus operator.