Programming Throwdown

Programming Throwdown

Release Date

All Episodes

188: World Models
187: Agentic Coding

In this episode, Patrick and Jason cover Agentic Coding! 

186: Becoming a Manager

Patrick and Jason discuss what it means to become a manager and how the role differs from individual engineering work. They cover hiring, coaching, performance management, team goals, and when moving into management is or is not the right choice. 

185: Workflow Orchestrators

Patrick and Jason break down workflow orchestrators and why they matter for batch jobs, long-running tasks, and resumable distributed systems. They compare tools such as Airflow, Dagster, Temporal, Ray, and Kubeflow while explaining the infrastructure patterns behind them. 

184: Asynchronous Programming

Patrick and Jason explain asynchronous programming and how it differs from traditional multithreading and multiprocessing. They cover coroutines, blocking versus non-blocking operations, promises, callbacks, async/await, and the tradeoffs behind each approach.