Daily Archives: September 18, 2024

When Do We Worry About Scalability?

“We need to get the code written for feature X. Can you finish this query today?” We’ve all heard some variation of that request. We have a request or demand, and we need to get it done. We need to … Continue reading

Posted in Editorial | Tagged , | 1 Comment

Parsing EXE Output in PowerShell

I saw a post internally that asked this question: Anyone have a handy powershell script testing if the installed flyway version matches a specific string? That seemed simple, but getting program output from PoSh wasn’t something I’ve tried. So I … Continue reading

Posted in Blog | Tagged , , | 2 Comments