Git Worktrees: Parallel Work Without Losing Your Mind
A practical guide to git worktrees: several working directories from one repository for hotfixes, code reviews and parallel AI-agent work, with no stashing.
A practical guide to git worktrees: several working directories from one repository for hotfixes, code reviews and parallel AI-agent work, with no stashing.
A guided tour of the ExeWatch Samples repo: runnable error tracking, breadcrumbs, timings and metrics for Delphi, .NET, JavaScript, C++Builder and Python.
ExeWatch 1.35 adds Nested Timing Traces: a profiler-style tree of nested timings via StartTrace and EndTrace, on Delphi, .NET, Python, JavaScript and C++.
Lehman's laws of software evolution explained: all eight laws, why code quietly rots, practical scenarios, and why the Linux kernel bends the growth law.
Build simple, fast REST APIs in Delphi with DMVCFramework 3.5 Minimal API: routes as anonymous methods, typed binding, per-group filters, no controller class.
Lean Thinking per Sviluppatori Software Impegnati v3.0: capitolo sugli agenti AI sulla board Kanban, tabelle comparative, metriche DORA e diagrammi rivisti.
TemplatePro template inheritance in Delphi: extends, block and inherited behave like virtual methods, with multi-level layouts and reusable partials.
ExeWatch 1.30 adds a DLL-based SDK for C++Builder, MSVC and Delphi 4 to XE7, plus global tags, per-customer alerts and the WaitForSending flush API.
With DMVCFramework you can add a real AI agent to your Delphi ERP: embedded agentic loop, man-in-the-loop by design, MCP server for external AI clients. Open source, Apache 2.0.
How to build TUI applications in Delphi using MVCFramework.Console: colored text, interactive menus, spinners, progress bars, tables, boxes, cursor control, and keyboard input. Cross-platform, zero dependencies, works on Windows and Linux.