CodeDelphiNews

Harnessing the power of the Web with Delphi & HTMX - Part 2

In Part 1 of this series, we explored a simple demonstration of a web application running with Delphi code inside a WebBroker application, and using HTMX as a kind of middle-man. In this article we are going to further improve the demo, by making it look modern and up-to-date with just a few changes. If you haven’t read the prior article, I highly recommend you to do so, because you will need…
Read more
CodeDelphiRAD StudioTech Partner

This Is How To Use The Factory Method Pattern in Delphi

Do you want to know what the Factory Method Pattern is and what it can do for you? When you are writing simple or complex applications, you might need to create multiple classes inheriting the same class or implementing the same interface. This is easier when we have a small number of classes at the same level of inheritance. However, even with the best app builder software, when more and more…
Read more
CodeDelphiRAD Studio

How To Build A Powerful App For Live News And More

Would you like to enhance your application with news data from thousands of international news publishers and blogs, updated as often as every single minute? Wouldn’t it be nice to have a FREE, Simple REST API for Live News & Blog Articles? In this article, we will see how fast and easy it is to use IDE software and Delphi to create a FireMonkey multi-device application using the…
Read more