Case StudyDelphiShowcase

How This Motorcycle Hazard Reporting Monitoring Tool Was Made

Today’s article is from Delphi developer Alessandro Negri. Alessandro talks us through his company’s development of a potentially life-saving reporting tool which links to a system that helps visualize hazards for motorcyclists. Alessandro describes what made them decide to step away from other programming solutions and choose Delphi for the project. He also explains why the success of…
Read more
C++DelphiNewsPython

The Top 10 Most-Read Blog Posts of 2022

In 2022 the Embarcadero blog had just under two million pageviews. This reaffirms the connection between Embarcadero and the Delphi community, and the strong interest our product updates and explorations of Delphi’s capabilities generate among developers. So which of…
News

Setting up Ubuntu 22.04 for Delphi 11.2 Debugging

I created a Bash script a while back for setting up Ubuntu for Delphi development, and update it for each new release. The script automatically installs all the required packages, along with PAServer. I recently updated it again due to an LLDB debugging issue.
DelphiNewsWebinar

Building Microservices with Boss and Horse

Here are the slides, links, and additional resources from Building Microservices with Boss and Horse. This session was a collaboration with Vinicius Sanchez of Hashload. Hashload is an open-source community on GitHub founded by Brazilian developers that works with many programming languages (Delphi, Python, Go…); Hashload Projects Boss: Dependency Manager for Delphi applications Horse…
Read more
Delphi

Is WPF Dead? What Is The Best Alternative?

A UI framework is an important software tool for creating software programs. For years, people have been using Windows Presentation Foundation (WPF) to create desktop client applications. Despite receiving multiple updates since its launch, based on our research, WPF seems to attract search engine queries if it still good for software development on Windows and even asking is WPF dead. Let’s…
Read more
EventNews

Embarcadero Brazil 2022

I always enjoy coming down to Brazil for their annual Embarcadero Developer Conference. Unfortunately travel restrictions moved the event virtual for the last couple years, but it was back to an in person event this year. Previous in person events had around 400 attendees…
C++CodeIDERAD Studio

A Complete Guide To Programming In C++ - Basics

C++ is one of the most powerful programming languages as well as being one of the World’s most popular. Using a fast, efficient and reliable C++ IDE is very important for beginners and professionals since it helps C++ developers in remembering which language features exist, how to use them, and even detect errors when we get it wrong. Over the course of the next few weeks, we’re going to…
Read more