News

Using Apilayer REST APIs from Delphi

As you might have seen online, Idera (Embarcadero parent company) recently acquired apilayer, a company offering a number of REST API micro-services, ranging from IP address geolocation to email and phone number checks, from financial information to weather and flight tracking. You can find a list of the company products at https://apilayer.com/. Each product has itw own web site, where you…
Read more
C++RAD Studio

Introduction To Modern C++ With Tutorials

Hey, beginners, new C++ Developers, or Developers who want jump into the awesome C++ Builder world. C++ Builder is the easiest and fastest C and C++ IDE for building simple or professional modern applications on the Windows, MacOS, iOS & Android operating systems. It is also easy for beginners to learn with its wide range of samples, tutorials, help files and LSP support for code. C++…
Read more
DatabaseInterBase

Importing and exporting data with IBConsole

There are several options available for migrating or importing data with InterBase databases. No matter if you are migrating and need to import data into your new database or exporting your data to use in third party systems. One of those options is IBConsole. IBConsole provides you with an easy to use format for both exporting and importing data into your IB databases. For this example, we will…
Read more