Pre-sales consultant engineer at Embarcadero Inc. and technical author of different books about Delphi and RAD Studio. Has a strong background in enterprise software development, having built and implemented ERP solutions for the retail sector for many years. Combines practical expertise in Delphi development with database modelling, legacy code migration, mobile development with FireMonkey, full-stack web development, API design, containerization, and Linux services development. Uses this technical background to help organizations improve their development processes and get the most out of Embarcadero products.

Check his GitHub repository or connect on LinkedIn.

HTMX & WebStencils : Fast Web Development with RAD Studio

HTMX & WebStencils : Fast Web Development with RAD Studio

13/11/2024

Antonio Zapater

This book focuses on a modern, streamlined approach to web development using HTMX and WebStencils.

HTMX is a lightweight JavaScript alternative for building dynamic web user interfaces and is becoming the goto solution for web developers as it helps them significantly reduce the amount of JavaScript they need to write, making the development process faster and more intuitive, simpler to read and debug and easier to maintain.

HTMX’s simplicity aligns perfectly with RAD Studio’s rapid application development ethos, allowing developers to focus more on application logic instead of struggling with complex front-end code.

The beauty of WebStencils lies in its template-driven architecture. Instead of reinventing the wheel, developers can expose existing business logic via reusable and customisable templates that seamlessly integrate with existing applications, reducing the friction of bringing older projects to the web. This not only accelerates development but also enhances collaboration between development teams, enabling them to work more closely with existing codebases.

By reading this book, you will learn how to leverage the power of HTMX and WebStencils to develop modern web applications with less effort and greater flexibility. Whether you are working on enhancing existing desktop applications for the web or building new, dynamic web projects, this book provides practical insights to help you get the most out of RAD Studio’s evolving web development ecosystem.

You can learn more about RAD Studio or download a free trial to code along with the examples in this book from https://www.embarcadero.com/products/rad-studio

Let’s dive into how these technologies can simplify your workflow and take your web development projects to the next level! 

RAD Server Technical Guide

RAD Server Technical Guide

15/09/2023

Antonio Zapater, David I.

RESTful architectures are a key driving force behind modern API first application design. This book focuses on the RAD Server framework included with RAD Studio (Delphi/C++Builder) for developing such platforms.

RAD Server is a full backend MEAP (Mobile Enterprise Application Platform) that enables Desktop, Mobile and Web frontend development in any language, and this book is designed as a definitive guide for developers.

The benefit of a MEAP is that you have a pre-built cloud or on-prem server with many core capabilities (such as push notifications, user tracking and analytics) that you can plug into rapidly to deliver remote database and functional access.

This guide to Embarcadero RAD Server, originally authored by David I (2019), is in its second edition, revised by Antonio Zapater (2023), which includes many additional features added based on market demand since RAD Servers Launch. The second edition is also supported by a comprehensive video series supporting each chapter, along with source code examples on GitHub.