Badges… We don’t need no stinkin’ badges!

Well… Maybe we do. This is a quick plug (no reimbursement of any kind) for the folks over at Shields.io, who make creating custom badges for readme files and websites an easy and fun task. A Quick Demo The badges above are generated from Shields.io. The first link looks like this: My Github username (spyder007)… Continue reading Badges… We don’t need no stinkin’ badges!

Using SonarCloud for Open Source

My last few posts have centered around adding some code linting and analysis to C# projects. Most of this has been to identify some standards and best practices for my current position. During this research, I came across SonarCloud, which is Sonarqube’s hosted instance. SonarCloud is free for open source projects, and given the breadth… Continue reading Using SonarCloud for Open Source

Publishing Code Coverage in both Azure DevOps and SonarQube

I spent more time than I care to admit trying to get the proper configuration for reporting code coverage to both the Azure DevOps pipeline and SonarQube. The solution was, well, fairly simple, but it is worth me writing down. Testing, Testing… After fumbling around with some of the linting and publishing to SonarQube’s Community… Continue reading Publishing Code Coverage in both Azure DevOps and SonarQube

MMM-PrometheusAlerts: Display Alerts in Magic Mirror

I have had MagicMirror running for about a year now, and I love having it in my office. A quick glance gives my family and I a look at information that is relevant for the days ahead. As I continue my dive into Prometheus for monitoring, it occurred to me that I might be able… Continue reading MMM-PrometheusAlerts: Display Alerts in Magic Mirror