-
Web Development
3 ways to engage developers in the UX process
Working as a UX-designer among a pack of back-end developers can be a challenge. The best technical solution is not…
Read More » -
DevOps
Quarkus tests with Testcontainers and PostgreSQL
Testcontainers is a Java library that allows integrating Docker containers in JUnit tests with ease. In a Containerized World, there…
Read More » -
Enterprise Java
RESTful services with HATEOAS. REST: The Refresher
In this post, we feature a comprehensive article about RESTful services with HATEOAS. REST: The Refresher. 1. Introduction “Oh no!…
Read More » -
Software Development
Attacking Your Inputs
While I’ve rallied against painting all code with final in Java, and have accepted that it’s handy to have const…
Read More » -
Enterprise Java
Spring Boot and Micrometer with InlfuxDB Part 2: Adding InfluxDB
Since we added our base application it is time for us to spin up an InfluxDB instance. We shall follow…
Read More » -
Enterprise Java
Spring Boot and Micrometer with InlfuxDB Part 1: The base project
To those who follow this blog it’s no wonder that I tend to use InfluxDB a lot. I like the…
Read More » -
Enterprise Java
Getting started with Quarkus
Quarkus – A Kubernetes Native Java stack tailored for OpenJDK HotSpot and GraalVM, crafted from the best of breed Java…
Read More » -
Enterprise Java
Project Reactor expand method
One of my colleagues at work recently introduced me to the expand operator of the Project Reactor types and in…
Read More » -
Core Java
The Remainder Operator Works on Doubles in Java
I’ve been teaching at OSU for nearly two years, and it always astounds me how much I learn from my…
Read More »