Small applications and tools built while learning — Python scripts, web utilities, and experiments that don't fit into the main blog. Built to solve a problem or just to see if I could.
A command-line tool that connects to SQL Server via pyodbc,
runs any SELECT query, and exports the result directly to a
.csv or
.xlsx file.
Built because I got tired of exporting data manually from SSMS. Supports connection string config via .env.
A browser-based tool that parses DAX measure code and highlights common mistakes —
unclosed CALCULATE(),
missing RETURN,
mismatched brackets — before you paste it into Power BI. No install needed, runs entirely in the browser.
Still in early development.
Full write-ups of my main data analytics projects — dashboards, pipelines, and case studies.