Java
-
Kafka & Zookeeper for Development: Local and Docker
Kafka popularity increases every day more and more as it takes over the streaming world. It is already provided out…
Read More » -
GC Logs changes for migrating from JDK 8 to JDK 11
Problem Moving from JDK 8 to JDK 11 is quiet subtle. One issue which many people have faced is regarding…
Read More » -
Java Program to Find Transpose of a Matrix
A quick and practical guide to calculate the matrix transpose in java. Transpose of a given matrix is nothing but…
Read More » -
Java Program to Print Multiplication Table For Given Number
A quick example program to create multiplication table in java using simple for loop and while loops. 1. Overview In…
Read More » -
Selection Sort in Java with Algorithm, Example
A quick and practical programming guide to selection sort technique in java with along with the algorithm and examples. Selection…
Read More » -
Facade Design Pattern In Java
Here I am with another article on design patterns – Facade Design Pattern. A Facade object is use to provide a simple…
Read More » -
How to create PDF File in Java – iText Example
Hello guys, generating PDF files in today’s enterprise applications is quite common. Doing this with Java is not an easy…
Read More » -
Experimental GraphQL
This blog post is a follow up on the initial introductory post, Supersonic Subatomic GraphQL, and here we will explore…
Read More » -
Improving Spring Mock-MVC tests
Spring Mock-MVC can be a great way to test Spring Boot REST APIs. Mock-MVC allows us to test Spring-MVC request…
Read More »