-
DevOps
Gradle: Push to Maven Repository
If you are a developer sharing your artifacts is a common task, that needs to be in place from the…
Read More » -
DevOps
Debezium Server with PostgreSQL and Redis Stream
Debezium is a great tool for capturing the row level changes that happen on a Database and stream those changes…
Read More » -
Software Development
Mock GRPC Services for Unit Testing
On our day to day work we develop applications that include interactions with software components through I/O. Can be a…
Read More » -
Enterprise Java
Add Grpc to your Spring Application
On the previous example we had a Java application spinning up an http server and upon this Java process operating…
Read More » -
Core Java
Execute mTLS calls using Java
Previously we secured an Nginx instance using SSL and mTLS. If you are using Java interacting with a service secured…
Read More » -
Enterprise Java
Executing Blocking calls on a Reactor based Application
Project Reactor is a fully non-blocking foundation with back-pressure support included. Although most libraries out there support asynchronous methods thus…
Read More » -
DevOps
Kubernetes pod as a Bastion Host
In Cloud Native apps private networks, databases and services are a reality. An infrastructure can be fully private and only…
Read More » -
Enterprise Java
Receive Pub/Sub messages to your Spring Application
Pub/Sub is a messaging solution provided by GCP Before we dive into the actual configuration we need to be aware…
Read More » -
Enterprise Java
Using R2DBC with a Reactor Application
Since Reactor has taken over the Java world it was inevitable the a reactive sql library would be there.In this…
Read More »