Skip to main content
Category
Topics

Data Engineering Tutorials | Read, Learn, & Grow Your Skills

Read our data engineering blog to gain extra insight into how to build the tools, infrastructure, & frameworks to support data fluency in your business.
Other topics:
SQL

SQL UPDATE with JOIN: How it Works

Learn how UPDATE with JOIN in SQL simplifies cross-table updates in SQL Server. Understand how INNER JOIN and LEFT JOIN differ for specific use cases, and explore alternatives using subqueries or the MERGE statement.
Allan Ouko's photo

Allan Ouko

September 11, 2024

AWS

Getting Started with AWS Glue: A Step-by-Step Guide

Learn how to set up AWS Glue, create a crawler, catalog your data, and run jobs to convert CSV files into Parquet format, optimizing your ETL processes.
Zoumana Keita 's photo

Zoumana Keita

September 9, 2024

Microsoft Azure

Azure Synapse: A Step-by-Step Beginner’s Guide

An easy-to-follow guide for beginners to learn Azure Synapse, covering everything from setting up your workspace to integrating data and running analytics.
Moez Ali's photo

Moez Ali

August 28, 2024

Data Engineering

GraphQL vs. REST: A Complete Guide

Discover the distinct advantages of REST and GraphQL for modern API design. Learn when to leverage REST for simplicity and caching. Master the flexibility of GraphQL for complex, real-time data needs.
Marie Fayard's photo

Marie Fayard

August 25, 2024

AWS

Getting Started with AWS Athena: A Hands-On Guide for Beginners

This hands-on guide will help you get started with AWS Athena. Explore its architecture and features and learn how to query data in Amazon S3 using SQL.
Tim Lu's photo

Tim Lu

August 24, 2024

SQL

SQL Triggers: A Guide for Developers

Learn how to use SQL triggers to automate tasks, maintain data integrity, and enhance database performance. Try practical examples like the CREATE, ALTER, and DROP commands in MySQL and Oracle.
Oluseye Jeremiah's photo

Oluseye Jeremiah

August 15, 2024

Data Engineering

Apache Iceberg Explained: A Complete Guide for Beginners

Learn how Apache Iceberg simplifies data management in lakes and lakehouses. Discover its key features, get step-by-step setup instructions, and optimize your data workflows!
Srujana Maddula's photo

Srujana Maddula

August 4, 2024

Data Engineering

The Complete Guide to File Storage on Azure with Blob & Files

Explore Azure Blob Storage and Azure Files, essential for efficient data management. Learn about features, benefits, and use cases. This guide covers setting up Azure Storage accounts, managing, and securing data.
Josep Ferrer's photo

Josep Ferrer

August 1, 2024

Data Engineering

AVL Tree: Complete Guide With Python Implementation

An AVL tree is a self-balancing binary search tree where the height difference between the left and right subtrees of any node is at most one, ensuring efficient operations.
François Aubry's photo

François Aubry

July 29, 2024