-
Swagger Formats
Apr 21, 2018Some handy format combinations with Swagger:
-
Exclude class from JaCoCo coverage
Apr 21, 2018JaCoCo’s
exclude
configuration works with classes, so the.class
extension is important when specifying the path. -
Building a REST API with Swagger and Spring Boot
Apr 15, 2018In this post, I’ll be using Swagger to build a REST API with Java and Spring Boot. Swagger is an API framework. It uses a YAML-based language to define an API and it has a code generator that supports multiple languages.
-
Private NuGet repository with Sonatype Nexus Repository OSS
Mar 17, 2018In this post, I’m setting up a private NuGet repository using Sonatype Nexus Repository OSS.
-
Playing with TeamCity on Azure
Mar 10, 2018I spent the past two days playing with setting up TeamCity on Azure. This is just a poc more than anything else, but it’s always fun to do something new. I had to fiddle about with some things that didn’t work as expected, so here are some notes to remember what I did.
-
How to use StyleCop.Analyzers
Mar 3, 2018I played a bit with StyleCop.Analyzers the other day and I wanted to share what I did. I’ll be showing how to add a stylecop file, how to use the same rules across projects, how to create a custom ruleset file.
-
Code coverage in .NET Core and SonarCloud
Feb 17, 2018In this post, I’m creating a code coverage report for a .NET Core project. I’m also using SonarCloud to analyze the project’s quality.
-
kddbot: JIRA to Confluence automation
Feb 14, 2018TL;DR: I implemented a small working poc that shows how to automatically create a Confluence page when a Jira ticket is created.
-
Batch editing WordPress posts
Jan 4, 2018TL;DR: I had some fun hacking a tiny tool to batch edit posts in my blog in order to fix syntax highlighting of code blocks.
-
Blog stats for 2017
Jan 1, 20182017 is over! It’s time for some graphs and numbers, looking back at the blog’s stats for 2017.