.NET / WPF • Feb 27, 2015 Quick-Start Guide to Creating a Windows Installer How to successfully bundle your Windows app up into a nice executable that installs correctly.
Functional Programming • Aug 13, 2014 Haskell SDL Bindings on Windows Getting the Haskell SDK bindings running on Windows, using the SDL 1.2.
.NET / WPF • Jan 10, 2014 Discovering the Globally Active Mouse Cursor Icon in Windows This post describes a method by which a user can poll a Windows system for the currently active mouse cursor and its position.
Embedded Systems • Jan 13, 2013 Catching Exceptions and Printing Stack Traces for C on Windows, Linux, & Mac Examples on how to catch signals/exceptions with C compiled with gcc on windows and posix systems.
Artificial Intelligence • Apr 10, 2026 How to Build a HIPAA-Compliant AI Contact Center Without Exposing PHI Vendors might promise "HIPAA‑compliant AI" to deflect calls, summarize visits, and answer questions. Before you sign a contract, read this.
AI for Developers • Mar 24, 2026 How to Build a RAG App, for Beginners: Local LLMs, Ollama, and LangChain Here's a hands-on guide to building a custom app using LangChain, a RAG system, and local LLMs with Ollama — perfect for beginners.
The Software Life • Mar 21, 2026 Here’s How I’m Planning My Pumping Setup at Work Returning to work while pumping takes planning, logistics, and a supportive workplace. Here’s how I’m preparing.
C# • Mar 20, 2026 C# Finally Has First-Class CLI Scripting in .NET 10 With .NET 10, you now have no excuse not to start a collection of utility scripts that call into application code.
Extracurricular Activities • Mar 09, 2026 Unified Theming on a Wayland Desktop – In 220 Lines of Bash During the COVID-19 pandemic, I spent too much time on my computer, leading to frustration with the lack of a unified theme system.
Growing as Makers • Mar 06, 2026 How to Manage Cognitive Load as a Developer When you're juggling features, bugs, code reviews, and meetings, you're just as bottlenecked by time as you are by cognitive load.
Developer Tools • Feb 25, 2026 A User’s Guide to Microsoft’s Murky Pool of Reporting Tools Tight timeline with a desire for reporting features? Here's a user’s guide to exploring Microsoft’s murky pool of reporting tools.
Developer Tools • Feb 05, 2026 A Guide to Browser DevTools – The Network Monitor Learn how to use the browser DevTools Network tab to inspect requests, debug APIs, and analyze page performance.