Checked exceptions: Java’s biggest mistake

Checked exceptions have always been a controversial feature of the Java language. Read more

Similar

A Minimal REST API in Java

There's a style of Java that is a joy to write. This post will cover how to set up a basic PostgreSQL-integrated REST API using Jersey and JOOQ in a style not dissimilar to Flask and SQLAlchemy in Python. (more…)

Read more »

Debugging SSL in Java using mitmproxy

TL;DRIn this post we’ll go over setting up the popular mitmproxy tool on an external host and configuring your Java programs to proxy traffic through it, allowing you to debug misbehaving HTTP clients and libraries.

Read more »