In modern software development, even with a powerful modern IDE, if you work in a team, accept commits from contributors, or even merge modules/components from third-party providers, one of the most mind-numbing chores is reviewing the submitted code to track down any potential bugs, unwanted functionality, and to make sure it’s acceptable production quality. Earlier this week I was joined…
Sample Code For Integrating Business Analytics Powered by Yellowfin Inside Delphi Applications
January 19, 2023
If you develop applications that collect data, then it’s a pretty sure bet that the users of your application have reports that interpret that data. While there are many reporting options for Delphi/C++Builder/RAD Studio developers that allow standard reporting through…
Native Windows Development Clean Code Has A Dirty Secret
March 3, 2022
There are many benefits of using clean code for native windows development, but increased productivity might be the most important. A productive development tool will save developers time and effort. Moreover, it will also minimize system downtime and customer frustration…
The "Awesome Pascal" Package Contains Amazing Delphi, FreePascal And Other Pascal Frameworks, Libraries And Resources
April 1, 2021
Easily one the best combined lists of libraries and other resources.
Awesome Pascal is open-source and available on GitHub here: https://github.com/Fr0sT-Brutal/awesome-pascal
What sort of things are included on the Awesome Pascal List?
As the official read.me says “Note that only open-source projects are considered. Dead projects (not updated for 3 years or more) must be really…
Easy Serialization From Query To JSON
March 31, 2021
This is a set of features combined on a group of functions to help you work with JSON format, without had to write a bunch of classes and handles, perfect for people who work with integrated applications, such as web services host or client, or if your project requires NO…
Work Efficiently With Git Repositories Using GitForDelphi
March 30, 2021
GitForDelphi allows you to work with git repositories from within your Delphi code, with the only dependencies being the uGitForDelphi.pas source file and the libgit2 DLL.
It’s extremely easy to use GitForDelphi !
To set it up, just add uGitForDelphi to…
Unoffical Forums Around Delphi, C++Builder, And InterBase
August 20, 2020
There are a number of unofficial forums which are based around Embarcadero products such as Delphi, C++Builder, and InterBase. The unofficial forums can be a great way to interact with your peers, get help with issues, and promote your own projects. Here is a list of some of those unofficial forums around the work sorted by language. If you know of some that are not on the list post them in the…
Embarcadero Open Source Project Sponsorship
May 21, 2020
Open source is a very important part of software development. As a creator of developer tools that makes open source important to us too. There is a huge variety of open source projects created with Delphi and C++Builder, both for the benefit of our developer community, and…
Top 10 Most Popular Open Source Delphi Projects On GitHub By Star Rating
November 12, 2017
There are quite a few Delphi open source projects on GitHub that can really save you some time. I searched for Delphi on GitHub and then sorted by the Most Starred projects and came up with this Top 10 list. There is some really good stuff here including Awesome Delphi…
Embarcadero MVP Paul Toth Demos Building A Google Cardboard VR App With Delphi FireMonkey
December 18, 2016
Author: CarloG
Embarcadero MVP Paul Toth has a video up demoing how to build a Google Cardboard VR app with Delphi FireMonkey. Source code is also available. The video is in French so you can use the auto translated subtitlesif needed. The video itself talks about building the stereo view, creating the lens distortion effect, and integrating the rotation vector information.
The source code…