C++Delphi

5 Ways To Modernize Your Data Access Pipeline

Building database applications with Windows IDE: RAD Studio (Delphi & C++ Builder) gives the best experience for developers. For instance, if you want to connect to a database, just drop a database connection component into the project and select the source of the data. Then open the LiveBindings designer and link the database fields to the UI controls and that is it! If you want to…
Read more
CodeRAD Studio

Everything You Need To Know About Docker And More

The trouble with many lines of business applications is that they often have a habit of wanting solitary ownership of the computer on which they are running. On your personal PC, this is relatively harmless; you’re usually single-tasking, focusing on that application…
News

New FireDAC Driver for SQLite SEE

Embarcadero has made available a new FireDAC driver for the SQLite Encryption Extension (SEE) database. The download is in GetIt and here are some details behind this decision. RAD Studio 11 Alexandria, like previous versions, ships with a FireDAC driver for the…
News

The New RAD Server Lite (RSLite) in RAD Studio 11

We announced the availability of a new option to deploy and license RAD Server as part of the RAD Studio 11 Alexandria release, with the goal of simplifying deployment for installations that do not require a large number of REST requests. What is RAD Server? Before I get to the specifics, let me remind you what RAD Server is. It is a REST server engine that allows you to quickly develop REST…
Read more
CodeDelphiRAD Studio

What You Need To Add Language Detection To Your Apps

Wouldn’t it be nice to enhance your app with automatic language detection support for 173 languages? The Languagelayer is a simple and powerful REST API built to efficiently match the text of any length to its corresponding language, cross-referencing single words, expressions, and grammatical constructions, as well as taking into account any existing accents, dialects, and other linguistic…
Read more
DelphiNews

How to Prepare For RAD Studio 11

The RAD Studio 11 release date is fast approaching, and with its support for high DPI screens, a vastly improved user experience and new features for rapid app development, it’s going to change the game for Delphi and C++ developers.  Are you and your team ready for the…
CodeDelphiRAD Studio

Everything You Need To Build A Website Scraping App

The ScrapeStack API was built to offer a simple REST API interface for scraping web pages at scale without having to programmatically deal with geolocations, IP blocks or CAPTCHAs. The API supports a series of features essential to web scraping, such as JavaScript rendering, custom HTTP headers, various geo-targets, POST/PUT requests and an option to use premium residential proxies instead of…
Read more