Enterprise Java
-
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 » -
Guide To TestNG Assertions in Selenium Based Test Automation
We all know that testing is a major part of SDLC which can be performed either manually or in an…
Read More » -
Calculations in Quarkus Qute using AtomicInteger
Quarkus’ Qute Templating Engine is very handy for creating server-side rendered pages. Besides the regular loops and control structures, there’s…
Read More » -
Google Cloud Java Client – ApiFuture to Reactive types
Google Cloud Java Client libraries use a ApiFuture type to represent the result of an API call. The calls are…
Read More » -
Release a Gradle Project Using GitLab CI/CD Pipeline
I’ll show you how to configure Gradle build for a Java/Scala project and integrate it with GitLab CI/CD so that…
Read More »