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

How To Make An App To Convert IP to Geolocation

Wouldn’t it be nice to know where your customers access your website from and customize user experiences based on IP?! ipstack offers a powerful, real-time IP to geolocation API capable of looking up accurate location data and assessing security threats originating from risky IP addresses. Results are delivered within milliseconds in JSON or XML format. Using the ipstack API you will be able to…
Read more
CodeNews

Why You Should Definitely Write Less Code This Year

It is essential to recognize when not to write code. We developers comprehend, when the code increases in a project, things lead to getting more dangerous. If you crave to restrict your code from becoming more acute, to atrophy, it requires to be maintained most of the…
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…
Delphi

Protect Your App With This Free Anti-Hacking Tool In 2021

Hackers around the world are using advanced tools to abuse your source code. They can extract sensitive information from your application and cause major financial damage. As a result, obfuscating your Delphi program can be critical. It will make it extremely difficult for hackers to analyze the code. As a result, they cannot abuse or add malicious functions to your application. In this post, you…
Read more
C++Code

The Top 6 Picks From Last Week On LearnCPlusPlus.org

Hello Dear C++ Developers, LearnCPlusPlus.org is the ultimate place to learn how to use the powerful Modern C++ language in easy steps. We try to use the latest RAD Studio, C++ Builder versions (10.4.2) to test the modern ways in CLANG C++ Standards. Because of CLANG…
DelphiRAD Studio

How To Add IP Address Intelligence Services To Your Apps

Have you ever wanted your apps to have the power to examine an IP address and then find out everything you possibly could about it, such as what time zone is local to the IP, what currency they use, or what internet service provider is used? This capability is called IP address intelligence and it can add a powerfully rich package of knowledge to your applications allowing you to customize how you…
Read more