Gajalakshmi N

July 22, 2024

Web Scraping with Python and Beautiful Soup

Introduction: Web scraping is the process of extracting data from websites. It’s a valuable skill […]
July 22, 2024

Migrating SQL Server logins and user from RDS instance to another server

Problem statement Migrate all the logins present in RDS instance to another instance with same […]
July 17, 2024

MongoDB – Sharding

What is Sharding ? Sharding is a strategy of partitioning a single data set into […]
July 15, 2024

Understanding Subqueries in WHERE Clauses : A Real time Scenario

Objective This blog aims to explain why subqueries in the WHERE clause can cause performance […]