Blog Posts
-
Welcome to my New Design - 2019
My site gets a makeover for 2019. Here's all about it.
-
Django Templates: Block and If statements don’t work like you might expect
Django templates may not respect if statements around block usage the way you expect. I found that out the hard way.
-
7 of the best books I read last year - 3 fiction, 4 non-fiction.
-
Lifehack: 4 ways to help tame common email noise
A few handy tricks to cut down on the noise in your email inbox.
-
How to make better Pull Requests: Adding Steps to Test
Do your pull requests languish for days before someone finally gets around to looking at it? Is the feedback that you get unhelpful? Are you finding nasty bugs in your code only when someone looks at your PR's? I've been there. And I know a better way - follow along!
-
Troubleshooting Adding and Removing EventListeners: with Arguments, Debounced, and in a React Class