/writing
Notes from the field, thinking in public.
Architecture decisions explained in plain prose. Written for engineers and technical leaders deciding where to spend complexity.
Sep 08, 2023
video · tutorial
SQL Join Types - A Beginner's Guide to Database Joins
INNER, LEFT, RIGHT, FULL and CROSS joins explained for beginners — what each returns, how to picture it, and worked SQL examples showing when to use which.
1 min
↗
Sep 08, 2023
video · tutorial
Mastering SQL Commands: DDL, DML, DCL and TCL with examples
DDL, DML, DCL and TCL explained with practical examples — what each family of SQL commands does, when to reach for it, and how they fit together in real database work.
1 min
↗
Sep 02, 2023
programming · basics
From Zero to Hero: Programming Basics Everyone Should Know
The programming fundamentals that carry across every language — variables, control flow, data structures, functions and complexity — explained from zero for anyone starting out.
2 min
↗