Step-by-step guides for SQL, tools, and practical AI — skills you can use at work. Learn by doing, not by jargon.
Series
Step-by-step paths grouped by topic. Start at part 1 and work through at your pace.
Foundations
How analytics works and how everyday data becomes structured.
Core skills
SQL, Python, data quality, charts, and metrics — skills you reuse everywhere.
Data at work
Pipelines, stewardship, and how data moves through real teams.
AI fundamentals
Practical AI for everyday work — product-agnostic judgment and workflows.
AI products
One complete path per brand — first login through deep tools.
Analytics practice
Stats, experiments, customer and finance analytics, and career paths.
BI & workflow tools
Hands-on starters for Power BI, dbt, Airflow, and similar tools.
Good enough vs perfect data
Perfect data never arrives. Learn when an approximate answer is decision-ready, how to talk about confidence without fake precision, and a short quality checklist you can use before…
The Analytics Loop
Analytics is not a one-way chart. Learn the six-step loop from question to measure-again, with a worked example, SQL sketch, and a ticket checklist you can reuse.
Data vs Information vs Insight
Data, information, and insight are not the same thing. Learn the difference with plain definitions, a workplace ladder, and examples you can use in your next meeting.
What Problem Are We Actually Solving?
Stop opening dashboards until you know which decision will change. A practical guide to framing analytics problems for everyday work; questions before data.
How to Check AI-Written SQL Before You Ship It
Chatbots can draft queries in seconds. Here’s a simple checklist so you catch bad joins, wrong filters, and confident nonsense.
SQL Tutorial 13: Strategies for Maintenance and Optimization
Keep databases healthy over time with backups you can restore, slow query awareness, stats and vacuum concepts, access grants, and on-call hygiene. Close the SQL series with a…
SQL Tutorial 12: Best Practices and Optimization
Write cleaner and faster SQL with an EXPLAIN mindset, tight select lists, sargable filters, and index awareness on real customer and order patterns. Learn practical optimization habits without…
SQL Tutorial 11: Stored Procedures, Triggers, and User-Defined Functions
Understand stored procedures, triggers, and user-defined functions as database objects you may inherit at work. Learn when analysts should care, when SQL scripts or dbt-style models fit better,…
SQL Tutorial 10: Advanced SQL Techniques
Level up multi-step SQL with CTEs for readable named steps, window functions like ROW_NUMBER and running sums on detail rows, and a small conceptual recursive example you can…
SQL Tutorial 9: Views and Indexes
Reuse logic with views and speed lookups with indexes on everyday customer and order queries. Learn what each database object is for, how teams share meaning safely, and…
SQL Tutorial 8: Modifying Data with SQL
Change data safely with INSERT, UPDATE, and DELETE on the customers and orders toy schema. Practice row adds, targeted edits, and careful deletes, plus a light take on…
SQL Tutorial 7: Subqueries in SQL
Subqueries nest one query inside another so you can filter and shape results with answers from other answers. Learn scalar, IN, EXISTS, and derived tables on the customers…











