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 finally track my expenses without the usual laziness - a simple Excel-based system that does the job without fancy software.
finance
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.
pythonside project sundayautomation
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.
gitdevelopmentbest practices
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.
debuggingbest practices
April 10, 2022Development
How-to: Python Paramiko
A how-to guide for using the Python Paramiko library.
pythontutorial
March 6, 2022Tutorial