Home
Categories
EXPLORE
True Crime
Comedy
Society & Culture
Business
News
Sports
TV & Film
About Us
Contact Us
Copyright
© 2024 PodJoint
Podjoint Logo
US
00:00 / 00:00
Sign in

or

Don't have an account?
Sign up
Forgot password
https://is1-ssl.mzstatic.com/image/thumb/Podcasts211/v4/2d/3c/af/2d3caf6a-4adb-4cd2-25e1-756364abb624/mza_431010937773764146.jpg/600x600bb.jpg
Programming Throwdown
Patrick Wheeler and Jason Gauci
186 episodes
1 day ago
Programming Throwdown educates Computer Scientists and Software Engineers on a cavalcade of programming and tech topics. Every show will cover a new programming language, so listeners will be able to speak intelligently about any programming language.
Show more...
How To
Education,
News,
Tech News
RSS
All content for Programming Throwdown is the property of Patrick Wheeler and Jason Gauci and is served directly from their servers with no modification, redirects, or rehosting. The podcast is not affiliated with or endorsed by Podjoint in any way.
Programming Throwdown educates Computer Scientists and Software Engineers on a cavalcade of programming and tech topics. Every show will cover a new programming language, so listeners will be able to speak intelligently about any programming language.
Show more...
How To
Education,
News,
Tech News
https://img.transistor.fm/cgAeZe716pnxF1jaedcK1dSrPjuN569QwPrdB4l1qbY/rs:fill:0:0:1/w:1400/h:1400/q:60/mb:500000/aHR0cHM6Ly9pbWct/dXBsb2FkLXByb2R1/Y3Rpb24udHJhbnNp/c3Rvci5mbS82ZDc0/NzdmMDZhNDc5ODk1/ZjkwODNjYzFhMmRj/ZjZiNS5qcGc.jpg
185: Workflow Orchestrators
Programming Throwdown
1 hour 32 minutes
1 day ago
185: Workflow Orchestrators

Intro topic: Asymmetric Returns


News/Links:

  • NanoChat by Andrej Karpathy
    • https://github.com/karpathy/nanochat
  • Pydantic AI
    • https://www.marktechpost.com/2025/03/25/pydanticai-advancing-generative-ai-agent-development-through-intelligent-framework-design/
  • 1000th Starlink this year
    • https://spaceflightnow.com/2025/05/16/live-coverage-spacex-plans-morning-launch-of-starlink-satellites-from-california/
  • ChatGPT Apps SDK
    • https://openai.com/index/introducing-apps-in-chatgpt/

Book of the Show

  • Patrick
    • The Will of the Many by James Islington
      • https://amzn.to/43IfU8Q
  • Jason
    • Interview with DHH (Founder of Ruby on Rails)
      • https://www.youtube.com/watch?v=vagyIcmIGOQ


Patreon Plug https://www.patreon.com/programmingthrowdown?ty=h


Tool of the Show

  • Patrick
    • Factorio
      • https://www.factorio.com/ 
  • Jason
    • nip.io 


Topic: Workflow Orchestrators

  • Why
    • Batch jobs (embarrassingly parallel)
    • Long-running tasks (e.g. transcoding video)
    • Checkpointing/resuming
  • How
    • Message Queues
    • Containerization
    • Worker Pools & Autoscaling
    • History & Backfill
  • Steps to run workflows:
    • Containerize the workflow definition and send to the cloud
    • Containerize all the individual tasks
    • Submit job(s)
  • Examples
    • Airflow
      • Legacy but dominant
    • Dagster
      • Great UX for python developers
    • Temporal: https://temporal.io/
      • The new hotness
    • Ray
      • Low-level but very powerful
    • Kubeflow
      • Designed for ML workflows, integrated dashboard

★ Support this podcast on Patreon ★
Programming Throwdown
Programming Throwdown educates Computer Scientists and Software Engineers on a cavalcade of programming and tech topics. Every show will cover a new programming language, so listeners will be able to speak intelligently about any programming language.