<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
<title>Russell Duhon&apos;s Software Development Writings</title>
<id>https://www.russellduhon.com/</id>
<link href="https://www.russellduhon.com/"/>
<link rel="self" href="https://www.russellduhon.com/atom.xml"/>
<updated>2026-08-14T11:20:00-08:00</updated>
<author><name>Russell Duhon</name></author>
<entry>
<title>Introducing pgdmn: DMN in the database</title>
<id>https://www.russellduhon.com/post/introducing-pgdmn/</id>
<link href="https://www.russellduhon.com/post/introducing-pgdmn/"/>
<updated>2026-08-14T11:20:00-08:00</updated>
<summary>I made an open source PostgreSQL extension for executing business rules in PostgreSQL. Have business teams own and audit business rules, then execute them directly in your database without needing to translate them into code first.</summary>
</entry>
<entry>
<title>Beautiful SQL Templates in PostgreSQL with PL/Rust and minijinja</title>
<id>https://www.russellduhon.com/post/beautiful-postgresql-templates/</id>
<link href="https://www.russellduhon.com/post/beautiful-postgresql-templates/"/>
<updated>2024-01-15T15:20:00-08:00</updated>
<summary>Going directly from SQL to structured text like HTML is really useful if you want to use frameworks like HTMX alongside backends like PostgREST, but databases don&apos;t have great text-formatting capabilities. Luckily, now that PL/Rust is available, Rust template frameworks like minijinja are available in PostgreSQL. This post shows how to use minijinja to return HTML directly from PostgreSQL.</summary>
</entry>
<entry>
<title>Testing Algorithms for Data Structures: Binary Tree in Python</title>
<id>https://www.russellduhon.com/post/testing-data-structures-binary-tree/</id>
<link href="https://www.russellduhon.com/post/testing-data-structures-binary-tree/"/>
<updated>2023-12-13T16:20:00-08:00</updated>
<summary>What makes a satisfying test for in-place traversal of a binary tree? Using a Python example based on a common interview live coding question, see how Hypothesis can greatly increase confidence in code dealing with fundamental data structures.</summary>
</entry>
<entry>
<title>Why is WebAssembly interesting?</title>
<id>https://www.russellduhon.com/post/why-webassembly/</id>
<link href="https://www.russellduhon.com/post/why-webassembly/"/>
<updated>2023-11-15T13:20:00-08:00</updated>
<summary>What are the strategically interesting things that WebAssembly makes feasible? Oh, and what does it have to do with Python?</summary>
</entry>
<entry>
<title>Quick Tip for Static Perseus Websites</title>
<id>https://www.russellduhon.com/post/static-perseus-tip/</id>
<link href="https://www.russellduhon.com/post/static-perseus-tip/"/>
<updated>2023-11-02T12:50:00-08:00</updated>
<summary>Using main_export and the right CLI commands for static Perseus.</summary>
</entry>
<entry>
<title>Writing a Static Site with Rust and Perseus</title>
<id>https://www.russellduhon.com/post/static-site-rust-perseus/</id>
<link href="https://www.russellduhon.com/post/static-site-rust-perseus/"/>
<updated>2023-11-02T11:30:00-08:00</updated>
<summary>The basics of defining pages, making templates, and filling them with data, all using Rust that gets turned into WebAssembly.</summary>
</entry>
<entry>
<title>Property-based Testing from Scratch (in Python)</title>
<id>https://www.russellduhon.com/post/property-based-testing-from-scratch/</id>
<link href="https://www.russellduhon.com/post/property-based-testing-from-scratch/"/>
<updated>2018-02-13T12:12:12-08:00</updated>
<summary>Writing a property-based test with no framework to understand how they work, and how they&apos;re useful for general application programming.</summary>
</entry>
<entry>
<title>Muddled (Property-based) Tests</title>
<id>https://www.russellduhon.com/post/muddled-property-based-tests/</id>
<link href="https://www.russellduhon.com/post/muddled-property-based-tests/"/>
<updated>2018-02-09T12:12:12-08:00</updated>
<summary>Writing really really good tests for a real world data transformation problem.</summary>
</entry>
<entry>
<title>Messily Thinking Pythonically</title>
<id>https://www.russellduhon.com/post/messily-thinking-pythonically/</id>
<link href="https://www.russellduhon.com/post/messily-thinking-pythonically/"/>
<updated>2018-02-02T12:12:12-08:00</updated>
<summary>I attempt to narrate my thought process solving a data transformation problem.</summary>
</entry>
</feed>
