Loading...

Data Engineer Roadmap

You want to build and operate the pipelines everything else runs on

SQL, modelling, orchestration and streaming - then the ML systems your data feeds.

The route

  1. Week 1 - Data Engineering: The role itself - warehousing, dimensional modelling, orchestration, batch and streaming, quality, and two build-it projects
  2. Week 1 - SQL for Data: The language of the job - joins, aggregation, window functions, CTEs, indexing and query performance
  3. Week 2 - Python for ML: Python for data work - processing, NumPy, pandas, and the idioms that keep a pipeline readable
  4. Week 3 - Git & Version Control: Pipelines are code - branching, review, and the discipline that makes a change reversible
  5. Week 3 - Jupyter & Colab: Notebook environments for exploring a source before you model it
  6. Week 8 - Software Engineering for AI: The engineering half of the job - testing, CI/CD, code review, and project structure for code that runs unattended
  7. Week 8 - Statistics: The maths behind a quality check - distributions, spread, and what makes a threshold defensible
  8. Week 8 - Foundations: Arithmetic and notation used throughout the sizing and cost calculations
  9. Week 9 - MLOps & Deployment: How your pipeline ships - Docker, CI/CD and monitoring, without the model-serving specialism
  10. Week 9 - AI on Cloud: Cloud identity, access and cost guardrails - the two things a data engineer owns in someone else account
  11. Week 10 - ML Algorithms: What your customers do with the data, so you can model for it rather than guess
  12. Week 10 - LLM: What an AI team will ask your pipelines for - embeddings, retrieval, and why chunking is your problem
  13. Week 11 - Interview Q&A: Data engineering loops are standardised - SQL under pressure, modelling, pipeline design, and the green-pipeline-wrong-number debugging round
  14. Week 11 - AI System Design: Pipelines are half of an AI system. This is where the other half gets sized, and where a freshness target stops being a number and becomes an architecture