This article reflects my subjective learning from the Devoxx Belgium 2018 conference.
JavaScript and Object-Oriented Programming
An introduction into object-oriented programming in JavaScript. Covering the core concepts object, class, encapsulation and inheritance.
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.
5 Pillars of Learning Programming
In this article, I want to share the 5 basic pillars I believe a successful programming course should build upon.
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.
JavaScript Essentials: The Engine
In this article, I want to explain what a software developer, who uses JavaScript to write applications, should know about engines so that the written code executes properly.
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.
Talk: JavaScript Engines – Essentials for Developers
My recorded talk “JavaScript Engines – Essentials for Developers” at the ViennaJS Meetup.
Useless Error Messages
I want to make the case that good design makes exceptions the exception — something so wrong that the user can not do anything about it. In most cases, the best approach will be to show the user a single, generic message when exceptions occur.