CodeDatabaseDelphiIDEInterBaseRAD Studio

The Long and Winding Road To Today's Delphi - Happy 29th Birthday !

The Long and Winding Road To Delphi’s 29th Birthday This blog post contains a quick look at 29+ years of development, innovation, community and fun with Delphi. It Started with Pascal In order to get to today’s 29th year of Delphi, we have to start back in 1970 with the creation of the Pascal programming language by Niklaus Wirth (1984 ACM Turing Award Laureate) and his team at…
Read more
RAD Studio

The Top 5 Reasons To Use RAD Studio For Cross Platform Apps

Are you a developer looking to build apps faster with less coding involved? Do you want to use your code to create cross platform apps which work on Windows, macOS, Linux, iOS and Android? Do you also wish to increase the efficiency of developing large projects and extended…
How-To'sInterBaseNewsRAD Studio

Using FireDAC Connection Pooling with RAD Server

Connection Pooling Meaning A connection pool is a cache of database connections maintained so that the connections can be reused when future requests to the database are required. Connection pools are used to enhance the performance of executing commands on a database. Opening and maintaining a database connection for each user, especially requests made to a dynamic database-driven application, is…
Read more
C++DatabaseDelphiIDEInterBaseRAD Studio

A Cornucopia of Tools To Leverage

Delphi and C++ developers have a wide spectrum of available tools to help build solutions for their companies and customers. Beyond just the compiler, IDE, components and libraries, Embarcadero and Idera provide tools you can leverage to get development done faster and with higher quality. Here is a quick rundown of all of the tools. Developer Tools Delphi and C++Builder (Professional…
Read more
InterBaseRAD Studio

How To Deploy RAD Server With An InterBase DB To Docker

Docker enables you to simplify the deployment process effectively. It allows you to quickly deploy and scale applications into any environment. It is widely being used by development teams around the world. In this blog post, you will get an overview of docker deployment using RAD Server Engine, InterBase database, and PAServer. Let’s dive in. What is Docker? Docker is a tool that enables…
Read more