Hi there.
I’m Gabriel, a seasoned software engineer based in EU with over two decades of hands-on experience in both software and hardware. I have a bachelor degree in applied electronics and a Master of Science in Engineering at the University of Liverpool.
I’ve embarked on a fascinating journey through the ever-evolving programming landscape. My programming odyssey began in 1992 when I put my hands on a Z80 computer. Since then, I’ve traversed multiple programming languages, but Delphi has always been my cherished “home.” Pascal followed in 1995 and I kept using Delphi until today (Delphi 11). I try to stay on top of the language.
I am interested in all the nitty-gritty aspects of low-level coding, binary files, speed optimizations, memory management, etc.
I am adept of clean, secure and modular code, with zero global variables, zero compiler hints/warnings, zero memory leaks. I develop my own software products under the CI/CD philosophy.
And I am a FreeAndNil-er 🙂
I wrote over 100 visual components (VCL) and quite a bunch of libraries. One of them, the general-purpose Light Saber library, consists of about 300 files and it is distributed with Delphi (via GetIt). The latest addition is an image recognition library, the only one of this kind for Delphi.
Also, in the last years I released three Delphi books, but I won’t stop to three.
In the free time I build electronic projects with my son, read science fiction, science news and listen to my music.
Recent blogs:
-
PDF libraries for Delphi
I needed to open PDF files in Delphi. There seems to be a lot of libraries out there, but when my restrictions (read PDF, native Delphi code, cross-platform, acceptable price) started to kick in I realized that there are not so many options. I created therefore this Delphi PDF library comparison table to help me…
-
$(Auto) – One package to rule them all
This is an excerpt from my “Delphi in all its glory – Libraries” $(Auto) is a new environment variable, introduced in Delphi 10.4. Embarcadero didn’t make a big show around it so it went unnoticed by most programmers. But don’t ignore it! It is extremely useful for packages, where it can be used as an…
-
“Cheap companies making cheap mainboards” or “Why I hate laptops”
I have encountered quite a few computers where you could hear the CPU/GPU “accelerating” in the sound card. I never owned such a cheap board. Lucky me. Mainboard for enthusiasts are much better than those in the laptops and “large-scale” PC sales.The round up (https://www.techspot.com/review/2907-amd-x870-motherboards/) shows impressive values for all modern enthusiast mother boards.Again, today…
-
Godzilla II – Building a new PC
12 years ago I built a PC that worked for… 12 years. The mainboard died recently so I have to build a new one. So, I started to document myself. CPU I am interested in single-core high-frequency CPU because I will use the PC mostly to compile Delphi code. I have found some charts that…
-
Romania
I left Romania, country where I was born, about 20 years ago. I decided to take a look on how it evolved since I left and I am happy to see that things are progressing quite well. Statistics Romania is very less populated, with a population density way under the EU average. The birth…
-
Best compressor for archiving Delphi code
Today I ran a test to see which is the best way to compress Delphi projects for backup/archive purposes. The contestants are Zip, WinRAR (v7.01) and 7Zip (v24.08). I expected WinRar to be the winner in all cases (as usual) but for plain text files (PAS), the results were surprising. 7Zip won! TEXT COMPRESSION Â Original…