CodeDelphiRAD Studio

All You Need To Know About Using Low Code REST

REST is a type of software architecture that was designed to ensure interoperability between different Internet computer systems. Basically, the idea is that services that comply with REST architecture can more easily communicate with one another. You can integrate REST API with IDE Software for building Delphi Applications and C++ Apps. REST stands for representational state transfer and it…
Read more
News

More VCL Support for Windows 11

With the official release of Windows 11, Embarcadero has made some specific VCL styles, and I’m offering some coding helpers specific to the new version of the Microsoft desktop OS. More will come over time. After the announcement earlier this year, Microsoft officially released Windows 11 last week. Despite some issues running the new operating system on older computers due to new…
Read more
C++Code

What Are C++ Live Data Bindings, Charts And Vectors?

Hello C++ Developers, C++ Builder has a lot of specific great features for handling and linking to data as well as different ways to visualize what you’ve retrieved. You can use visual bindings on the standard components or you can use it with data components as a…
C++Code

Everything You Need To Know About Paths And Files In C++

Hello C++ Developers, We have some really great C++ posts on LearnCPlusPlus.org with examples aboutPath Manipulation Routines that can be used in your C++ Builder Windows applications or your Mobile application, games, or may help to extend your C++ knowledge by the given different methods below. If you are new to RAD Studio, we think these posts may help you much as a rapid…
Read more
C++DelphiRAD StudioTech Partner

How To Create A Super-Fast Pusher Notification App

In this article, you’ll learn what is Pusher API, its specifications, Public & Private Channel of Pusher, integrating Pusher to your IDE Software, connecting pusher network with TsgcWSAPI_Pusher component of ESEGECE, and many more. What is Pusher ? Pusher is a set of bidirectional APIs targeted at real-time communication. The main use cases for those APIs are : Real time charts…
Read more