Case StudyDelphiDeveloper InterviewsShowcase

How I Risked My Professional Career And Won

A heart-warming article today from Delphi developer Matthew Kenneth Bieschke. Matt takes us through his early days working hard at a job which he enjoyed but felt ultimately unfulfilling. He describes how he quite literally stumbled upon Delphi as he was stacking the software sales shelves of a retail store. It was the beginning of a love affair with our favorite ide software which is still going…
Read more
C++CodeIDERAD Studio

What Is The Best Tool To Use To Develop C++ On Windows?

The C++ Programming language is one of the most broadly used software programming languages. It can be downloaded from a wide range of locations with versions suitable for almost every possible operating system. This means users can easily develop applications for all sorts of different platforms. It’s very hard to specifically identify which C++ IDE is the best for you, as this is mostly…
Read more
DelphiNewsWebinar

Building Microservices with Boss and Horse

Here are the slides, links, and additional resources from Building Microservices with Boss and Horse. This session was a collaboration with Vinicius Sanchez of Hashload. Hashload is an open-source community on GitHub founded by Brazilian developers that works with many programming languages (Delphi, Python, Go…); Hashload Projects Boss: Dependency Manager for Delphi applications Horse…
Read more
C++IDERAD Studio

What Is The Windows Software Development Kit?

What is a Software Development Kit? A Software Development Kit (SDK) provides the software required to build your applications for a specific target platform such as for Windows Development, macOS apps, iOS, Android or Linux. In the SDK Manager page of RAD Studio we define the details of the SDK so that the IDE can find the information that it needs to locate and use the required software…
Read more