DelphiDeveloper InterviewsInterviewNews

What Is It Like To Be A Developer Joe C. Hecht?

Hello. This article is part of a series where we speak with professional software developers who use Windows app development tools, ask them what it’s like to write code for a living, and perhaps gain a few insights into the software development industry along the way. Today we’re talking to Joe C. Hecht also very well known as “TJoe”. Joe is now tapping out code in the humid heights of…
Read more
DelphiNews

How to Prepare For RAD Studio 11

The RAD Studio 11 release date is fast approaching, and with its support for high DPI screens, a vastly improved user experience and new features for rapid app development, it’s going to change the game for Delphi and C++ developers.  Are you and your team ready for the…
CodeDelphiRAD Studio

Everything You Need To Build A Website Scraping App

The ScrapeStack API was built to offer a simple REST API interface for scraping web pages at scale without having to programmatically deal with geolocations, IP blocks or CAPTCHAs. The API supports a series of features essential to web scraping, such as JavaScript rendering, custom HTTP headers, various geo-targets, POST/PUT requests and an option to use premium residential proxies instead of…
Read more
DelphiNews

Desktops Are An Unmatched Productivity Powerhouse

Mobile apps are popular, but with the global pandemic disrupting workplaces worldwide, desktop devices will bring the office to you starting this week. Microsoft has reported that over 1.3 billion devices are running Windows 10, and the company is working on releasing…
DelphiDeveloper InterviewsInterviewNews

What Is It Like To Be A Developer Sunil Kumar Arora?

Hello. This article is part of a new series where we speak with professional software developers who useWindows app development tools, ask them what it’s like to write code for a living, and perhaps gain a few insights into the software development industry along the way. Today we’re talking to Sunil Kumar Arora also known as “Digitiger”. Sunil is a based in Shillong…
Read more
C++Delphi

How To Use A C++ DLL In Any Delphi Program

There is a glorious wealth of useful C++ libraries available on the internet. We have featured many great uses of C++ here on this blog too. C++ is typically extremely high performance. If we can have the source code of the C++ library, we can create a package that will…
DelphiRAD Studio

How To Create A Cross-Platform News App With Delphi

In this post, I will demonstrate how to create a news application with Delphi FireMonkey. We will integrate one of the market-leading news RESTful web services into our Delphi cross-platform application. MediaStack API – is a free and simple REST API for live news and blog articles. This service is platform agnostic and can be utilized with any Windows App Development tools quickly. In…
Read more