Have an amazing solution built in RAD Studio? Let us know. Looking for discounts? Visit our Special Offers page!
News

Using TRESTRequestDataSetAdapter to update data via a RESTful Server API

RAD Studio 11 saw the introduction of the TRESTRequestDataSetAdapter, a component that can read data from a TDataSet and convert it to JSON ready to send back to a remote RESTful API. Before I talk more about how to use it, I want to recap how REST URL/APIs work. REST APIs and VERBS REST APIs are typically created to use the different HTML verbs (POST, GET, PUT, PATCH, and DELETE) to define the…
Read more
Code

The Pros and Cons of Python For Absolute Beginners

Python is one of the most popular programming languages in the world. Everyone loves to use it. Python has a very simple syntax, which makes it a great choice for beginners. That’s why most universities teach Python as an introductory language. However, there are some limitations, including high memory usage. Is it really suitable for newbies? What are the pros and cons of Python for absolute…
Read more
C++CodeIDERAD Studio

This Is How To Compile C++ To Develop Windows Software

C++ is subjectively the World’s most powerful programming language and consistently one of top four most popular programming languages. Thanks to its huge range of ready-made variables, functions, methods, namespaces, and libraries it’s the do-anything toolkit that can be used for everything from regular simple apps to low-level operating system drivers, IoT hardware driving, and everything in…
Read more
C++CodeDatabaseDelphiIDERAD Studio

8 Go-To Resources About Development On Windows

Alvin Toffler once wrote: “The illiterate of the 21st century will not be those who cannot read and write, but those who cannot learn, unlearn and relearn.” Ironically, we are in the 21st century, and Windows software development is not an exception. This perpetual process of learning and unlearning can be tedious without proper resources. Fortunately, tons of free and premium…
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…

IN THE ARTICLES