PinnedHostname based route using Nginx ingress controllerIngress is a powerful feature in Kubernetes that allows you to control the access to your application services. It acts as a reverse proxy…Jan 24, 2023Jan 24, 2023
Estimating Unique Elements Using HyperLogLog in JavaWhen dealing with large-scale datasets, one of the most common challenges is estimating the number of unique elements in the data. For…Oct 19Oct 19
Simplify Java Code with Apache Commons Lang: Harnessing the Power of Pair and TripleWhen developing applications, you often encounter situations where you need to group multiple values together without creating a separate…Oct 15Oct 15
Efficient LDAP Search and Synchronization Using JavaLDAP (Lightweight Directory Access Protocol) is a protocol used for accessing and maintaining distributed directory information services…Oct 10Oct 10
what’s New In Spring Boot 3.0Spring Boot 3.0 brings several new features and improvements.Here are some of the notable changes:Jun 2, 2023Jun 2, 2023
Microservices HistoryMicroservices, also known as the microservices architecture, have emerged as a popular approach to software development and deployment in…May 10, 2023May 10, 2023
Fault Tolerance in Mule APIFault tolerance refers to the ability of a system or application to continue functioning even in the presence of faults, errors or…Mar 5, 2023Mar 5, 2023
Git SubModuleA Git submodule is a way to include a Git repository within another Git repository. It allows you to keep another Git repository as a…Jan 24, 2023Jan 24, 2023
Apache Kafka basics part-1What is the story of Kafka? What is the purpose of Kafka? What kind of problems will it solve? In a nutshell, Apache Kafka is a distributed…May 3, 2021May 3, 2021