C++DelphiTech PartnerWebinar

How To Get Real Help For Free With Code Reviews, Pull Requests, And Git Commits

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…
Read more
Delphi

The "Awesome Pascal" Package Contains Amazing Delphi, FreePascal And Other Pascal Frameworks, Libraries And Resources

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…
Read more
C++DelphiRAD Studio

Easy Serialization From Query To JSON

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…
DelphiNews

Unoffical Forums Around Delphi, C++Builder, And InterBase

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…
Read more
DelphiNews

Embarcadero Open Source Project Sponsorship

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…
Delphi

Embarcadero MVP Paul Toth Demos Building A Google Cardboard VR App With Delphi FireMonkey

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…
Read more