code-for-a-living January 19, 2023 Minimizing the downsides of dynamic programming languages Dynamic languages allow for a lot of flexibility in typing — sometimes too much. Here's how to add some guardrails to your code. Daniel Orner
code-for-a-living January 31, 2022 The complete beginners guide to dynamic programming Dynamic programming isn't about design patterns; it's a way of thinking that breaks down a problem into individual components. Wayne Bishop