This article reflects my subjective learning from the Devoxx Belgium 2018 conference.
Publishing a Java Library to Maven Central
In this article, I will show you the quickest way to publish a Java library to Maven Central.
Announcing SneakyThrow
Introducing SneakyThrow. A Java library to ignore Checked Exceptions.
qCon London 2018
QCon London is a tech conference which lasts three days and covers a wide range of topics. This is a summary of some selected talks.
Ignoring Exceptions in Java
In this article, I show how to ignore checked exceptions in Java. I will cover the rationale, common patterns and list some libraries created for this use case.
Devoxx 2017 – Summary
Summary of my notes from selected talks of Devoxx 2017 in Antwerpen, Belgium.
Typesafe Endpoints with TypeScript and Java
In Single-Page-Applications (SPAs), the server usually provides endpoints (API) and does no rendering at all. I will show how to convert message types of an API to TypeScript types automatically within the context of Spring MVC.