Delphi

DEMO APP MANAGEMENT POST FUEL

Author: Landerson Gomes Video Demo of a prototype project of the Fuel Station Management App. Project One partner asked me for a mobile application for fuel station management that interacted with a server application that already exists and is in production. Using Delphi 10.1 Berlin, I was able to prepare this prototype and communicate with the server for a total of 14…
Read more
Delphi

Dark Side of the TDataSet

Author: Bogdan Polak BSC Declaration Why this blog I continue the series of introductory articles into the architecture focused on Delphi environment. I was planning to start this blog with a series of posts that may not be revealing, but allow you to put together a…
Delphi

Try Delphi on Amazon Linux.

Author: h.mohri I tried Delphi on Amazon Linux. Amazon Linux is Linux that exists only in the instance of EC2(AWS). “Free tier eligible” can be used. [Create an instance.] Select Amazon Linux from EC 2 and create a new instance. It is possible to connect with SSH in the initial state. [Environment…
Read more
Delphi

Design Patterns in RAD Delphi

Author: Bogdan Polak BSC What is a design pattern? While several definitions can be formulated, they all contain one universal message. In my opinion the most accurate definition is given in the Wikipedia: https://en.m.wikipedia.org/wiki/Software_design_pattern I would like…
Delphi

How to connect to Oracle DB from Ubuntu Linux.

Author: h.mohri At this point, Instant Client configuration is complete. Finally, “./PAServer-19.0/paserver” is started up and ready. [Create a new project.] In Delphi IDE side, create a new project. Web Server Application, check Linux. I chose “stand-alone console application” this time. Place some components on TWebModule1. TFDConnection…
Read more
Delphi

FireMonkey on Linux!

Author: Pawe Gowacki It did not take long since the release of Delphi Linux compiler to have the ability to build Linux GUIs with Delphi! Just go to http://fmxlinux.com and get the only currently available download of FireMonkey for Linux which is “Free Trial v…
Delphi

Hello Delphi and VCL! Hello community!

Author: Bogdan Polak BSC Hello This is my first blog entry. I’d like focus here on software architecture in Delphi world. Why do Delphi developers need architectural patterns? Do they need it? In my opinion, they do not only need it, but they use it constantly. In my…