Market trend data clearly shows that mobile is now the dominant platform for end-user engagement, with Android being the market’s largest platform today. As a result, having a mobile strategy in place as part of a comprehensive software vision is more important than ever.
When looking to develop a mobile application, a number of key considerations come into play, (Covered in the White Paper…
5 Ways To Use Computer Vision In Your Windows Apps
June 4, 2021
In this article, you’ll learn why you should use Python for computer vision, how to use the Python Windows GUI Builder for GUI features and functionalities, how to use Python libraries to perform Computer Vision Tasks, the results, and much more.
What is Computer…
Data ETL: Adding Custom LiveBindings To Your Apps
May 31, 2021
In the recent Data ETL focused TCoffeeAndCode episode there was some excellent discussion around the use of FireDAC to extract and manipulate data in various ways. In this article, you’ll get through what Data ETL is, what is LiveBindings, using Live Bindings with an IDE…
WebSockets are gaining traction as more browsers, including those for mobile devices, support them. This article introduces WebSockets briefly and creates a chat app using a Websockets component for Delphi, a Windows Program Development, provided by Delphi component provider Esegece.
What are Websockets?
The WebSockets protocol allows the creation of a client-server communication channel…
Do you have trouble collecting massive datasets in your apps? In this article, you’ll learn what web scraping is, how it is done, and how to use lightweight Python IDE windows tools for web scraping, web scraping results using Python4Delphi, and many more.
What is…
Stack Overflow is one of the most-used help desks on the internet that helps developers and technologists write scripts, examples, or solutions. Their public platform serves 100 million people every month, making it one of the 50 most popular websites in the world. Their…
How do I start using Natural Language Processing in Windows?
Natural language processing (NLP) is a subfield of Linguistics, Computer Science, and Artificial Intelligence which concerned with the interactions between computers and human language, in particular, how to program computers to process and analyze large amounts of natural language data, or teaching machines how to understand human…
The great thing about Delphi is that it makes the tough jobs really easy. For instance, take the task of controlling cloud servers. By using Windows App development tools like RAD Studio Delphi’s cross-platform Firemonkey FMX framework, you can actually EASILY write a…
Machine Learning: 5 Ways To Use ML in your Windows Apps
April 27, 2021
How do I start using Machine Learning in Windows?
Machine learning isn’t just for the cloud, or run locally in a web browser or command prompt. Microsoft is bringing it to PCs in the latest Windows 10 release. For example, Microsoft provides Python’s WinRT to create…
Add STOMP to your apps for lightweight real-time streaming
April 25, 2021
STOMP is a publish/subscribe messaging protocol that allows for very lightweight communications between almost any mixture of programming languages, operating system platforms, and “message brokers”. This article goes into detail about what STOMP is, why you would want to use it, some quick-start hints to get you up and running, and a fully working example of using STOMP in your IDE Software…