I have not written a blog post in many years.
Let us see if my new years resolution lets me write more!
Latest Entries
Setting Up a Minecraft Server for My Kid's Summer Break with Terraform
A practical guide on how I used Terraform to deploy a Minecraft server on AWS, making summer break fun and engaging for my kid and their friends.
Balancing Coding with Parenting - Tips for Tech-Savvy Parents
Navigating the dual responsibilities of a tech career and parenting in the digital age, with a focus on managing children's access to information.
Embracing Complexity The Case for --no-ff Merge Commits Over Squash and Merge
An in-depth examination of why --no-ff merge commits provide a richer, more transparent, and flexible approach to version control compared to squash and merge.
Building an Unraid Homelab Server with Dell Rack Mount Servers
Explore how I transformed old Dell datacenter rack mount servers into a powerful Unraid homelab server, serving multiple roles from file storage to media streaming.
Setup WeMo switch on a Google Project Fi phone
Setting up a WeMo smart switch has issues when performing the installation from a Google Project Fi android device.
Safe Calculator In Python
The safe way to evaluate mathematical expressions in python
Seemless Python VirtualEnv Integration
How I manage my python virtual environments used across multiple projects
Mount Xoom / Honeycomb tablet in Ubuntu Linux
Simple commands to mount / umount the xoom in linux
Compiz Viewport Switcher Over Window
Re-enabling viewport switcher over windows with comipiz
Backup files safely on Ubuntu linux
Using cron and rsync to easily backup your home directory without having to think about it.
Scale a hex color in Python
A quick little snippet on scaling HTML hex colors.
Getting fresh with SQLAlchemy
Accessing an attribute of a record instance using the __dict__