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…
Powerful Advanced Hashing Library For Delphi Windows Development
January 8, 2021
Delphi has its hashing unit which helps you to hash with a number of different hashes including MD5, Bob Jenkins, SHA1, and SHA 2 (SHA224, SHA256, SHA384, SHA512, SHA512_224, SHA512_256). But, if you need some other hashing algorithms for your project you can use a free…
Easily Access System BIOS Information From Windows With Delphi
January 7, 2021
Have you ever tried using registration keys to secure your application? If so, you’ve used various methods to accomplish this, such as generating a registration key based on the device’s serial number or something similar.
Or have you attempted to obtain all…
Enterprise Ready Localization Tool For Delphi VCL And FireMonkey
January 7, 2021
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…
In the last few years, several web frameworks developed with Delphi programming language. And most of them are available as open-source and free to utilize. The best part is these web frameworks & libraries are active in development by Delphi developers from around the…
OpenCV is a cross-platform library that can be utilized to develop real-time computer vision applications. It principally concentrates on image processing, video capturing, and analysis.
The best part is there is the Delphi-OpenCV library for Delphi developers.
Free Source Code: RAD Server Field Services Industry REST API Template Solution For Your Business
January 5, 2021
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…
When you become friends with RAD Studio and RAD Server, you will have a superpower and, you become a 10X engineer because with RAD Server you can easily create complex and scalable services-based applications with high productivity.
With the power of RAD Server, you…
Easily Create Stunning Responsive Apps With Third Party FMXUI Library For Delphi FireMonkey
January 4, 2021
With the power of the Delphi programming language and the cross-platform FireMonkey framework, dozens of Delphi developers have created their own custom FireMonkey UI components to accomplish their goals, for instance, the TBadgeView component which helps to make unread…
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…