Blog

Thoughts on software development, tech insights, and learnings from my journey.

Filter by Tags

Filter by Category

How I track my expenses

How I track my expenses

How I finally track my expenses without the usual laziness - a simple Excel-based system that does the job without fancy software.

June 28, 2026Softwares I use

Splitwise Automation to send expense updates

A Side-Project-Sunday build that automates Splitwise to total my monthly expenses across the app using its API and a bit of Python.

September 28, 2022Project

Let's discuss commit messages

Why good commit messages matter, and a practical structure for writing them so you and your team can understand changes months later.

July 10, 2022Development

Logging best practices that I follow

Practical logging best practices from years as a backend developer — log levels, what to record, and rules for writing useful log statements.

April 10, 2022Development

How-to: Python Paramiko

A how-to guide for using the Python Paramiko library.

March 6, 2022Tutorial