T e
Programming languages, frameworks, and implementation details
-
Keeping State Consistent: Database Transactions in LangGraph Workflows
Published: at 10:00 AMThree patterns for keeping LangGraph workflow state and database state synchronized - idempotent tasks, read-before-write synchronization, and the transactional outbox pattern.
-
Maths-as-Code for Machine Learning
Published: at 12:00 AMTranslate the maths you see in ML papers into code you can write. A compact cheat sheet mapping notation → intuition → Python/NumPy (and JS).