CodeDelphiTech Partner

What Are The Mistakes We Made In Creating Delphi Objects?

Practically every developer, even a newcomer in programming, can create and destroy objects correctly. A classic construction that is used in the majority of programs looks the following way: MyObject:= TMyClass.Create(); try {some code…} finally MyObject.Free; end; Yet, some time ago, there were a lot of discussions where to place object creation: before an exception handler or within…
Read more
C++Delphi

Developer and Development News - Sunday, November 14, 2021

I’ve built a C++Builder app that pulls development related news and posts from more than 50 developer focused RSS news feeds. From time to time, I’ll highlight some of the articles that piqued my interest. Beautiful C++: 30 Core Guidelines for Writing Clean, Safe, and Fast Code–Kate GregoryIncludes explanations of 30 guidelines along with plenty of examples, the occasional…
Read more
DelphiHow-To'sPython

Top 10 How-To’s: Delphi & Python

What would it be like to create tools that integrate Delphi with Python (including building Python GUI apps)? How much fun would it be to allow Delphi to execute Python code and call Python libraries, and allow Python to call modules in Delphi and interact with Delphi code…
DelphiEventNewsRAD Studio

Join The DelphiCon2021 Referral Program to Win Amazing Prizes, Including a Mac Mini!

DelphiCon is On! The world’s biggest annual online conference on, in and around Delphi is just a week away! DelphiCon 2021 is open, free, and loaded with incredible content and amazing prizes and giveaways. If you want to know just how hot Delphi is right now, this is an unmissable event! Here at Embarcadero we want to make this year’s DelphiCon the biggest ever, and to achieve that we…
Read more
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…
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