
Vamsi Manyam
Shaping Products, Solving Problems.
-
Essential SQL String Functions Every Data Professional Should Know
Introduction SQL provides a variety of string functions that are essential for working with text data in databases. In this guide, we’ll cover some common SQL string functions with…
-
Boost Your SQL Skills with ChatGPT: A Diwali Learning Hack!
Happy Diwali! A Quick and Handy Tip for Learning with ChatGPT 🎉 As we celebrate Diwali, I wanted to share a small yet impactful tip for using ChatGPT as…
-
Simplifying ACID Properties: How Databases Ensure Reliable and Accurate Transactions
In databases, keeping data reliable and accurate is critical. ACID properties—Atomicity, Consistency, Isolation, and Durability—make sure that every transaction (like updating student records) happens smoothly and accurately. Here’s what…
-
Level Up Your PostgreSQL Game: Running SQL Queries in VSCode
You don’t need to switch between multiple tools to manage your PostgreSQL database. With the SQLTools extension in VSCode, you can run SQL queries directly in your editor, even…
-
Enhancing Your Coding Experience in VSCode: Recommended Extensions and Settings for macOS Users
Boost your coding experience in VSCode on macOS with essential extensions like Python, Pylance, and Code Runner
-
Effortless Python Dependency Management: Switching to Poetry Instead of Pip
Poetry is a dependency and package management tool for Python that simplifies project setup, virtual environments, and dependency management, offering version control and locking, making it more robust and…
-
VSCode Settings for Python & ML: Virtual Environment Setup
Learn how to set up a Python virtual environment in VSCode, manage dependencies, and use Jupyter notebooks for efficient machine learning projects.
-
Copy Multiple Files Using Lookup & ForEach activity
Automate the process of copying multiple files or folders using Azure Data Factory’s Lookup and ForEach activities. This task streamlines data movement with efficient automation.
-
Dynamic File Copying in Azure Data Factory Using Parameterised Datasets
In this task, you’ll learn to copy multiple files dynamically by leveraging parameterised datasets in Azure Data Factory, demonstrating automated data movement with flexible file selection.
-
Copying Data from Azure SQL to ADLS Using Azure Data Factory
In this task, you’ll transfer a single file from an SQL database to Azure Data Lake Storage (ADLS) using Azure Data Factory, demonstrating how to move data between a…