Enterprise Java
-
Layered Architecture Up and Running just in 5 minutes:: Spring Boot Part 1
This is a two-part series where I will show how to create a Layered architecture with Spring Boot. What is…
Read More » -
Instrumenting Porcupine With Prometheus & Grafana
Adam Bien’s Porcupine library makes it easy to configure dedicated executor services that act as application bulkheads. I’ve created an…
Read More » -
Anatomy of Apache Spark Job
Apache Spark is general purpose large scale data processing framework. Understanding how spark executes jobs is very important for getting most of…
Read More » -
Be as serverless as you can, but not more than that
No doubt, if you’ve been paying attention to technology trends, you’ve seen the rise in interest of “serverless”. In some…
Read More » -
Jenkins on AWS (part 1)
This are my verbatim notes to the PEAT UK podcast: Hello there once again to another hot shot. My name…
Read More » -
Asynchronous Flow invocations with Corda Services
How can I make my Flows faster? There’s a good chance you have thought about this before if you have…
Read More » -
Knative serving – using Ambassador gateway
This is a continuation of my experimentation with Knative serving, this time around building a gateway on top of a…
Read More » -
Serverless – simply an approach to building modern applications?
If you search for “serverless” you find that serverless is a new popular way to build modern applications. Is serverless…
Read More » -
Micronaut for Java EE/Jakarta EE Developers
There is a new microservices framework in town called Micronaut. In this post, I’ll discuss how I’ve ventured into working…
Read More »