CodeDelphiNews

Managing Delphi Expressions via a Bindings List component

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…
Read more
C++CodeDelphiRAD Studio

MQTT: How Do I Write An App To Communicate With IOT Devices?

We can easily write apps that communicate with IoT devices when we combine MQTT with Windows App Development like Delphi. Follow along with us now as Bruno Mileto tells us how to do it. IoT – the unseen world Internet of Things, or IoT, is a concept that defines the connection between physical objects with the user and the internet. It makes use of intelligent sensors, in addition to…
Read more
CodeDelphiNews

Low Code App Wizard for Delphi

Low code app development is increasingly popular today, and for good reason: it speaks to the demand for software paired with the difficulty of creating it. In many ways, Delphi led the low code revolution: RAD, where you build software by connecting components in a visual…
CodeDelphiRAD StudioTech Partner

Have You Made Your Application Server HTTP/2 Ready?

In early 2015,HTTP/2was introduced as the new standard byIESG. This standard makes your application faster, simpler, and more robust. In this article, we take you through the differences between HTTP/1 and HTTP/2, the benefits, using HTTP/1 and HTTP/2 with windows tools for developers and some key terms. Why should I use HTTP/2? Converting from using HTTP/1 to HTTP/2 brings…
Read more
CodeDelphiRAD Studio

Powerful Advanced Scientific Computing - it's easy!

In this article, you’ll learn what scientific computing is, why we use python for scientific computing, and how to use python windows GUI builder with scientific computing libraries, the results, and many more. What is Scientific Computing? According to Golub and Ortega in 1992, Scientific Computing is the collection of tools, techniques, and theories required to solve mathematical models…
Read more