Alexandr Anicimov launched his first Delphi application in 2005. His application (Laser Flash Method) was a showcase entry at the Delphi 26th Showcase Challenge and we interviewed him for an insight of his programming adventure. Go over at the Laser Flash Method website to download the application.
When did you start using RAD Studio Delphi and have long have you been using it?
My first Delphi…
LearnCPlusPLus.org :: Give Me Your Inheritance!
June 6, 2021
Hello C++ Developers,.
It’s another milestone at LearnCPlusPlus.org, we started to add posts about the basics of Artificial Intelligence Technologies. Last week had a lot of great subjects again! This week here we answer these questions,
What is Inheritance in…
As a software development company owner, you always look for ways to increase revenue. With a healthy bottom line, you can create an emergency fund to help your business survive during tough situations. Also, it can help you to expand your business. However, there is a…
C++ is a great programming language to calculate engineering problems. It is one of the best for those operations. Delphi is also a faster-compiled programming language that you can use in engineering problems. C++ compiler includes libraries designed to increase your productivity. We provide powerful and useful classes for strings, conversions, file IO, streaming, JSON, REST, and anything else…
RAD Server CRUD Procedures - Part 1
June 4, 2021
In this RAD Server CRUD Procedures – Part 1 post, we will discuss the the default generated CRUD procedure implementations from the RAD Server Package Wizard.
In the RAD Server CRUD Procedures – Part 2 post, we will discuss modifying the default generated CRUD…
Market trend data clearly shows that mobile is now the dominant platform for end-user engagement, with Android being the market’s largest platform today. As a result, having a mobile strategy in place as part of a comprehensive software vision is more important than…
After looking to binding expressions and how they can link to components, let’s move to the component aimed for managing binding expressions.
In recent blog posts I covered Delphi’s RTL core expression engine and components binding. Now we can make an additional step and look into a key component for the entire bindings architecture, called BindingsList. A binding list is a…
Developer Stories: Frits F.M. de Mul On ALGOL, Neutron Physics & His Montcarl App Suite
June 4, 2021
Frits F.M. de Mul started programming with ALGOL in 1965. He submitted his showcase entry (Montcarl Application Suite) for the Delphi 26th Showcase Challenge and we had a talk with him about his many years of programming experience. Take a look at his website for more…
5 Ways To Use Computer Vision In Your Windows Apps
June 4, 2021
In this article, you’ll learn why you should use Python for computer vision, how to use the Python Windows GUI Builder for GUI features and functionalities, how to use Python libraries to perform Computer Vision Tasks, the results, and much more.
What is Computer…
The web is basically operational using HTTP requests and responses. In this mechanism, the client always initiates the connection. There is a timeout period after which the server discards the connection. Once discarded, the client must initiate a new connection. This is OK with normal web applications, but for real-time communication, this is not enough. A system called HTTP-long polling was…