DelphiRAD Studio

Open Source Redis Key Value Store Client Library Available For Delphi

Delphi Redis Clientcan send all Redis commands and read the response using an internal parser. Moreover, many popular commands have specialized dedicated methods that simplify utilization. This is the Redis Client interface used to connect, send commands, and manage the Redis server. Many methods are 1-1 mapping to the Redis command with the same name (eg. SET is a map to the Redis SET…
Read more
DelphiRAD Studio

Enterprise Ready Localization Tool For Delphi VCL And FireMonkey

Soluling is a new kind of localization tool that contains all the features you need to localize your projects. With the Soluling, you can localize your VCL and FireMonkey applications. Moreover, Soluling accepts Web project types, mobile projects, resource formats, document formats, databases, and more. When you need to localize something, you regularly have a primary file. Typically…
Read more
DatabaseDelphiInterBaseRAD Studio

Free Source Code: RAD Server Field Services Industry REST API Template Solution For Your Business

You can rapidly build and deploy services-based applications withRAD Server. And you get pre-built Docker images for RAD Server on Linux available from Docker Hub. This means you can deploy your services on Azure, AWS, Google Cloud, or on-premise. There are severalindustry templatesbuilt with RAD Server and RAD Studio. One of the templates is the Field Service project…
Read more
DelphiRAD Studio

Learn How To Do Unit Testing In Delphi With The Powerful DUnitX Framework

Unit Testing is a type of software testing where specific units or segments of the software are tested. The goal is to validate that each unit of the software code executes as expected. Unit Testing is done during the development of an application by the developers. DUnitX is an open-source unit test framework based on the NUnit test framework, including some ideas from xUnit as well. The RAD…
Read more