C++DelphiNewsRAD ServerWhitepaper

Announcing the new updated RAD Server Technical Guide

Back in 2019, David I wrote a fantastic guide to RAD Server that has been very popular in helping developers develop new, and migrate older systems towards a RESTful architecture. There have been a number of updates to RAD Server since the guide was originally launched, including a number of new components that have simplified and made RAD Server even more RAD!  We have also had a lot of…
Read more
News

Delphi Supports Android API 33 Via Yukon Beta

If you are building Android apps distributed via Google Play Store, you might have received an email from Google indicating the requirement to use Android API Level 33 as the target for all new apps published starting August 31st. The official communication is here. RAD Studio 11.3, the current shipping version, does not offer the support for API level 33. Tech tip: It is technically possible to…
Read more
DelphiFireMonkeyIDEProductivity

Harness The Power Of AI With CodeDroidAI For Delphi

In the ever-evolving landscape of software development, automation tools that increase efficiency have always been a golden grail. And with the rise of powerful AI models like ChatGPT, Llama 2, and Vicuna-13b, the dream of instant code generation and form creation is close to reality. CodeDroidAI is desktop client for Delphi and C++Builder developers that allows you to generate Object Pascal and…
Read more
C++RAD Studio

How To Use A Move Constructor In Modern C++

Hello everyone. With the C++11 standards, the move constructor allows you to move the resources from one object to another object without copying them. In this post we have gathered together some recent C++ articles from LearnCPlusPlus.org about Move Constructors. All of…
C++RAD Studio

What Are The Rules Of Modern C++?

Hello developers, actually there are no rules! 😁 You have a broad freedom in C++. If your C++ app is running well and performing its functions well then, you’re doing good. For me, I think this is the main rule of developing applications, “develop C++ apps running perfectly that help people and the world“. In professional programming, you strive to create better…
Read more