Many voices. One Flagrant.

Amanda Klusmeyer

Managing Stuck Servers on macOS

September 24, 2025

If your server seems stuck or unresponsive, or maybe its telling you there is already a process running but you cant seem to find and shut it down, here’s a quick few-step process to identify and kill the process blocking the port: Find the process using the port: lsof -i tcp:3000 This will

Developer Roundtable: Navigating Microservices

September 24, 2025

If you have never seen or read the Grug Brained Developer, then you are welcome because here it is for you to enjoy. Cody, one of the developers at Flagrant, shared this with folks on the team and it was a good re-exposure for some and a nice first time reading for others. TL;DR: This is a

Developer Roundtable - Gripes and Empathy

September 24, 2025

Soft Deletion I’m sure we have all run into soft deletion and if you haven’t, I will break it down for you. Soft deletion is all about having the ability to restore data we have deleted. Sorry, “deleted”. Essentially, you aren’t actually deleting data from the database, you are just

Developer Roundtable: Rethinking Testing in Real-World Software Development

September 24, 2025

When developers think of testing, the knee-jerk reaction is often a push for 100% code coverage. But is coverage alone the best metric? Testing is complex and nuanced, with real-world trade-offs. Here’s how we approach testing with purpose, flexibility, and confidence. What Are Tests Really

Leveraging Hotwire for Dynamic Input Field Label Pluralization

September 24, 2025

I encountered an issue while working on a dynamic input field. The field allows users to input a number, with accompanying text indicating the type of input, like “nights.” It seemed straightforward until I realized the hardcoded label “nights” doesn’t work when the user enters the number 1. To

Why Designers Are the Foundation of Great Software

August 28, 2025

When I first started as a developer, I vaguely understood what a designer actually did. Now, I can’t imagine building without them. That shift didn’t happen overnight and I don’t think I’m alone in that journey. I think there is a large number of people who still undervalue and diminish the