New Post November 5, 2024 Apache Hive vs Apache Impala How is Apache Hive Query different from Apache Impala #coding #hdfs #hive #impala #hue #apache #bigdata #hdfs
May 14, 2021 Spring Interview Questions - Part 1 It's part 1 of many more to come - Spring Boot #code #java #spring #spring boot #QnA
August 30, 2020 GIT Merge Strategy Options GIT is a lightweight Distributed Version Control System #code #git
May 17, 2020 Throwables in Java let's find out the secret behind Errors, Exceptions and Throwables in Java and its Hierarchy.instances whose state doesn’t change after it has been initialized. #throwable #coding #java
April 27, 2020 LRU Cache Implemantation in Python How hard could it be to implement a LRU cache in python? Let's find out. #coding #python #algorithms
April 24, 2020 Static in Java In Java, "static" is one of the keywords in Java, and it is quite complicated, let's make it a bit simple. #coding #java
April 23, 2020 Immutable Class in Java Today we will learn how to create an immutable class in Java. Immutable objects are instances whose state doesn’t change after it has been initialized. #coding #java