Sunaina GoyalCache — 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
Sunaina GoyalChange 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
Sunaina GoyalJava — CyclicBarrier vs CountDownLatchWhen it comes to concurrency, both CountDownLatch and CyclicBarrier are used for managing multi-threaded applications.Mar 24, 2021Mar 24, 2021
Sunaina GoyalMarch-leetcoding-challenge-2021 : Encode and Decode TinyURL — step by stepProblem statementMar 22, 2021Mar 22, 2021
Sunaina GoyalDesigning a scalable URL Shortener like Tiny URL1. Url ShortenerMar 22, 2021Mar 22, 2021
Sunaina GoyalSerialization 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
Sunaina GoyalSerialization 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
Sunaina Goyal[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