SQL Lab
Free in-browser PostgreSQL practice tool
Problem. Practicing real SQL normally means installing a database or paying for a hosted sandbox.
Contribution. Built and shipped a free practice lab on a real in-browser PostgreSQL engine: 45 original operational drills covering joins, window functions, CTEs, dates, and messy real-world data, with progress tracking and an optional AI coach that receives your query and error but never the canonical solution.
Decision. Everything runs client-side — no accounts and no backend for queries, so practice data never leaves the browser.
Observed result. Public and free at dylans.link/sql.
