Dev Diary 16 Reducing hosting costs
- 26. November 2025

Costs of hosting reduced

Why our Kubernetes setup became too costly and how managed services provided a simpler, cheaper alternative.

Dev Diary 15 Static Analysis – When QA Prevents Bugs Before They Even Exist
- 8. September 2025

Static analysis – When QA prevents bugs before they even exist

The blog describes a proactive QA approach focused on clarifying acceptance criteria, aligning design with testable behavior, and decoupling features to prevent bugs before development begins.

Dev Diary 14
- 18. August 2025

Python Dockerfile with UV

Create a production-ready Dockerfile with UV, the Rust-based Python dependency manager, for fast dependency installs and reproducible builds.

Dev Diary 13
- 24. July 2025

Runtime LLM evaluation with Promptfoo & Echo

Use Promptfoo’s Echo provider and llm-rubric to evaluate LLM-generated content at runtime—without re-generating outputs. Ideal for production workflows and automated quality checks.

Dev Diary 12
- 26. June 2025

How to skip Azure login in UI tests using Playwright

Learn how to inject access tokens directly into your test session, bypass authentication screens, and build faster, more stable tests—without compromising coverage.

Dev Diary 11
- 22. May 2025

Creating Windows installer for Electron app

While packaging an Electron desktop app, some optional dependencies failed to build due to stricter error handling. The issue was addressed by adjusting the packaging configuration.