blog.jepsen.ninjaCode Analysis with SonarCloud and Github ActionsIn some of my previous posts, I mentioned that I use SonarCloud to do code analysis. By integrating SonarCloud with GitHub Actions, you can easily set up a pipeline that automatically runs a code analysis on every commit, providing real-time feedback...Dec 15, 2022·3 min read
blog.jepsen.ninjaTroubleshooting Windows 11 keeping Display onSo, I got a new Samsung Odyssey Neo G9, awesome display but it's also functioning as a heater and eating a lot of electricity. Therefore I want to keep it off when I'm not using my computer. That used to work fine, but a few weeks ago Windows no long...Aug 19, 2022·1 min read
blog.jepsen.ninjaUpdating firmware on Samsung Odyssey Neo G9TL;DR Keep trying the firmware update - after around 30 attempts doing the same thing, it just worked 🤯🎉🪅 Awesome Ultrawide Monitor, not only for gaming For once I'm going to write an article which is not directly related to programming, but if yo...Jun 10, 2022·3 min read
blog.jepsen.ninjaSetup a Self Hosted GitHub Runner with Support for SonarCloudWhen using GitHub actions it's pretty neat that you can use the hosted GitHub runners. However, this can get costly if you use a lot of runners and they are not always that fast at running the actions. Luckily you can also host your own runners and w...Jun 5, 2022·2 min read
blog.jepsen.ninjaUnit testing Azure FunctionsWe all want to find these little bugs before they cause too much trouble! Here's what we will cover How to do a (very)simple Azure Function Add some unit tests (xUnit) Use Moq ...a bit of SonarQube/SonarCloud When working with Azure Functions in re...Jun 4, 2022·4 min read