CodeDelphiRAD Studio

This Is How To Easily Process CSV Data Using FireDAC

CSV is an abbreviation for a Comma-Separated Value file that enables data to be saved in a loosely-structured text form. Because of its simple format, it is very easy to process the data inside the file and extremely portable too. The great thing about the CSV files is that they are compatible with almost any text editor as well as a large number of popular applications such as Microsoft Excel…
Read more
DelphiRAD Studio

How To Achieve Productive Server Side Development

RAD Server is a powerful application and easy to implement infrastructure for rapidly building and deploying services-based applications. RAD Server offers developers the ability to quickly create modern services-based architectures using Delphi and C++ IDEs. RAD Server…
CodeNews

Why You Should Definitely Write Less Code This Year

It is essential to recognize when not to write code. We developers comprehend, when the code increases in a project, things lead to getting more dangerous. If you crave to restrict your code from becoming more acute, to atrophy, it requires to be maintained most of the time. I enjoy coding. When I write code, I feel as if I’m writing a novel. However, most software development is a…
Read more
DelphiRAD Studio

How To Add IP Address Intelligence Services To Your Apps

Have you ever wanted your apps to have the power to examine an IP address and then find out everything you possibly could about it, such as what time zone is local to the IP, what currency they use, or what internet service provider is used? This capability is called IP address intelligence and it can add a powerfully rich package of knowledge to your applications allowing you to customize how you…
Read more
C++Delphi

Easily Deploy RAD Server With Windows And Linux Installers

I’ve been demonstrating complete, industry-ready RAD Server solutions. The Field Services Industry template, for example, includes REST endpoints to which the Field Service Admin and Field Service App connect. It stores its databases on the backend with InterBase. Or theHospitality Industry templatethat includes a mobile client application for collecting survey data, a…
Read more