DelphiIDENews

Delphi LSP: 64-bit Power for Large Projects and Improved CodeInsight 

The latest RAD Studio release introduces some noteworthy improvements to the Delphi Language Server Protocol (LSP), making life easier for developers working with large codebases. One of the biggest updates is the 64-bit version of the DelphiLSP engine, which eliminates memory limits and provides smoother performance for large projects.  64-bit LSP: No More Memory Limits The 64-bit version of the…
Read more
C++DelphiRAD Studio

Embarcadero Conference Brazil 2024

The Embarcadero Conference 2024 was held on September 5th and was a truly transformative event. The event The Embarcadero Conference 2024 took place at the Amcham Business Center in São Paulo on September 5. The event, already a tradition in the community of users of Embarcadero products in Brazil, featured the participation of more than 40 speakers who presented on 6 simultaneous stages…
Read more
C++DelphiHow-To'sNewsRAD Studio

New PAServer Docker Image: Smaller, Faster, Better

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 improvements, including a whopping 64% reduction in image size. GitHub Repo What is PAServer? PAServer (Platform…
Read more
CodeDelphiNews

Harnessing the power of the Web with Delphi & HTMX - Part 2

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 up-to-date with just a few changes. If you haven’t read the prior article, I highly recommend you to do so, because you will need…
Read more