Tag: tools
All the articles with the tag "tools".
Parachuting In
Published:8 min readI don't hand-write code anymore. The hard parts didn't go away.
Ideas Die in Drafts
Published:4 min readSome of my best ideas used to die before anyone saw them. That's changing.
Wider, Not Faster
Published:4 min readWorking with AI changed what I'm willing to attempt. It also changed me.
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.
Load Testing Guide
Published:15 min readOur service fell over at 20% of projected traffic in a load test. How I plan tests, define success, and use the results to find what needs fixing.
Programmer Resources
Published:5 min readThe blogs, books, talks, and courses that helped me grow as a developer, alongside a habit of regular practice and research.
DevOps from Scratch, Part 1: Vagrant & Ansible
Published:16 min readA step-by-step Flask setup using Vagrant and Ansible to automate a local server, with Gunicorn and nginx. Part one of a 2016 tutorial series.
Using Bandit in the Field
Published:7 min readA field report from testing Bandit on Python projects in 2015: running scans, interpreting warnings, and deciding which findings need attention.
Finding Vulnerabilities with Bandit
Published:2 min readSlides from my SoCal Python talk on Bandit, including findings from scanning 16 open-source Python projects for potential security flaws.