Developer InterviewsInterviewNews

What Is It Like To Be A Developer, Dr. Holger Flick?

Hello. This article is part of a new series in which we speak with professional software developers who use Windows app development tools to find out what it’s like to write code for a living and, hopefully, gain some insight into the software development industry. Today we’re talking to Dr. Holger Flick, Delphi developer since version 2, actively engaged in the community since 2004…
Read more
NewsWebinar

Day 1 - Learn to Code Summer Camp 2021

Check out Day 2 & Day 3 The response so far has been amazing. We have almost 7,000 students from 175 different countries registered so far, and I wouldn’t be surprised if we pass 10K before it is over. Here is a little chart breaking down the countries everyone…
News

Join the RAD Studio 11 "Olympus" Wallpaper Contest!

In Marco’s blog post about the Olympus beta, you learned that the next version of RAD Studio, Delphi, and C++Builder will be number 11. You also learned the code name for the beta: Olympus. I don’t know about you, but the combination of Delphi spartan helmet…
C++DelphiIDERAD Studio

My 7 Favorite Software Development Productivity Tools

There are a huge number of Windows App Development tools available on the market. However, not all of them can boost productivity effectively. So, choosing the right one can be tricky. In this post, you will find 7 of my favorite desktop software development tools. They have enabled me to enhance my productivity significantly. Let’s take a look at them. 1. Delphi Delphi is an advanced IDE…
Read more
DelphiTech Partner

Native thumbnail and preview functionality for your software: ShellBrowser Delphi Components

The pain of finding the right file Let’s be honest: Searching for files in the file explorer or on your desktop can be very annoying. Especially if you are looking for a certain picture of – let’s say – your last holiday trip to Italy. Luckily, previews are a thing for a while now! The busy software user expects your program to present him or her a little preview of the file…
Read more
CodeDelphiRAD Studio

Easily Automate The DigitalOcean API From Windows And Mobile

DigitalOcean offers a set of APIs that we can access to manage their products from our application. You can create applications that act like DigitalOcean’s Droplets Control Panel. You can access DigitalOcean’s API documentation here https://developers.digitalocean.com/documentation/v2/. One reason to utilize the DigitalOcean API is to automate your cloud server management and…
Read more