Enterprise Java
-
Starting with Apache Tomcat Cheatsheet
1. Introduction Apache Tomcat, also known as Tomcat Server, is an open-source Java servlet container developed by the Apache Software…
Read More » -
DevOps Deployment Process: Stages, Tools & Best Practises
DevOps deployment process refers to the set of practices, tools, and workflows used to automate and streamline the deployment of…
Read More » -
Apache Kafka and Camel Application in Data Stream
Apache Kafka is a distributed streaming platform that was originally developed by LinkedIn and later open-sourced under the Apache Software…
Read More » -
EventArc with CloudRun
Google Cloud EventArc provides a simple way to act on events generated by a variety of Google Cloud Services. Consider an…
Read More » -
Kafka Streams Developer: Techniques to Conquer
Apache Kafka is an open-source distributed streaming platform developed by the Apache Software Foundation. It was initially developed at LinkedIn…
Read More » -
Programmatically Listen to JUnit Test Results
There are many ways available to run JUnit tests, from the IDE, build tool, or development modes. To process and…
Read More » -
Add ZipKin to your Spring application
If your application contains multiple services interacting with each other the need for distributed tracing is increasing. You have a…
Read More » -
Use Redis GeoHash with Spring boot
One very handy Data Structure when it comes to Redis is the GeoHash Data structure. Essentially it is a sorted…
Read More » -
Use JMH for your Java applications with Gradle
If you want to benchmark you code, the Java Microbenchmark Harness is the tool of choice.In our example we shall…
Read More »