Popular Posts
My most-read posts, roughly in order.
Getting out of my own way: Lessons from becoming a Staff Engineer
Published:7 min readLessons from my journey to Staff Engineer at Snap. A personal look at imposter syndrome, becoming a force multiplier, and the strategic shifts to succeed at the next level.
My Experience with the Amazon Promotion Process
Originally:updated Feb 21, 20263 min readMy promo journey at Amazon took two years from when I first thought I was ready. One rejection, a lot of reflection, and a manager's quote that made it all click.
Code Review Best Practices
Published:9 min readA comprehensive guide to effective code reviews, covering what to look for in terms of architecture, style, and testing, as well as how to provide constructive feedback.
I made a game with AI and I don't know how to feel about it
Published:10 min readI tried building a game with AI, and it was an interesting journey. This post covers the ups and downs, what I learned about AI collaboration, and my thoughts on how it's changing game development.
The AI Prisoner's Dilemma
Published:5 min readAI coding tools are everywhere, and each step feels reasonable. But what if we're all caught in an AI prisoner's dilemma, where individual choices lead to an uncertain future for our craft?
You can use AI every day and still not get better
Published:5 min readWorking with AI isn't a binary skill. It's an instrument that requires deliberate practice.
Jekyll to Astro: an AI-assisted migration
Published:5 min readI migrated my old Jekyll blog to Astro using AI tools. It cut the time in half, and I learned a lot about what AI is good at (repetitive tasks) and where it still needs human guidance.
DevOps from Scratch, Part 1: Vagrant & Ansible
Published:16 min readEver wondered how to build and deploy a web app from scratch? This is the first part of my 'DevOps from Scratch' series, where we'll get hands-on with Vagrant and Ansible to automate our local development setup for a Python web application.
Wider, Not Faster
Published:4 min readWorking with AI changed what I'm willing to attempt. It also changed me.
The Rock Tumbler
Published:5 min readSome feedback is easy to act on. Other feedback takes work to process. That work might be the point.
Dangerous Python Functions
Originally:updated Feb 21, 20264 min readPython's dynamic nature can lead to subtle bugs that are hard to catch. I've created a deck of cards highlighting dangerous Python functions like eval(), exec(), and input() that can cause security vulnerabilities or unexpected behavior.
Personal Finance for Engineers
Published:6 min readI've made every money mistake possible, from not saving enough to investing poorly. What I wish I knew about personal finance when I started my engineering career, including practical advice on 401(k)s, budgeting, and investment strategies.
Know where you're going (and be open to change)
Published:5 min readMy career path has been a bit unusual, from film school to software engineering. This post is about why it's important to have a clear direction, but also to be open to changing course when new opportunities arise.
Parachuting In
Published:8 min readI don't hand-write code anymore. The hard parts didn't go away.
Answers to Django Security Questions
Published:9 min readI found a list of Django security questions but couldn't find clear answers anywhere. So I dug in and wrote them myself, covering everything from CSRF and SQL injection to password hashing and mass assignment.