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 the blog posts of 2022 drew the most interest? To compile this list we chose to leave out posts related to product releases and…
Read more
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…
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…
CodeDelphiRAD Studio

Build The Ultimate GUI For Pandas To Perform Complex Data Analysis

Did you know that you can easily use some truly excellent Python libraries to speed up your Delphi app development on Windows? These libraries are extremely simple to use and produce fantastic methods for performing complex and extremely useful data analysis. It’s one of the areas in which Python is particularly strong. Adding Python to your Delphi code toolbox can improve your app…
Read more
C++IDERAD Studio

What Kind Of Programming Language Is C?

The C programming language is one of the most popular programming languages in use today. Over the years C has been joined by many new programming languages that introduced lots of new features such as object orientated programming yet it still is consistently placed in the…
C++CodeIDE

What Is C++ Programming?

C++ is one of the most powerful programming languages as well as being one of the world’s most popular. Using a fast and reliableC++ code editoris 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. C++ Programming requires many pre-defined variables…
Read more