C++CodeDelphiRAD Studio

How To Use A REST AI API The Really Difficult Way

REST AI APIs are really easy to use with RAD Studio Look, we have been spoiling you a little too much on this site. We keep showing you how few lines of code it is to call APIs on public REST servers. We showed you comparison tests which proved that the skilled Delphi developers in the test were nearly 7 times faster than some competing technologies. We’ve published a total smorgasbord of…
Read more
C++CodeDatabaseDelphiRAD Studio

TCoffeeAndCode: Data Visualization – Components, Libraries, Tools and Services

This blog post contains information, tools and links that I will discuss and demo during today’s TCoffeeAndCode webinar on Data Visualization. David I’s DataViz sample code zip file (576kb) What Inspired My Data Vizualization Journey – The Joy of Stats / GapMinder “Our mission is to fight devastating ignorance with a fact-based worldview everyone can understand.” Founded in Stockholm…
Read more
CodeDelphiIDERAD Studio

How Easy Is It To Add A REST API To Your Own Apps?

Spoiler Alert: it’s REALLY easy to add a REST API to your own Development on Windows desktop applications. Read along with us and we’ll show you exactly how easy it is! Expressjs is a fast, ‘unopinionated’ minimalist web framework for Node.js. It provides a great combination of features that make web application development fast and easy which would otherwise be much more…
Read more
C++CodeDelphi

Implementing A Blazing Fast IoT Network With MQTT

In this article, we’ll go over what IoT is, what MQTT is, how MQTT works, what MQTT entities are, how to build an MQTT message, what the rules of writing MQTT, how to implement MQTT with Windows app development tools, and much more. What is IoT? The IoT term defines the concept of internet-connected physical devices that can send and/or receive data. To exchange data easily, a protocol…
Read more