WinInspector 2.2 Released: Global Hotkey, Color Picker, and Inspection History
WinInspector 2.2 is out: freeze any inspection with Ctrl+F12, pick pixel colors in real time, keep a history of 50 windows and copy the details in one click.
WinInspector 2.2 is out: freeze any inspection with Ctrl+F12, pick pixel colors in real time, keep a history of 50 windows and copy the details in one click.
htmx and HTML-first frameworks against the SPA default: JavaScript bloat, performance data, HATEOAS, SEO, and the cases where an SPA is still the right tool.
Master JSON in Delphi: TJSONObject, object serialization with REST.Json, the ISO 8601 date trap, and System.JSON benchmarked against JsonDataObjects on 14 MB.
Anomaly detection in Delphi with an open source library: Three Sigma, Sliding Window, EMA, Adaptive, Isolation Forest, DBSCAN and LOF. Which one fits your data?
Graphviz DOT language guide for developers: attributes, layout engines, overlap fixes, color schemes and 27 copy-paste templates for flowcharts and ER diagrams.
DelphiMVCFramework now supports WebSocket (RFC 6455) on server and client. What can a Delphi app do with it? Live dashboards, groups, IoT, and the event API.
WinInspector 2.1 for Delphi and C++Builder developers: VCL component inspector, full window hierarchy, DLL inspector with WOW64 handling, auto-pause and tabs.
PostgreSQL 18 changes how it reads from disk. What do async I/O, UUIDv7, virtual generated columns and temporal constraints mean for Delphi and DMVC developers?
DelphiMVCFramework adds the Repository Pattern with IMVCRepository<T>. How do dependency injection, custom methods and transactions work, and how do you migrate?
DMVCFramework .env files now compute values with $[expression]. What goes inside one: math, built-in functions, booleans, values derived from other keys?