News

Access to the CodeRage 2019 Playlists

CodeRage 2019 is a big departure from how we did things online in the past, and seems to be continuing to generate some confusion, so this post is an effort to clarify things. Each week there is a different topic There are multiple short videos around that topic available on YouTube (unlisted for now) When you register for the Round Table Q&A on Thursday of that week you get an email…
Read more
News

Embedding Swagger UI into RAD Server

This post is an update to the original post written previously showing Swagger UI being used with RAD Server,covering new features of RAD Server. Why Embed Swagger UI into RAD Server? Swagger UI (as previously discussed) is a great option for checking your…
News

Week of 2nd of December 2019

What’s news for the week of the 2nd of December, 2019 at Embarcadero. PDF Slides This is the first of what I hope to be a semi-regular segment covering what’s new at Embarcadero and in the community. 10.3.3 Rio Released Released on Thursday the 21st of…
C++

2019 IoT Competition - Using Delphi, C++Builder, & Visuino #IoT2019Competition

The #IoT2019Competition focuses on building a connected project using Delphi or C++Builder and Visuino. Entries must publish the code online (GitHub, BitBucket, Assembla, etc.) along with a short video (YouTube, Vimeo, Lbry, etc.) showing it in action. The project must include a microcontroller board like Arduino, Esp32, M5Stack, Teensy, or even Raspberry Pi, that connects via your chosen method…
Read more
Delphi

Getting Started with Delphi and Linux Docker Support

Over the last few years, it has become more and more common to deploy server-side solutions (and in fact any type of application) to lightweight containers rather than physical machines or virtual machines, as this allows more flexibility (also in terms of testing), a better…