C++CodeDatabaseIDEInterBaseRAD Studio

Building a C++ VCL Customer/Sales Master/Detail/Charting Application with 1 Line of Code

You may have read or heard about No Code and Low Code application development using systems, languages and run times. Atanas Popov, GM of Embarcadero Technology, recently blogged about low code development. “These days low-code development is en vogue. Various research groups, such as Gartner, put the low-code application development platform market at ~$10M billion in 2019 and project CAGR to…
Read more
DelphiNews

RAD Studio with Delphi - The Original Low Code!

These days low-code development is en vogue. Various research groups, such as Gartner, put the low-code application development platform market at ~$10M billion in 2019 and project CAGR to be greater than 20% from 2020 to 2027. In contrast, the market for developer tools has…
DelphiShowcase

KisKis The Crazy Social Network For Android And iOS In Delphi

KisKis is a mobile social network built in Delphi FireMonkey . Available in both the Android and iOS app stores, it exemplifies what FireMonkey is capable of. KisKis is free to download and use, but they do advertise a premium service. KisKis runs at 60 frames per second on both mobile (Android, iOS) and desktop (Windows, macOS) platforms, even with thousands of profiles loaded. It was named one…
Read more
C++CodeDelphi

Benchmarking Memory Managers BigBrain 2020 vs. FastMM5

Looking to upgrade the memory manager in Embarcadero Dev C++ I investigated a number of memory manages including FastMM4-AVX. The second memory manager I looked at is called BigBrain 2020 and it looks to have significant performance improvements in some areas. There is a comprehensive blog post by the creator of BigBrain 2020 which compares performance between BigBrain 2020 and FastMM5 (and TC…
Read more
C++DelphiTech Partner

High-Performance Secure Data Abstract for Delphi on Windows and iOS

Data Abstract provides Delphi with powerful and flexible multi-tier database access. Your client apps should be shielded from differences in database types and structure. In the middle tier, enforce business logic and security. You have complete control over how data is accessed and modified on the server tier, ensuring that client applications cannot circumvent your rules or leave data in an…
Read more