Cache — Redis, EhCache or Caffeine?A cache is a reserved storage location that collects temporary data to help websites, browsers, and apps load faster. The data stored in a…Jun 23, 20212Jun 23, 20212
Change Data Capture (CDC) With Embedded Debezium and Spring BootWhile working with data or replicating data sources, you probably have heard the term Change Data Capture (CDC). As the name suggests…Mar 31, 2021Mar 31, 2021
Java — CyclicBarrier vs CountDownLatchWhen it comes to concurrency, both CountDownLatch and CyclicBarrier are used for managing multi-threaded applications.Mar 24, 2021Mar 24, 2021
March-leetcoding-challenge-2021 : Encode and Decode TinyURL — step by stepProblem statementMar 22, 2021Mar 22, 2021
Serialization in java -NotSerializableExceptionSerialization is a mechanism of converting the state of an object into a byte stream. Deserialization is the reverse process where the…Feb 18, 2021Feb 18, 2021
Serialization in java — InheritanceSerialization is a mechanism of converting the state of an object into a byte stream. Deserialization is the reverse process where the…Feb 18, 2021Feb 18, 2021
[LeetCode] Contains Duplicate IIIProblem Statement Given an array of integers, find out whether there are two distinct indices i and j in the array such that the absolute…Sep 9, 2020Sep 9, 2020