4 followers
I'm a software engineer. I think about tech, business and economics a lot. Occasionally, I build things. Huge F1 fan (Mercedes, Hamilton). Here's where I write a few of my thoughts.
Subscribe to my newsletter and never miss my upcoming articles
I recently needed to convert image data to PDFs, which led me down the rabbit hole of learning how images work. A Primer on Images First, let's understand how images are represented in data. Raster vs Vector Images Raster images are composed of pixel...
It's the end of a very confusing year for me. Short of it is, it's been the most successful year of my career, but it has wreaked havoc on my mental health. Trigger warning I go into a lot of detail about how bipolar disorder affects my day to day li...
Building things is hard. It's particularly hard for me because I've never built and launched anything solo without a payout at the end of the project. I've been stuck in this loop of analysis paralysis, jumping from researching one idea to the next, ...
Python is a loved language. It's easy to get started with, it almost looks like English and the dynamic typing makes development a lot quicker. However, if you've worked with Python, you've probably noticed some strange behaviour with its dictionarie...