Weekend Reading: Ubiquitous Computing, Versioning SQL, and Video Game Maps
🎙 Computing is Everywhere
A great interview with Bret Victor on the Track Changes podcast. His work has always been an inspiration for how to think about both creating things and teaching people.
📊 Git Your SQL Together
This post from Caitlin Hudon is a great reminder for anyone that works with data. Combining git versioning with your SQL is super helpful for archiving and searching previous analysis queries.
- You will always need that query again
- Queries are living artifacts that change over time
...
✦