Many voices. One Flagrant.

2025

🎉 Introducing: Delightfully Friday Junior at Flagrant

October 10, 2025

What’s Delightfully Friday Junior, you ask? It’s our new, every-other-Thursday event here at Flagrant—a little experimental, a little silly, and surprisingly educational. Think: doing something fun and lighthearted, only to realize later… oh wait, I actually learned something. We Call That:

Developer Roundtable: ParEdit

September 24, 2025

What in the world is ParEdit? Here is the “explain it to me like I’m 5” version: “ParEdit is like a helpful assistant for editing code that uses a lot of parentheses (like in math or some programming languages). It makes sure you never accidentally mess up your parentheses, like leaving one

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