Build

What’s New in RAD Studio 13.1 – Asia Pacific Webinar

Code Partners, in conjunction with Embarcadero, have organised a RAD Studio 13.1 Launch event in a timezone that hopefully works better for our Asia Pacific customers. Embarcadero Developer Advocate Ian Barker and our own Malcolm Groves will be hosting, and it’ll cover all the same content from the US event, plus some extra discussion and […]

What Is An SBOM And Why Is It Growing In Importance?

A Software Bill of Materials, or SBOM, is becoming an essential document in modern software development. It functions as a comprehensive inventory, listing all the open-source and third-party components that make up a piece of software. Think of it as a detailed list of ingredients for a software application. This formal record provides the transparency

RAD Server Technical Guide v3.0

Version 3 of the technical guide for RAD Server has now been released. This revision brings the documentation in line with the latest features introduced in RAD Studio 13. For developers building back-end services and APIs, this guide serves as a comprehensive resource for getting the most out of the modern RAD Server platform. The

Safety Beyond Memory: The Many Dimensions of Safety in C++

The conversation around C++ safety is frequently dominated by the single issue of memory safety. While undeniably critical, this narrow focus can obscure the broader meaning of what makes software safe and robust. This post argues for a more holistic perspective, suggesting that true safety in programming is a multi-dimensional concept that extends well beyond

Building High-Performance AI/ML Pipelines with C++ and CUDA

While Python dominates the experimental phase of machine learning, it often hits a ceiling when deployed in production environments where milliseconds matter. A recent article from Whole Tomato dives into why industries like autonomous vehicles, high-frequency trading, and robotics are building their ML pipelines directly in C++ and CUDA. This guide walks through the architecture

RAD Studio 13: New Patch for Smart CodeInsight and Claude

Embarcadero has released an important patch for RAD Studio 13 that updates the Smart CodeInsight AI integration to support the latest Anthropic Claude models. Why is this update needed? Claude recently deprecated some of the models previously supported by RAD Studio. This patch addresses the necessary API and JSON data mapping changes to keep your

Rethinking C++: Ignorance, Surface, and Deep Architecture

It’s a common refrain that C++ is an overwhelmingly complex language, but a recent post on the Embarcadero blog, “Rethinking C++,” argues that this perception is often based on a fundamental misunderstanding. The author, Volker Hillmann, suggests that we frequently confuse the complexity of a component’s implementation with the simplicity of its usage. The post

Some Big News from Florence!

We’ve just returned from the Embarcadero worldwide partner event in Florence, Italy, and we’re coming home with more than just good memories! We are so proud to announce that Code Partners was presented with a Partner Recognition award. It was a genuine honour to receive the award, especially as we were one of only a

RAD Studio 13 October Patch Available

Embarcadero has released the official October 2024 Patch for RAD Studio 13 Athens, available now for all active subscription customers. This is a significant quality and stability update, addressing over 100 publicly reported issues. If you are using Delphi 13 or C++Builder 13, this cumulative patch is highly recommended to enhance your development experience, improve

Webinar : Integrating AI into your RAD Studio Applications

RAD Studio 13 introduced the SmartCore AI Components, an important new foundational element for integrating the power of LLMs into your VCL and FireMonkey applications. In this practical webinar, Malcolm Groves from Code Partners will work through multiple AI-enabled applications to get you up to speed on how these components work, and how you might