Listen

Description

We dive into declarative vs imperative query languages as we continue to dive into Designing Data-Intensive Applications while Allen is gallivanting around London, Michael had a bullish opinion, and Joe might not know about The Witcher.

If you're reading this episodes show notes via your podcast player, you can find this episode's full show notes at https://www.codingblocks.net/episode125 where you can join in on the conversation.

Sponsors

Survey Says

How do you pronounce data?

Take the survey at: https://www.codingblocks.net/episode125.

News

Query Languages

Declarative vs Imperative

MapReduce

Graph-Like Data Models

Resources We Like

Tip of the Week

Get-ChildItem .\*.txt -Recurse | Select-String -Pattern 'MyPattern' -context 10,0