On 12 January Serge Pilko, Embarcadero MVP and founder of Softacom, a world leading Delphi software development services and software solutions provider, published a video of his interview with Alister Christie, author of the legendary “Code Faster in Delphi” and the creator of hundreds of videos that have shown many of today’s Delphi developers around the world how to program and…
How To Make Facebook Posts From Windows And Mobile Apps
February 16, 2022
At Softacom, as a software company specializing in mobile and Windows app development using Delphi, we often integrate clients’ software with 3rd party services using API. In this article we show you how to automatically create posts on Facebook from your Delphi apps…
Writing Your Own Components For The FastReport Dialog
January 7, 2022
When creating a report, it is important not only to make a beautiful printed form that will display the data necessary for the user. but also a convenient prepress dialog where the user can set the parameters for generating the report.
In the RAD Studio IDE Software, on…
10 Easy Top-Notch Tips Every Software Developer Should Know
January 6, 2022
Over time, software development has experienced significant changes in design as well as implementation methods. As the market evolved, the software industry, particularly those previously specializing in Windows application development, also had to adapt to that evolution…
Appercept’s New AWS SDK For Delphi, Available With RAD Studio And Delphi Enterprise and Architect
December 15, 2021
Embarcadero today introduces a brand new first-class AWS client library for Delphi, soon to be included in the Enterprise and Architect editions of Delphi and RAD Studio.
Given the relevance of Amazon Web Service cloud infrastructure in today’s IT landscape, including an…
What Are The Mistakes We Made In Creating Delphi Objects?
November 16, 2021
Practically every developer, even a newcomer in programming, can create and destroy objects correctly. A classic construction that is used in the majority of programs looks the following way:
MyObject:= TMyClass.Create();
try
{some code…}
finally
…
RADoween: Full-Stack Web App Development with Delphi and TMS
October 29, 2021
Up and running from concept to launch in just five days
On October 14, Atanas emailed Bruno with an idea for a TMS WEB Core-powered web app to run our internal partner Halloween costume contest. The goal was for a simple web page where team members could submit pictures…
How To Create A Super-Fast Pusher Notification App
October 5, 2021
In this article, you’ll learn what is Pusher API, its specifications, Public & Private Channel of Pusher, integrating Pusher to your IDE Software, connecting pusher network with TsgcWSAPI_Pusher component of ESEGECE, and many more.
What is Pusher ?
Pusher is…
How To Create Your Own Components For The FastReport Dialog
September 20, 2021
When creating a report, it is important not only to make a nice printable form that will display the data the user needs but also a convenient pre-print dialog, where the user can set the parameters to generate the report.
The FastReport preprint dialog already contains a…
How To Make A Windows and Mobile Telegram Messenger App
July 19, 2021
In this article, you will learn about Telegram Messenger, why use Telegram Cloud in your own applications, TDLib Library, using OpenSSL for security and encryption, developing your own Telegram in Windows app development software, and much more.
What is Telegram…




