Enterprise Java
-
Neo4J OGM with Quarkus
In the following video I show an example Quarkus application that uses a Neo4J database and Neo4J OGM. Have a…
Read More » -
Deep Learning with Spring Boot and DJL
Overview This is another post on Spring Boot that will show how to build a sample web application using Deep Java Library (DJL), an…
Read More » -
Why use Cloud Computing? Advantages and Disadvantages
Cloud Computing has been a buzz word in the IT world from the last few years. When it first appeared,…
Read More » -
RESTful services with HATEOAS. Documenting Hypermedia APIs
1. Introduction Hopefully the previous part of the tutorial not only unveiled the far-reaching implications of the hypermedia and HATEOAS…
Read More » -
Mockito ‘thenReturn’ vs Mockito ‘thenAnswer’
When it comes to writing test cases for code, Mockito is one of the most common choices of developers. Then…
Read More » -
Spring Boot and Micrometer with Prometheus Part 6: Securing metrics
Previously we successfully spun up our Spring Boot application With Prometheus. An endpoint in our Spring application is exposing our…
Read More » -
Spring Boot and Micrometer with Prometheus Part 5: Spinning up prometheus
Previously we got our Spring Boot Application adapter in order to expose the endpoints for prometheus.This blog will focus on…
Read More » -
Spring Boot and Micrometer with Prometheus Part 4: The base project
In previous posts we had a look on Spring Micrometer and InfluxDB. So you are gonna ask me why prometheus.The…
Read More » -
REST / Using feeds to publish events
Dealing with events When working with multiple decoupled services (e.g. in a micro service architecture) it is very likely that…
Read More »