Concurrent Matrix Multiplication In GolangI recently competed with a few colleagues to see who could write the fastest concurrent algorithm for matrix multiplication in golang. As…Nov 26, 2022Nov 26, 2022
Implementing 2-way SSL and ACL authentication for Kafka with Spring boot client configurationThis is a guide for implementing Apache Kafka’s ACL (Access Control List) using 2-way SSL authentication. In this guide the Kafka cluster…Jun 12, 20222Jun 12, 20222
Implementing user single session with automatic log out using keycloak, Java spring boot and…This is a walk through implementation for user single session with automatic logout. Single user session basically ensures that one user…May 21, 20221May 21, 20221
Implementing Google ReCaptcha in Angular and Java Spring boot.This article provides an implementation for Google’s ReCaptcha security feature between an Angular Front end server and a JAVA Springboot…Apr 6, 2022Apr 6, 2022
Replacing all numbers in a file with random numbers in JAVALike all developers out there, I was trying to create mock data. My IDE helped a lot with cutting the boilerplate but ultimately I wanted…Feb 27, 2022Feb 27, 2022
An abstract method for counting database records by enum using QueryDSL JAVAWe had an two class entities — AppHistory and WebHistory each having an enum called Constant.Feb 16, 2022Feb 16, 2022