DevStories.EU cover art

All Episodes

DevStories.EU — 55 episodes

#
Title
1

DeepEval: Unit Test Your LLMs Like Standard Code

2

Pydantic is a Coercion Engine, Not a Validator

3

OpenAPI & Swagger: Let Your Docs Write Your Code

4

Microsoft Copilot Studio: Stop Hardcoding Bot Triggers

5

OpenAI Agents SDK: Intercept Prompts Before the LLM Wakes Up

6

OpenClaw Gateway: Stop Treating Your LLM Like a Blocked Thread

7

PyTorch: How One Underscore Destroys Backprop

8

Langflow: Visual Prototypes That Ship as Production APIs

9

NVIDIA NeMo Guardrails: Block Gibberish Prompt Attacks

10

Prompt Flow: Stop Print-Debugging Your LLMs

11

LlamaIndex: Build LLM Agents That Don’t Delete Prod

12

Deep Agents: Turn Fragile Chat Loops Into Durable Assistants

13

BMad Method: Why AI Coding Assistants Fail on Day Three

14

LangGraph: From Brittle Scripts to Resilient State Machines

15

LangChain: Why Your AI Agents Fail Silently in Production

16

CircuitPython: Embedded Systems Without the Compile Step

17

MicroPython: Fitting Python Into 256KB of Flash

18

PyCharm: Stop Debugging Python with Print Statements

19

GeoDjango & PostGIS: Why Spatial Apps Crash Under Load

20

Rasterio: Stop Fighting GDAL and Just Use Numpy

21

Shapely: Processing Spatial Data Without Python Overhead

22

Folium: Interactive Web Maps Without Writing JavaScript

23

GeoPandas: Why Your Spatial Queries Bottleneck Your CPU

24

LiteLLM: Prevent $10k OpenAI Bills with an AI Gateway

25

Zipline: Why Trading Algorithms Fail in Live Markets

26

Why Alembic Autogenerate Drops Production Tables

27

SQLAlchemy: Stop Writing Fragile Raw SQL Strings

28

Matplotlib: Why Your Charts Keep Overwriting Each Other

29

Modern Pandas: Stop Treating It Like a 2D Array

30

NumPy: Stop Paying Python’s Pointer Tax

31

OpenCV: True Depth From a Single Uncalibrated Lens

32

scikit-image: The Silent Bug in Your Vision Pipeline

33

Pillow: Read a Million Images Without Crashing

34

Kubernetes & Helm: Taming Mortal Pods and Fragile YAML

35

DSPy: Stop Prompting and Start Programming LLMs

36

Docker: Stop Shipping Your Compiler to Production

37

Terraform: Why the Count Meta-Argument is a Trap

38

Pulumi: Why Real Code Beats Static YAML for Infrastructure

39

Azure Pipelines: Stop Trusting YAML for Compliance

40

GitLab CI/CD: Break Out of Rigid Sequential Stages

41

GitHub Actions is a State Machine, Not a CI Server

42

Power BI Architecture: Beyond Surface-Level Charts

43

DeepChem: Stop Treating Molecules Like Flat Text Arrays

44

Scanpy: Why UMAP Is Blind to Your Genes

45

Biopython: Stop Treating DNA Like Python Strings

46

Python Cheminformatics: Why Old Algorithms Beat 3D Neural Nets

47

Deploying AlphaFold: Surviving Cubic Memory Scaling

48

Apache Cassandra & Python: Stop Normalizing Your Data

49

Snowflake & Snowpark Python: Push Code to Your Data

50

Databricks: Stop Paying Twice to Store the Same Data

51

PySpark: The Hidden Execution Tax Slowing Your Cluster

52

High-Performance Python Async: Hidden CPU Bottlenecks

53

SunPy: Why Standard Python Breaks Solar Data Analysis

54

Astropy: Why 64-Bit Floats Fail at Astronomy

55

asyncio: Why Your Async Python Code Silently Fails