Java Microbenchmark Harness (JMH)

Kim Pedersen
Reading time: 10 minutes.

This article dives into the Java Microbenchmark Harness aka. JMH. To keep it simple and focused on JHM, I’ll benchmark two search algorithms: linear and binary search on sorted arrays of different length.

Spring Boot on GCP Cloud Functions

Kim Pedersen
Reading time: 21 minutes.

This article series will explore various different ways to deploy a Spring Boot application on Google Cloud Platform (GCP).

In this article, Spring Boot on Cloud Functions is examined.

Spring Boot on GCP Cloud Run

Kim Pedersen
Reading time: 20 minutes.

This article series will explore various different ways to deploy a Spring Boot application on Google Cloud Platform (GCP).

In this first article, Spring Boot on Cloud Run is examined.