Delphi Developer | JavaScript enthusiastic | Bibliophile - (currently reading Autobiography of a Yogi)
Subscribe to my newsletter and never miss my upcoming articles
FireDAC comes with a lot of non visual database components, these components could be divided into below categories : FireDAC Core Components. FireDAC Driver Link Components. FireDAC Monitor Link Components. FireDAC UI Components. FireDAC Service C...
One of the key part of software development is the ability to connect with the database and perform database related operations. Programming languages provides support for connecting with database using data access libraries. Some data access libra...
20s are the best time of everyone's life or at least it is the time period which everyone will remember in their 40s. Currently I am in my 30s and already started remembering my old days. In this article I have tried to reflect upon the things which ...
Units are the basic of Delphi programming language. A Delphi unit is a collection of types (classes and data type) constants , variables , functions and procedure. Each Delphi unit has its own pas file. (.pas). When we create a new Delphi project ,...
Exhaustion, frustration and anxiety are part of working life. All of us face tough time during our life where we feel helpless, disillusioned and emotionally drained. This condition could be termed as stress but there is a thin dividing line between...
Most of the developers have more than one GitHub account , say Work and Personal . Using two different systems for each GitHub account is fairly easy to handle but how to manage two accounts on same system ? I have faced this situation many times, m...