News

Eugene Kryukov, 'Father of FireMonkey', and incredibly talented developer

We are profoundly sorry to say that we have been told of the recent sudden death of the extraordinarily talented Eugene Kryukov. Eugene was very well known and respected in the Delphi community at all levels. Often, being asked to enumerate the achievements of a developer in such a short lifetime of coding can be straight-forward – but Eugene was so utterly prolific and operated at such a…
Read more
Delphi

How To Use OpenAI To Add Realistic Text-To-Speech To Your Apps

Do you want to use OpenAI to make your cross-platform apps generate realistic speech from text? Read all about how to do this in this article from Tech Partner Softacom. Overview Of How To Use OpenAI To Add Realistic Text-To-Speech To Your Apps Modern artificial intelligence-based services enable speech generation and speech-to-text conversion. Moreover, they support a wide range of…
Read more
C++DelphiFireMonkeyIDEModernizationRAD StudioWebinar

The Fundamental Secrets Of Good UI Design - Webinar Replay

Our recent series of webinars continued this past week with a look at how ridiculously fast and easy it is to create cross-platform apps with RAD Studio. You can very quickly design apps with RAD Studio which are powerful, modern, with rock-solid reliability – Delphi apps, for example, are notorious for just working with absolutely no dependencies and will happily continue operating even…
Read more
C++Code

A Complete Guide To The List Of Features In C++ 11

C++ is one of the most powerful programming languages and it is being improved by every new C++ standard. The “Modern C++” term started with the release of the C++11 standards, and then the C++14, C++17, and C++20 standards followed. In the future C++23 is on the horizon…
Delphi

How To Use The Firebase API To Add, Read, and Delete Data In A Realtime Document-Oriented Database

Currently, the use of a remote database for storing various types of data (such as product and user information for an online store, patient details in a clinic, etc.) is highly relevant. Also, more and more developers want to create cross platform apps to access the data on device targets such as Windows, macOS, iOS, and Android. For this purpose, both traditional relational databases and…
Read more