Posts

Showing posts from February, 2021

High performance Delphi

Image
 As we all know C++ is the fastest and well known programming language used by expert developers. But Delphi is as fast as C++ due to improvements in the last decade. Delphi enables developers to create high performance cross platform applications. With Delphi, developers can do many things faster and better than other technologies. The FMX and VLC frameworks can let you design stunning GUI. You can also develop prototype easily with the IDE before deployment. Try Delphi now to boost your software production. Visit their website - Embarcadero.com. Thanks for reading.

The Journey to Delphi

Image
 I am a Computer Science student at KNUST, a prominent tertiary in Ghana and West Africa. I'm at level 400 and will complete soon. I started programming in Delphi in January 2020 during the Covid 19 pandemic. It seems I have a little knowledge in Delphi now. During my first year in the tertiary, I learned c++ which was my favorite programming language. But I didn't like Java so much. I used c++ to write a console application which was a school terminal report project. The user needs to key in the marks and the program will calculate totals and assign grades. I was very happy I was able to do this. But I had a second thought, we are in the erra of GUI so I need to get another framework of C++ that I can design UI and write codes. I started researching on the web. Fortunately, I found Qt. But installing Qt on my machine was a problem. I continued to research and subscribe to a C++ channel which send me news on it. On one day, this channel sent me email describing C++ builder. Tha...

Embarcadero Delphi

Image
 Delphi is an Object Oriented programming language. It is the modern Object Pascal. It's about 26 years old but one of the favorite of top programmers in the world. It's cross platform. Thus, you can built Windows, Mac OS, Android and iOS applications from a single source code with a strong and flexible fire monkey (fmx) framework. Delphi can be used to develop small scale and large scale applications. From POS, Employee Management System, Hospital Management System, TPS, MIS, games, IOT and many more. What I like about Delphi is  Simple and easy to learn. It's like learning English Language. It has nice indentation and readable codes. Fast to execute. It can compile millions of codes in a time of seconds. Easy to deploy applications on all the stores. Easy to setup Easy to add or install third party components from GetIt portal within the IDE It has large community and resources to aid you in programming. From learndelphi.org to docwiki, there are bunch of resources. If yo...