Tag Archives: Devops


Fake Build and TeamCity: versioning assemblies

Fake Build and TeamCity

Use TeamCity variables in your Fake build config. Multiple people on the web were looking for this, including myself. I Therefore decided to write a blog post covering the basics.

Read More →

SonarQube for .Net Developers

SonarQube for .Net Developers

I’m currently playing around with SonarQube, an open-source platform for continuous inspection of code quality, and so far, I’ve discovered that it is a lot more interesting than I thought it would be. Therefore, I’ve decided to share my initial findings.

Read More →

JS Code Coverage Part 2

JS Code Coverage Part 2

The previous part of this series covered how-to setup JSCover, add test instrumentation, and run some manual tests.

Within this blog, I would like to automate the instrumentation injection step as part of the build process using Gulp.

 

Read More →

JS Code Coverage 101

JS Cover 101 - JavaScript Code Coverage for dummies

This post is part one of a series of posts in which I’m covering the basics when it comes to setting up code coverage for JavaScript. There are a lot of intimidating manuals, guides, and confusing blog posts out there, but don’t worry! We will walk through all basics, from installation to automation.

Read More →

Azure Portal Dashboard and Monitoring improvements

Azure Portal Logo

It has been almost a year since I wrote the Azure Portal monitoring basics guide. Given that this article is attracting quite a bit of traffic, I guess that many blog visitors are interested in reading more about this. Therefore, I’ve decided to write a little update covering significant recent Portal changes.

Read More →

Notifications on error – Logic Apps

Notifications on error – Logic Apps

Once you have several Logic Apps running, orchestrating important processes within your organization. You soon run into limitations regarding monitoring workflow runs and getting notified when something unexpected has occurred. To overcome this, I’ve created a small project on GitHub and will cover how everything came together within this post.

Read More →

Azure App Service – App Service Plans

Azure-App-Service

I’ve been playing around with Azure App Service for a couple of days now and decided to address some aspects that haven’t been covered very well within the knowledge sessions I’ve seen so far. Many only include the cool parts, creating new Logic Apps with everything already installed and configured. Also, I haven’t seen any covering topics like scaling and configuration recommendations. In real environments, things require a bit more care and attention. Therefore I will cover some of the basic needed when getting up and running with Azure App Service within upcoming blog posts.

Read More →