-
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 » -
DevOps
Autoscaling Groups with terraform on AWS Part 3: Elastic Load Balancer and health check
Previously we set up some Apache Ignite servers in an autoscaling group. The next step is to add a Load…
Read More » -
DevOps
Autoscaling Groups with terraform on AWS Part 2: Instance security group and Boot Script
Previously we followed the minimum steps required in order to spin up an autoscaling group in terraform.On this post we…
Read More » -
Enterprise Java
Autoscaling Groups with terraform on AWS Part 1: Basic Steps
So you want to create an autoscaling group on AWS using terraform. The following are the minimum steps in order…
Read More » -
Scala
Scala Main class
Adding a main class is Scala is something that I always end up searching so next time it shall be…
Read More » -
Enterprise Java
AtomicInteger on Java and Round-Robin
AtomicInteger belongs to the family of Atomic Variables. The main benefit is that using it, is not blocking instead of…
Read More » -
Software Development
My most used Git commands on open source projects
The basic step when committing to open source projects is to fork the project. Then the process is easy you…
Read More » -
Enterprise Java
Read replicas and Spring Data Part 4: Configuring the read repository
Previously we set up two EntityManagers in the same application. One for the reads and one for the writes. Now…
Read More »