Introduction
Are you interested in using AI-powered tools like Smart CodeInsight but prefer to keep your data local? Maybe you’re concerned about privacy, want to reduce API costs, or simply want to experiment with different LLM models? This guide will show you how to set up LM Studio, a user-friendly desktop application for running Large Language Models (LLMs) locally, and connect it…
We’ve just pushed some exciting updates to the official WebStencils demo repository on GitHub. If you’ve been using WebStencils or are curious about integrating HTML templating into your Delphi or C++Builder applications, now’s a great time to take a…
RAD Server Gets a Boost in RAD Studio 12.3
March 26, 2025
RAD Studio 12.3 brings several improvements to RAD Server that address common pain points and add new functionality. Let’s take a look at what’s new.
Consistent Date/Time Formats Across Requests
One issue that’s now resolved is the inconsistency in…
New to RAD Studio? We've Got You Covered!
February 14, 2025
A Fresh Start With RAD Studio available on GetIt
If you’re starting with RAD Studio, we’ve got something special for you. Our new guide, Getting Started with RAD Studio – A Guide for Developers New to Delphi and CBuilder is now available in GetIt for customers on an active Update Subscription.
Built for Experienced Developers
Coming from other programming languages? We get it…
WebStencils and HTMX: Free Guide to Fast Web Development
October 21, 2024
We’re excited to announce the release of our comprehensive White Paper – WebStencils and HTMX: Fast Modern Web Development with RAD Studio. This guide is designed to help developers create efficient, dynamic, and maintainable web applications using WebStencils…
New PAServer Docker Image: Smaller, Faster, Better
July 29, 2024
Deploying and debugging RAD Studio applications has never been easier. With our new Docker image and our revamped run.sh script, this process is now streamlined and more user-friendly. This post introduces our optimized PAServer Docker solution, highlighting significant…
There are over 472 million websites powered by WordPress. What most of them have in common is that they don’t benefit from the power of the web because WordPress is limited by its PHP structure. If you want to take your WordPress page or blog to the next level, then HTMX will be the right choice for you.
In this article, we are going to explore how to use HTMX in WordPress, by embedding…
In Part 1 of this series, we explored a simple demonstration of a web application running with Delphi code inside a WebBroker application, and using HTMX as a kind of middle-man.
In this article we are going to further improve the demo, by making it look modern and…
Harnessing the power of the Web with Delphi & HTMX
June 4, 2024
If you ever wanted to create a server-based web application, then HTMX is a solution that offers great flexibility for development, allowing RAD Studio developers to deliver the business logic while still allowing designers to make the web application look great using CSS.
Sqids: Integration with RAD Server and standalone library
December 19, 2023
With the launch of RAD Studio 12, RAD Server not only fully integrates the encoding Sqids library, but you can also use it in any other project through the new TSqidsEncoding class available in the System.NetEncoding.Sqids namespace.
Sqids is a small open-source library that can produce short, unique, random-looking IDs from numbers. The best way to think about it is like a…