Have an amazing solution built in RAD Studio? Let us know. Looking for discounts? Visit our Special Offers page!
C++Code

5 Ways To Expand Your Modern C++ Knowledge This Week

Hello C++ Developers, LearnCPlusPlus.org is packed full of great articles on new modern C++ topics for the professionals and beginners. In this article we point you toward some recent great posts aboutcreating new FMX Componentsby using theNew Component Wizard, usingunique_ptr Smart Pointer, usinga smart pointer with linked lists,vector definition…
Read more
News

Native Windows is Back to Center Stage

With the demise of UWP, native development has reclaimed its place as the primary Windows development model after 20 years (given we had .NET in between). Delphi excels at native programming, so this is fantastic news for us. Several announcements from Microsoft in recent…
DelphiRAD Studio

How To Build a Digit Classifier In Tensorflow

MNIST – Modified National Institute of Standards and Technology is the crucible of a comprehensive computer vision database. Since its release in 1999, MNIST’s classic dataset of handwritten pictures has been accepted as the foundation for benchmarking classification algorithms. Image source: researchgate.net Most of the time, learners start by classifying digits given by MNIST.
Read more
News

My November Conferences: EKON 25 and DelphiCon 2021

Over the next two weeks, I’m presenting at two different conferences: EKON 25, in-person in Dusseldorf, Germany, and DelphiCon 2021, Embarcadero largest yearly online event. EKON 25 The EKON conference in Germany is likely the longest running Delphi focused event…
DelphiRAD Studio

Everything You Need To Know About Blockchain

Blockchain is a term utilized to represent distributed ledger technology. Blockchain is used to build a storage system for data in a distributed and immutable mode. So there are key features we need to mention. Immutability– this means that once data is written to a blockchain data storage or ledger, it cannot be changed – so it’s there forever. For instance, in a…
Read more
News

RAD Studio 11 Alexandria Patch 1 Available

Today Embarcadero released a patch for RAD Studio, Delphi, and C++Builder 11 Alexandria. The patch addresses a few relevant issues in the most recent release and is available to active update subscription customers in the GetIt Package Manager (with a matching alert showing up in the new IDE Welcome Page) or on the my.embarcadero.com download site. Installing this patch is recommended for all RAD…
Read more
DatabaseInterBaseNews

InterBase Encryption - How to Get Started?

Table of Contents IntroductionGetting Started With Interbase Encryption EngineEncrypting a Database with IBConsoleUsing the System Encryption Password parameter System Encryption Password in…

IN THE ARTICLES