Resources

This page is between an X Awesome List you’d find on GitHub and a browser bookmarks export to HTML. Some are pages I don’t want to forget but can’t find in my stack of bookmarks/Notion DB.

Data

  • A 2020 Reader’s Guide to The Data Warehouse Toolkit
    • If you’re working with a more traditional on-premises data warehouse, you likely work with fact & dimension tables. There’s plenty still relevant, but some stuff doesn’t apply in the current cloud/distributed era.

SQL Server

Python

R

Regular Expressions

  • RexEgg Cheat Sheet
    • I don’t know if this is the best site out there for Regular Expressions, but it’s what I used to learn it roughly 10 years ago, and I still come back to it to remember lookarounds when I forget the syntax (again)
  • RegExr
    • A web-based regular expression parser. I use this to sanity check my capture strings in case something isn’t working locally.