Row-Oriented vs Column-Oriented DatabasesThere are two types of data storage databases one is a row-oriented database and another one is a column-oriented database.Sep 3, 20211Sep 3, 20211
Docker Volumes can help you code smoothlyHello there, today I want to introduce Docker Volume to you if you are recently using Docker and feeling very painful while synchronizing…Aug 22, 2021Aug 22, 2021
Spring Boot micro-services deployement on KubernetesHello, I would like to guide you how to launch a local Kubernetes cluster (minikube), develop an app using the Spring Boot framework and…Jul 21, 2021Jul 21, 2021
Data Classes in Python 🐍Data classes in python allow you to write shorter code and initialize print compare and audio data much more easily. Let’s take a look !Jul 16, 2021Jul 16, 2021
How to use equals() and hashCode() in JavaUnderstand equals() and hashCode() in JavaJul 6, 2021Jul 6, 2021
Sorting Algorithm — Bubble SortBubble Sort is the simplest sorting algorithm that works by repeatedly swapping the adjacent elements if they are in wrong order. The pass…Feb 15, 2021Feb 15, 2021
Understanding Java OperatorsA Java operator is a symbol that can be applied to a set of variables, values, or literals — referred to as operands — and that returns a…Feb 8, 2021Feb 8, 2021