C++DelphiRAD Studio

How Do I Add An Ultimate AI-Driven Chatbot To My App?

Chatbots are the unctuous umami flavoring to modern enterprise-grade apps. The AI in the chatbot is the secret sauce. What you need is the recipe. A chatbot adds that extra polish to your app if it’s appropriate to your user base and the app’s purpose. At the most fundamental level, the chatbot is simply a computer program that simulates human conversation and is used to engage with…
Read more
DelphiRAD StudioWebinar

Exploring ARM on the Desktop

In the next TCoffeeAndCode session at noon CDT on June 30th, we are taking a look at Delphi 10.4.2 on the new desktop Arm based Apple M1 CPU with both MacOS and Windows 10, with a little look at the recently announced Windows 11. I’ll be updating this post with more…
DelphiRAD Studio

Powerful Enterprise-Grade Real-Time Streaming For IoT

Did you know how easy it is with Windows App Development Tools like RAD Studio Delphi to add robust, enterprise-grade real-time streaming to and from IoT devices?  We’re going to show you how to get your apps to talk to IoT devices securely and in a robust fashion in just a few easy steps. IoT and Delphi – linking the “internet of things” IoT is very popular these…
Read more
CodeDelphiRAD Studio

Perform Ultra-Fast Time Series Analysis To Empower Your Apps

Analyzing time series can be a heavy burden for your apps. The calculations involved can vary from reasonably simple to mind-numbingly complex, and doing it the wrong way can bring even a desktop machine to its knees. We’re going to show you five different ways to perform high-performance analysis on a time series to truly add enterprise-grade power to your apps using the python windows GUI…
Read more
C++DelphiInterBaseRAD Studio

RAD Server CRUD Procedures - Part 3

In this RAD Server CRUD Procedures – Part 3 post we will show how to implement a FireMonkey (FMX) Client to call the RAD Server CRUD procedures and interact with the Employee Table. In the part 2 post, we discussed modifying the default generated CRUD procedure implementations from the RAD Server Package Wizard, to show one possible way to implement Get, GetItem, Post, Put and Delete. In the…
Read more