Enterprise Java
-
Google Cloud Function Gradle Plugin
It is easy to develop a Google Cloud Function using Java with Gradle as the build tool. It is however…
Read More » -
Google Cloud Functions (2nd Gen) Java Sample
Cloud Functions (2nd Gen) is Google’s Serverless Functions as a Service Platform. 2nd Generation is now built on top of…
Read More » -
Logging Performance Comparison
In a previous blog post, I explained the pros and cons of using logging. In this post, we’ll explore and…
Read More » -
Google Cloud Structured Logging for Java Applications
One advice for logging that I have seen when targeting applications to cloud platforms is to simply write to Standard…
Read More » -
Complete Guide To Spring Testing
Software testing is a non-negotiable aspect of the software development life cycle. Setting up and moving on with software testing…
Read More » -
Insane AWS Lambda Speed Up
What makes this post annoying is that we’ve suffered from a slow Lambda cold start for a very long time,…
Read More » -
Which is better: A monolithic Kafka cluster vs many?
Apache Kafka is designed for performance and large volumes of data. Kafka’s append-only log format, sequential I/O access, and zero…
Read More » -
How to Reduce Cloud Cost by 99% for EDA Kafka Applications
While the cloud offers great convenience and flexibility, the operational cost for applications deployed in the cloud can sometimes be…
Read More » -
HANDLING CONFIGURATIONS IN SPRING BOOT
I am currently getting back to coding in Java + Spring after about 8 years. In the last 8 years,…
Read More »