There is a security issue, and here is how to fix it!
Today I received an alert mail from GitHub Dependabot. One of my demo projects on GitHub has a dependency on bootstrap. Here is what the mail looks like: It seems my project has a dependency on a version of bootstrap … Continue reading There is a security issue, and here is how to fix it!
Containerized development environments with docker and Visual Studio Code
How to set up a containerized development environment with wsl2, docker and Visual Studio Code. Continue reading Containerized development environments with docker and Visual Studio Code
x509: certificate signed by unknown authority
Fix the Error: “x509: certificate signed by unknown authority” on Windows Server 2019 or in the Azure Pipeline. Continue reading x509: certificate signed by unknown authority
Time to say goodbye
After 12 years with Alegri, it’s time for me to say goodbye and take on new challenges. Here I explain why and what I plan to do next. Continue reading Time to say goodbye
.NET Core Code Coverage done right
Code Coverage in .NET Core is tricky if you want to use it in a CI build and/or SonarQube. I blogged about .NET Core, SonarQube and Code Coverage – but this felt like a hack. I did a little more … Continue reading .NET Core Code Coverage done right
Use pull request decoration in Azure DevOps with SonarCloud
How to use SonarCloud pull request analysis, pull request decoration and quality gates in Azure DevOps. Continue reading Use pull request decoration in Azure DevOps with SonarCloud
Alexa, open Azure DevOps
In one of our Hackathons, we had the idea to create an Alexa skill to work with Azure DevOps Boards. The idea is, that you stand in a daily standup before a none touch display and can move your items … Continue reading Alexa, open Azure DevOps
Fail your Azure DevOps pipeline if SonarQube Quality Gate fails
Right now, there’s no way to fail your pipeline in Azure DevOps (a.k.a Visual Studio Team Services, VSTS) when your SonarQube Quality Gate fails. To do this you have to call the SonarQube REST API from your pipeline. Here is … Continue reading Fail your Azure DevOps pipeline if SonarQube Quality Gate fails
.NET Core, SonarQube and Code Coverage
How to get .NET Core Code Analysis to SonarQube including Code Coverage. Continue reading .NET Core, SonarQube and Code Coverage
8 Books every developer should read
10 years ago, books were the most important medium for developers to learn new things, and to keep up with the innovation in the industry. This has changed completely. In our fast-paced industry, blog posts and social media are the … Continue reading 8 Books every developer should read