NoSQL vs. SQL: Which One to Use

NoSQL vs. SQL: Which One to Use
If you’ve participated in many interviews, you’ve probably heard the question: “What are the differences between NoSQL and SQL databases?” This article will help you clearly understand these d...
0 Read More

Install psql in WSL

Remove old postgres ⛶sudo apt remove --purge postgresql\* -y Remove binary if exist ⛶sudo rm -f /usr/bin/psql sudo rm -f /usr/share/postgresql-common sudo rm -rf /usr/lib/postgres...
0 Read More

INTRODUCTION TO DATA ANALYTICS

INTRODUCTION TO DATA ANALYTICS
WHAT IS DATA? Data is a collection of factual information that describes quantity, quality, facts, statistics or basic units of meaning. It usually is used as a basis for reasoning, discussion or calc...
0 Read More

7 Best SQL Books for Beginners

Learning SQL doesn't have to be boring or overwhelming. With the right book, it can actually be fun and super rewarding.Whether you're trying to level up your backend skills, work with data more effic...
0 Read More