I've held off on adding tags to my posts for a very long time, but I've recently enjoyed browsing via tags on some other blogs I follow (specifically Rob Knight's). So, I've decided to follow suit and add some tags to my own posts.
I did my best to add tags to most of my (recent) archive (with some help from GitHub Copilot), but if I'm being honest I didn't try all that hard, so I'm sure I missed one or two (or twelve). Tags will be more accurate moving forward, I promise, and I'll work on updating the old posts as I have time.
Fun Fact™: Jekyll's native tagging system is mediocre (at best). As far as I can tell, it doesn't actually offer a way to browse posts by tag, so I hacked something together here (I supposed I could have used categories, but that felt semantically incorrect, so a-hacking I went).
Anyway, here's a list of posts that are about #development. Enjoy!
2024
- Eloquent Interactions Redux
- Repositories Are at the Center of Development and Production
:: sweetcode - How Cloud9 Kept Me on Track after a Hardware Failure
:: sweetcode - CI/CD/CV: Emphasizing Continuous Visibility
:: sweetcode - How to Dockerize EnvyMUD
:: the mud coders guild - Four, Oh, Four...
- Return to The Gopherverse
2023
- A Polyglot Hello World Has Appeared!
- Over-Engineering a #100DaysToOffload Counter in Jekyll
- Common CWE Finds: Reachable Assertion
:: mayhem
2022
- My Favorite Coding Interview Exercise
- How To Completely Disable Your Favicon
- What's on Your Open Source Bucket List?
- A Few Heroku Alternatives
- Adding Custom Global Arguments to Artisan Commands
- How To Build an Absurdly Backwards Compatible Website
- WTF is a Postmortem?
2021
2020
- 5 Git Aliases I Can't Live Without
- Fix Spaghetti Code and Other Pasta-Theory Antipatterns
:: techtarget - An Introduction to Vagrant Aliases
- 4 Tired Developer Debates That Need to Just Die Already
- Write Clean PHP Code (or "else")
- Writing a Damn Good README File
- # Always Be Commenting
2019
2018
2017
- Magento on Vagrant: Lessons Learned
- Beyond the Ban: Creatively Enforcing Rules Without Losing Players
:: the mud coders guild - (Updated) Speeding Up the Craft CMS Admin Dashboard
2016
- Why We Review
- Good Code Is Subjective, Documentation Is Not
- Incident Management and Continuous Integration, a Partnership for Success
:: pagerduty - Messing with the GitHub Contribution Graph
- MIME Type Validation Sucks
- Connecting to a PostgreSQL Database in Vagrant with PSequel
- Setting Up CloudFlare SSL for Laravel on Heroku
- How (and why) to Perform a Project Audit
2015
- What is Full Stack Deployment?
:: sumologic - Leveraging AWS Spot Instances for Continuous Integration
:: sumologic - API Design: A Documentation-first Approach
:: dzone - Why Vagrant is the Best Developer Environment
:: dzone
2014
- How to Force Installation of Vagrant Plugins
- Running CodeIgniter Controllers in the Command Line
- PHP Binary Search Tree Implementation
- PHP Queue and Stack Implementations
- Quickly Determine If Two Strings Are Anagrams in PHP
- A Linked List Implementation in PHP