Deploy to Google Kubernetes Engine using GitHub Actions
n this tutorial you’ll learn how to deploy containers to Google Kubernetes Engine (GKE) using GitHub Actions. Continue reading Deploy to Google Kubernetes Engine using GitHub Actions
n this tutorial you’ll learn how to deploy containers to Google Kubernetes Engine (GKE) using GitHub Actions. Continue reading Deploy to Google Kubernetes Engine using GitHub Actions
Tutorial with hands-on lab to deploy containers to Amazon AWS Elastic Container Services (ECS) using GitHub Actions. Continue reading Deploy to AWS ECS using GitHub Actions
An introduction into setting up a fully automated release process for GitHub packages with npm. But the same approach can be used for NuGet, Maven, or Gradle. Continue reading Releasing GitHub npm packages
Mein Buch “Git für Dummies” ist seit Heute im Handel als Taschenbuch und Kindle-Edition verfügbar. Continue reading Git für Dummies verfügbar
24 little expert #git tips – delivered every day until Christmas. Follow #GitVent on Twitter. Continue reading 24 tips for being more productive with git
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!
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
Today I released a Visual Studio Team Service (VSTS) Plugin for FeatureSwitcher – an open source .NET project to help you with FeatureFlags. The FeatureSwitcher.VstsConfiguration allows you to store and manage FeatureFlags as WorkItems in VSTS. Getting started The package … Continue reading VSTS Plugin for FeatureSwitcher
How to configure git for windows to work with SSL and a corporate certificate, and how to configure git proxy settings to work with local and remote repositories. Continue reading Git for Windows with TFS and SSL behind a proxy
Disable source control Integration for all your nuget packages and resore them on the build server. Continue reading Restore your nuget packages on build server