Google Cloud offers a Natural Language API which allows a developer to take unstructured text as an input and utilize Google’s machine learning capabilities to derive insight from it. They have a number of different operations that can be performed on a piece of text including syntax analysis, entity analysis, custom entity extraction, sentiment analysis, custom sentiment analysis, content…
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…
Arsene Ekpini first used Delphi in 1997 and has been working with it since. He introduced his application to (Identify Criminal With Elynceus: Developed In C++ Builder) the Delphi 26th Showcase Challenge and we spoke with him to get a better understanding of his Delphi…
Powerful Business Processes app works on all platforms
April 4, 2021
Taurec is a high-performance and powerful business processes app. Also, thanks to Delphi it works on all platforms including Windows, iOS and Android. It combines the advantages of multidimensional and relational database systems together to automate a company’s business processes.
How does this app help with business processes?
According to the developer, “It was developed for the…
Incredible Workflow Automation Mobile App For Loggers
April 3, 2021
This great Android and iOS workflow automation app allows company or third party loggers / loaders to logon to a corporate LIMS database and create loads while loading it to trucks in forest.
How does this Delphi app help with workflow automation?
According to the developer…
The "Awesome Pascal" Package Contains Amazing Delphi, FreePascal And Other Pascal Frameworks, Libraries And Resources
April 1, 2021
Easily one the best combined lists of libraries and other resources.
Awesome Pascal is open-source and available on GitHub here: https://github.com/Fr0sT-Brutal/awesome-pascal
What sort of things are included on the Awesome Pascal List?
As the official read.me…
Easy Serialization From Query To JSON
March 31, 2021
This is a set of features combined on a group of functions to help you work with JSON format, without had to write a bunch of classes and handles, perfect for people who work with integrated applications, such as web services host or client, or if your project requires NO SQL databases.
For now, it is compatible with Win32 and Win64 and from Delphi XE3 to Rio according to the official GitHub…
Enterprise-Grade Object Persistence Framework For Delphi
March 31, 2021
Last few years, there is a rise in open-source Delphi projects on GitHub. Many tech companies which utilize Delphi is publishing their code to GitHub to share their different solution for different problems in the software development business.
InstantObjects – this…
Julian Ziersch has been programming with Delphi since 1996. His showcase entry (fotoARRAY Is An Amazing Image Manager For Easier Photo Browsing And It Is Made In Delphi) was featured at the Delphi 26th Showcase Challenge. He also shared with us his amazing experiences with…
ORM For Delphi
March 25, 2021
Object Relational Mapping is the idea of being able to write queries using the object-oriented paradigm in your preferred programming language. So this means we are trying to utilize our language to talk with the database instead of using SQL.
Why utilize ORM?
It abstracts away the database system, so switching is easy.Your queries can be efficient than writing them with SQL.With ORM, you…