In CodeRageX there were two sessions around MongoDB. The first session is the basics and the second session is more advanced topics dealing with MongoDB.MongoDB is an open-source NoSQL document database. The first session covers a MongoDB overview, JSON and BSON, the FireDAC MongoDB API wrapping classes, and the FireDAC MongoDB datasets.The second session covers indexing, query options…
Learn to program with C++Builder: Homepage
November 10, 2016
Do you want to learn C++, but don’t know where to begin? This series takes you through from the very beginning, assuming you have some programming knowledge but know no C++ at all, and show you how to build a real-world, useful application, demonstrating UI and logic…
In this replay demo oriented session from CodeRage X, Pawel is going to show how to build single-source multi-device, natively compiled Delphi apps for iOS, Android, Windows and Mac that integrate with Amazon Web Services using Cloud API framework. Amazon Web Services (AWS)…
Learn to program with C++Builder: #4, Real code and Useful C++: Ownership, smart pointers, styles, and optional values
November 8, 2016
Update July 24, 2018:With thejust-released Community Edition of C++Builder, we’ve updated these posts.
Please visit the new version of this blog post here.
Community Editionreplaces the old Starter edition, and is a full-featured, free, Professional-level edition of C++Builder. It and the updated ‘Learn programming’ course are well worthchecking…
Background Tasks And Inter-App Communication With Android Services And Intents In Delphi And C++Builder
November 7, 2016
Author: Andreas H57472
If you are developing Android applications with Delphi or C++Builder, you may want to perform background tasks for your app. This is simple to accomplish with Android Services. There is a fantastic CodeRage X replay on building Android Services with…
How To Skin VCL Apps With Custom VCL Styles In Delphi And C++Builder
November 7, 2016
CodeRage XI is coming up and it’s a great time to go back and review some of the sessions from CodeRage X you may have missed. You can register for CodeRage XI by signing up here.Productivity, Platforms and Performance is the theme for CodeRage XIwhich runs…
Learn to Program in Delphi - Designing User Interfaces
November 3, 2016
Author: Pawe Gowacki
Last time we have talked about the importance of app architecture and layers of code. David went one step further and started to build user interface for our calculator apps. This week I’m going to catch up and we will discuss designing user interfaces (UI) for our apps.
Clearly user interfaces are of the highest importance for the user experience (UX) of our app. In…
CodeRage XI Replays - Productivity, Platforms and Performance
October 30, 2016
Productivity, Platforms and Performance is the theme for this year’s CodeRage conference. This wasour 11th conference.
We’ve had3 jam-packed days of engaging content—for developers like you. Please note that Day 3 wasby invitation only to Update…
Setting a Tab Item Badge Value
October 28, 2016
Author: Chris Chuah
I recently received some questions on how to display a circular badge icon and badge value on a tab item in TTabControl.
Badge icons are commonly set to indicate a status change. The number displayed on the badge is frequently tied to a local notification…
Learn to program with C++Builder: #3, Design, Architecture, and UIs
October 28, 2016
Update July 24, 2018: With the just-released Community Edition of C++Builder, we’ve updated these posts.
Please visit the new version of this blog post here.
Community Edition replaces the old Starter edition, and is a full-featured, free, Professional-level edition of C++Builder. It and the updated ‘Learn programming’ course are well worth checking…