Enterprise Java
-
Troubleshooting deadlock in an Apache opensource library
Apache PDFBox is a popular open-source library that facilitates java applications to work with PDF documents. Recently we encountered a…
Read More » -
Skaffold for Local Java App Development
Skaffold is a tool which handles the workflow of building, pushing and deploying container images and has the added benefit of…
Read More » -
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 »