Latest Posts
-
Running your own coding assistants with Ollama
November 7, 2025
AI coding assistants help developers to write code faster, and sometimes they can also be used by developers as a rubber duck programming tool. It has to be noted that these AI tools do hallucinate an...
-
Understanding Dependency Managers, Containers and Bundling
November 6, 2025
Modern software systems rely on multiple tools to manage source code, dependencies, builds, and deployments. This post discusses how these fit together. Modern software systems are rarely built from s...