Presenters: Jim McKeeth, Kyle Wheeler, Kiriakos Vlahos
Join Mister PyScripter himself, Kiriakos Vlahos, along with Embarcadero General Manager Kyle Wheeler, and developer advocate Jim McKeeth for this exciting and informative webinar. Start with the basics of working with…
Presenter(s): Jim McKeeth and Guests
Grab your favorite beverage and join Jim McKeeth and guests for TCoffeeAndCode, a two-hour informal discussion around the hottest topics in software development. The topic for this installment is “Real-Time Streaming & Message…
From Bindings List to Visual LiveBindings
June 17, 2021
Having looked into Delphi’s expression engine, component bindings, and the bindings list component, we can now look at the easy and intuitive way to configure an application with dynamic bindings, the Visual LiveBindings design surface.
Over the past few weeks, I blogged about Delphi’s expression engine, binding expressions and component, and the bindings list component. Now it is…
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 /…
Whenever we try to represent The Earth we tend to use globes. The planet we live on is spherical, right? A flat stretch of sidewalk is… flat, isn’t it? Well, no, actually, it’s very far from flat. If you get down to the nitty gritty (literally, gritty)…
Learn To Build A Powerful WhatsApp Chatbot With Twilio
June 15, 2021
Chatbots have managed to save huge amounts of time and money for the customer service industry. Increasingly, companies are creating chatbots using well-known and widely-used social media and communication apps, which have expanded their platforms to offer services specifically targeted at this kind of market. An example is WhatsApp and their WhatsApp Business API. In this post, we will create a…
Ultimate Hockey Playview Application Is Delphi Powered
June 15, 2021
Hockey is an immensely popular sport in North America, both in the USA and with Canada their Northern neighbors. Just to be clear for our British and European readers, in this article we are referring to the form of hockey played on ice-rinks, not the version played on…
How Easy Is It To Add A REST API To Your Own Apps?
June 14, 2021
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…
I remember being taught Prime Numbers at school. I’m sure you, like me, were told “a prime number can only be divided by itself and one“. It was a lot to take in at that early age when we were all still learning how to tie shoelaces so they stayed tied and questioning why we had to eat our vegetables instead of just surviving on ice cream.
How do you make Prime Numbers…