DelphiProductivityWhitepaper

Code Size Benchmark Comparison Between Delphi And Electron

Code size is a simple metric that compares the number of lines of code required to create the benchmark application in the study. The “Discovering The Best Cross-Platform Framework Through Benchmarking” whitepaper evaluates two frameworks supporting multi-platform desktop application development: Delphi and Electron. This is the fifth in a series of blog posts looking more closely at…
Read more
C++Code

How To Migrate Legacy C++ Apps To Unicode

This brief article focuses on helping you migrate your legacy C++ IDE applications to Unicode. Based on information from the Embarcadero consultants here you will find tips, tricks, and techniques to migrate legacy C++ Builder apps to a newer version. We will look at…
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
CodeDelphi

5 Ways To Improve Your Code: What You Need To Know

Over time, software development has experienced significant changes in the approach to design as well as how those designs are implemented. As the market evolved, the software industry also had to adapt to it for a better digital experience for the customers. Delphi and RAD…
CodeNews

Why You Should Definitely Write Less Code This Year

It is essential to recognize when not to write code. We developers comprehend, when the code increases in a project, things lead to getting more dangerous. If you crave to restrict your code from becoming more acute, to atrophy, it requires to be maintained most of the time. I enjoy coding. When I write code, I feel as if I’m writing a novel. However, most software development is a…
Read more
NewsWebinar

Day 1 - Learn to Code Summer Camp 2021

Check out Day 2 & Day 3 The response so far has been amazing. We have almost 7,000 students from 175 different countries registered so far, and I wouldn’t be surprised if we pass 10K before it is over. Here is a little chart breaking down the countries everyone…
C++CodeDelphi

This Is How To Protect Your Source Code from Hackers

Nowadays, hackers are using all sorts of advanced tools and technologies to access and analyze your source code. They can extract sensitive information and add malicious code to your IDE Software. Furthermore, if your application is compromised and hosts malicious code, then at best your reputation with your users is severely diminished and at worst you might even find yourself at the end of a…
Read more