A guided tour of the official ExeWatch Samples repository: runnable projects that show error tracking, breadcrumbs, timings, nested traces and metrics for Delphi (VCL, FMX, Android, WebBroker, DMVCFramework), .NET, JavaScript, plus C++Builder, MSVC and Python through the native DLL. What each sample teaches and when to reach for it.
ExeWatch 1.35 introduces Nested Timing Traces: a profiler-style tree of nested timings, reconstructed at read time from individual spans. A uniform StartTrace/EndTrace API across every SDK (Delphi, .NET, Python, JavaScript and the DLL for C++Builder/MSVC), two visualizations — the single-trace waterfall and the aggregated Calling-Context-Tree — and full backward compatibility with your existing flat timings.
Lehman's laws of software evolution, explained: all eight laws with practical examples and real-world scenarios, plus why they bend for open-source projects like the Linux kernel.
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.
La versione 3.0 di 'Lean Thinking per Sviluppatori Software Impegnati' introduce un capitolo dedicato agli agenti AI, nuove tabelle comparative, metriche DORA e diagrammi rivisti. Quando il costo di scrivere codice scende a zero, la disciplina del valore diventa più critica, non meno.
How to use TemplatePro template inheritance: extends, block, inherited, and multi-level inheritance A←B←C. With real examples from a consulting session on a DMVCFramework + HTMX app.
ExeWatch 1.30 brings native support for C++Builder, Microsoft Visual C++ and Delphi versions from 4 to XE7 via a new DLL-based SDK, plus global tags inherited on every log, per-customer alert filtering and the WaitForSending API to explicitly wait for queued logs to be shipped.
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.
LoggerPro 2.1 is out: JSON configuration without recompiling, first-class ExeWatch cloud observability, a spec-compliant LogFmt renderer, a browser-ready HTML log viewer, FileBySource for per-tenant logs, UTF-8 console for Docker, DLL-safe init, ElasticSearch authentication. Apache 2.0, Delphi 10.2 to 13 Florence.