Easy Local Setup Kafka, Zookeper and Spring Boot IntegrationApache Kafka is a distributed message broker platform used to handle data streams in real-time. Kafka enables systems to send and receiveSep 28Sep 28
Redis Setup on Spring Boot Made EasyRedis (Remote Dictionary Server) is a key-value database that functions as an in-memory data store with high performance.Sep 27Sep 27
Concurrency in Java: The Hidden Power You Didn’t Know You Were Missing!Concurrency in Java: The Hidden Power You Didn’t Know You Were Missing!Sep 24Sep 24
Java Functional Programming : This Java Programming Trick Will Save You HoursJava Functional Programming : This Java Programming Trick Will Save You HoursSep 24Sep 24
Java Generics Methods : The Secret to Cleaner, Faster CodeGenerics means parameterized types. Generics allow us to create classes, interfaces, and methods with different data typesSep 21Sep 21
What is Object Oriented Programming ?Object-Oriented Programming is a programming paradigm widely used in software development, particularly in Java.Sep 21Sep 21
Integrating Jenkins Pipeline Job with GitLab Using Jenkinsfile — Learning JenkinsIntegrating Jenkins Pipeline Job with GitLab Using JenkinsfileOct 1, 2023Oct 1, 2023
Jenkins Pipeline Push Docker Images to Docker Hub — Learning JenkinsIn this article, we will do both. This is usually part of the CI/CD process.Aug 18, 2023Aug 18, 2023
Jenkins Pipeline SonarQube + Node.js — Learning JenkinsCreate a simple pipeline using Jenkins. Jenkins is a tool used in the CI/CD process. Here, we will try to integrate…Aug 16, 2023Aug 16, 2023
Code Analysis + Coverage Test Node.js using SonarQube — Learning SonarQubeIn short, SonarQube is a code analysis tool that helps us analyze the results of our programs, including coverage tests.Aug 14, 2023Aug 14, 2023