Through sheer happenstance I came across a posting for The Jaggerz playing near me and was taken back to my first time hearing “The Rapper.” I happened to go to school with one of the member’s kids, which made it all the more fun to reminisce. But I digress. I spent time a while back… Continue reading Pack, pack, pack, they call him the Packer….
Category: Architecture
Update: Creating an Nginx-based web server image – React Edition
This is a short update to Creating a simple Nginx-based web server image which took me about an hour to figure out and 10 seconds to fix….. 404, Ad-Rock’s out the door Yes, I know it’s “four on the floor, Ad-Rock’s at the door.” While working on hosting one of my project React apps in… Continue reading Update: Creating an Nginx-based web server image – React Edition
Configuring React SPAs at Runtime
Configuring a SPA is a tricky affair. I found some tools to make it a little bit easier, but it should still be used with a fair amount of caution. The App I built a small React UI to view some additional information that I am storing in my Unifi Controller for network devices. Using… Continue reading Configuring React SPAs at Runtime
Building Software Longevity
The “Ship of Theseus” thought experiment is an interesting way to start fights with historians, but in software, replacing old parts with new parts is required for building software longevity. Designing software in ways that every piece can be replaced is vital to building software for the future. The Question The Wikipedia article presents the… Continue reading Building Software Longevity
Tech Tips – Adding Linting to C# Projects
Among the Javascript/Typescript community, ESlint and Prettier are very popular ways to enforce some standards and formatting within your code. In trying to find similar functionality for C#, I did not find anything as ubiquitous as ESLint/Prettier, but there are some front runners. Roslyn Analyzers and Dotnet Format John Reilly has a great post on… Continue reading Tech Tips – Adding Linting to C# Projects
Can Yellowstone teach us about IT infrastructure management?
It seems almost too fitting that, at a time when the popularity of gritty television like Yellowstone and 1883 is climbing, that I write to encourage you to stop taking on new pets and to start running a cattle ranch. Pet versus Cattle – The IT Version The “pet versus cattle” analogy is often used… Continue reading Can Yellowstone teach us about IT infrastructure management?
Inducing Panic in a Software Architect
If there is one thing that anyone can do that immediately has me at a loss for words and looking for the exit, it is to ask this one question: “What do you do for a living?”
Designing for the public cloud without breaking the bank
How can application architects design software solutions that can utilize the public cloud while allowing for cost optimizations that will increase profit margins? While it is not easy, it is possible.