I’ve been demonstrating complete, industry-ready RAD Server solutions. The Field Services Industry template, for example, includes REST endpoints to which the Field Service Admin and Field Service App connect. It stores its databases on the backend with InterBase.
Or theHospitality Industry templatethat includes a mobile client application for collecting survey data, a…
Developers spend the majority of their time debugging and troubleshooting by analyzing logs. And there are numerous logging frameworks to choose from. RAD Studio developers have several options as well. TMS Logging is one of the best logging frameworks.
What is TMS…
Alysson Cunha has been programming with Delphi since he was 13, in 2001. His showcase entry (Firecast 8) won the grand prize of the Delphi 26th Showcase Challenge and we interviewed him on everything about his winning software and how it came about. Get more information…
Easily Create Robust Cross-Platform IoT Solutions With Message Queuing Telemetry Transport (MQTT)
March 15, 2021
Most of the developers already familiar with HTTP web services. HTTP is a synchronous protocol so the client waits for the server to respond which comes at the cost of poor scalability. And synchronous communication is problematic when it comes to high load systems. Moreover, HTTP is one-way that clients cannot passively receive commands from the network.
For these causes, most…
Easily Target 5 Major Platforms With Delphi Over More Limited WPF And Electron Frameworks
March 15, 2021
How do Delphi, WPF .NET Framework, and Electron perform compared to each other, and what’s the best way to make an objective comparison? Embarcadero commissioned a whitepaper to investigate the differences between Delphi, WPF .NET Framework, and Electron for building…
FlexCel is one of the most robust and comprehensive component suites for native Excel reports and file generation using VCL and FireMonkey. It includes over 300 Excel functions for calculation. The best part is that it is a cross-platform component suite with native support…
FastReport VCL & FMX – is an add-on component that allows your application to generate reports swiftly and efficiently. FastReport gives all the essential tools to develop reports, including a visual report designer, a reporting core, and a preview window. It can be utilized in the Delphi, C++Builder, and RAD Studio environments.
Moreover, the best thing is that now FastReport FMX…
BeaconFence is a new developer proximity solution that provides GPS-free indoor and outdoor location tracking as well as events that occur as the user of the smartphone application moves within an area or zone.
BeaconFence has a mapping technology that allows you to…
RAD Studio comes with hundreds of visual and non-visual components to make developers’ life easier. But not knowing how to use them is the problem most of the time. I have seen many new VCL and FMX developers try to do something within a hard way. So, we are here for…
Data visualization is one of the essential parts of most applications. Without visual or graphical representation the data is somehow boring. With charts, diagrams and maps you can easily understand the data by just looking at it.
Creating a graphical representation of the data in Delphi is very easy because of its built-in components. For instance, the TeeChart component library has 2D and 3D…