Become a member!

· 2 min read Also available in:ITES

WinInspector 2.2 introduces new usability features: global hotkey freeze (Ctrl+F12), real-time color picker, inspection history, and clipboard export. Free download available.

Announcements Tools Delphi

· 18 min read Also available in:ITES

After years of Single Page Application dominance, more and more teams are rediscovering the power of the HTML-first approach. With htmx and other server-driven frameworks, we return to the simplicity of the original web without sacrificing modern interactivity. Let's explore why this paradigm is winning over developers and companies.

Web Development

· 24 min read Also available in:ITES

Master JSON in Delphi with TJSONObject and TJSONArray. Complete tutorial with 15+ compilable examples: parsing, creating, modifying JSON, REST API integration, and configuration file management. Compatible with Delphi XE7 through Delphi 13 Florence.

Delphi Programming JSON

· 18 min read Also available in:ITES

Learn how to implement anomaly detection in your business applications with a complete, ready-to-use Delphi library. 7 anomaly detection algorithms: Three Sigma, Sliding Window, EMA, Adaptive, Isolation Forest, DBSCAN and LOF for fraud, errors and failures.

AI & Algorithms Delphi Security

· 48 min read Also available in:ITES

Create professional diagrams with code in 5 minutes. Complete Graphviz DOT tutorial with 20+ copy-paste examples: flowcharts, architecture diagrams, ER models, state machines. Versionable, automatable, beautiful.

Tools & Utilities

· 6 min read Also available in:ITES

DelphiMVCFramework introduces full support for WebSocket (RFC 6455), bringing bidirectional real-time communication to Delphi applications. Discover practical use cases for developers: chat, live dashboards, push notifications, IoT and much more. Both client and server implementation with ready-to-use examples.

DMVCFramework Delphi Web Development

· 7 min read Also available in:ITES

WinInspector 2.1 introduces advanced features for Delphi and C++Builder developers: VCL Component Inspector for runtime analysis, complete DLL/Library Inspector with WOW64 bypass, intelligent auto-pause for in-depth analysis, and robust error handling. A professional tool for Windows developers.

Delphi Open Source Tools & Utilities Windows

· 14 min read Also available in:ITES

In-depth analysis of PostgreSQL 18: Asynchronous I/O with 2-3x better performance, UUIDv7 for efficient primary keys, virtual generated columns, temporal constraints and much more. Complete guide with practical examples for Delphi and DelphiMVCFramework developers.

Databases Performance

· 8 min read Also available in:ITES

DelphiMVCFramework introduces native support for the Repository Pattern, enabling better separation of concerns, testability, and dependency injection in your REST APIs. Learn how to use IMVCRepository<T> with practical examples.

DMVCFramework Delphi Design Patterns Web Development

· 4 min read Also available in:ITES

DMVCFramework introduces support for dynamic expressions in .env files through the $[expression] syntax, enabling mathematical calculations, logical operations, and string manipulation directly in configurations.

Configuration DMVCFramework Delphi