-
Enterprise Java
Read replicas and Spring Data Part 3: Configuring two entity managers
Our previous setup works as expected. What we shall do now is to get one step further and configure two…
Read More » -
Enterprise Java
Read replicas and Spring Data Part 2: Configuring the base project
In our previous post we set up multiple PostgreSQL instances with the same data.Our next step would be to configure…
Read More » -
Enterprise Java
Read replicas and Spring Data Part 1: Configuring the Databases
This is a series of blog posts on our quest to increase our application’s performance by utilizing read replicas. For…
Read More » -
Core Java
Pub/Sub local emulator
Pub/Sub is a nice tool provided by GCP. It is really handy and can help you with the messaging challenges…
Read More » -
Enterprise Java
Spring Boot & Hibernate: Print queries and variables
It’s late in the office and you are stuck with this strange Jpa code with JoinColumns and cascades and you…
Read More » -
DevOps
Pass multiple commands on Docker run
Docker apart form serving our workloads efficiently is also an amazing tool when it comes to not installing additional binaries…
Read More » -
Scala
Run you first gatling load test using scala
Gatling is a neat tool. You can create your load tests by just coding in scala. Jmeter allows you to…
Read More » -
Software Development
A guide to the InfluxDBMapper and QueryBuilder for Java Part: Into and Order
Previously we used the group by statement extensively in order to execute complex aggregation queries On this tutorial we are…
Read More » -
Software Development
A guide to the InfluxDBMapper and QueryBuilder for Java Part: 3
Previously we executed some selection examples and aggregations against an InfluxDB database. In this tutorial we are going to check…
Read More »