Recent Posts

Reading · 4 MIN READ

February Reading List

This month’s Reading List is a bit of a short one. I got sick twice in February, along with it being a short month. I know a lot of people that read a lot when they get sick. I don’t know how they do it. When I’m sick, my brain turns off, and the Netflix […]

Reading · 6 MIN READ

January Reading List

The Monthly Reading List is something new that I am starting. At the beginning of each month, I will write about all the books I read in the previous month. This includes all Non-Fiction and Fiction alike.

Coding · 3 MIN READ

The Massive Benefits of Type Hinting

Type hinting is one of those arguments that every developer eventually get’s pulled into. More often then not, the anti-type hinters will win the argument with their standard go-to argument, “it makes the method less flexible”.  Let me explain why type hinting makes your code no less “flexible” then it was before.

Coding · 1 MIN READ

SSH Keys in macOS Sierra

For the most part, I love macOS Sierra. It has a few quirks, but I enjoy my experience day-to-day, specially on my new 2016 MacBook Pro. The part that keeps frustrating me, was having to keep entering my passphrase for my public key, every time I tried to use SSH or do a git push/pull. […]

Updates · 4 MIN READ

My Life in 2016

For a lot of people, 2016 was a year they were excited to see in the rear-view mirror. For me, it was filled with growth, learning, and new opportunities. I wanted to take some time here, and reflect on what was a very busy year for me, and what I’m looking forward to in 2017.

Coding · 1 MIN READ

Oh Shit Git

For all of us that work in a Git repo all day long, problems often arise. We constantly have those “Oh, shit” moments, when we need to fix something in Git, and not quite sure how to do it. This incredible one-page summary describes how to recover from some very common Git problems.