Docker
-
DevOps
Quarkus remote dev in Docker containers
When you’re developing with Quarkus, you’re probably familiar with the dev mode which allows you to see your code changes…
Read More » -
DevOps
Escape JSON property names in jq
I’m using the command line a lot and jq is a helpful tool for dealing with JSON data. You can…
Read More » -
DevOps
Use local docker image on minikube
You use Minikube and you want to run your development images that you create locally. This might seem tricky since…
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
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
Spring Boot Microservices , Docker and Kubernetes workshop – part3
In the previous posts we build few micro services (Order Service, Product Service, Customer Service) for an order management system…
Read More » -
Enterprise Java
Get Started with the ELK Stack
Friends don’t let friends write user auth. Tired of managing your own users? Try Okta’s API and Java SDKs today.…
Read More » -
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 »