SQL Essentials - Aggregate Functions & Grouping

Deep dive into GROUP BY, HAVING, COUNT, and DISTINCT in SQL

May 4, 2025 · 2 min · Chengyu Zhang

SQL Essentials - CASE

A beginner’s guide to using the CASE statement for conditional queries

May 4, 2025 · 2 min · Chengyu Zhang

SQL Essentials - Date Format

Learn to store, manipulate, and format dates correctly in SQL for accurate querying and sorting

May 4, 2025 · 2 min · Chengyu Zhang

SQL Essentials - JOIN

Understand how SQL JOINs work — including INNER, LEFT, RIGHT, FULL, and SELF JOIN

May 4, 2025 · 4 min · Chengyu Zhang

SQL Essentials - Key Concepts & Syntax

Core SQL concepts like SELECT, WHERE, ORDER BY, and LIMIT for beginners

May 3, 2025 · 3 min · Chengyu Zhang

BFS - Breadth First Search

A way to explore trees, graphs, or grids one level at a time.

April 24, 2025 · 3 min · Chengyu Zhang

Prefix Product

A powerful technique for efficiently computing product-related queries.

March 1, 2025 · 2 min · Chengyu Zhang

Prefix Sum

A powerful technique for efficiently computing sum-related queries.

March 1, 2025 · 2 min · Chengyu Zhang

Counter in Python

A special dictionary-like class for counting occurrences of elements

February 28, 2025 · 2 min · Chengyu Zhang

Intro to Docker

Docker, the Easiest Way to Run Apps Anywhere

January 29, 2025 · 3 min · Chengyu Zhang