As just announced on the Embarcadero Blogs site, there’s a new free online Delphi conference coming next month sponsored by Embarcadero. This is different than the normal CodeRage events and this o...
Many of you probably use this trick all the time, but I haven’t heard of this magic double-dabble short cut before today. I wanted to quickly write it down so that I don’t forget it. Base-10 is ob...
It’s great to see books still being published targeting Delphi developers. The latest one is from a well known Delphi developer, Alister Christie and it’s called Code Faster In Delphi, which is ava...
The latest Delphi version 10.4.1 was released yesterday and there’s always a few questions about third party components and version upgrades so I thought I’d put up a quick post in response. Every...
I was really pumped with RAD Studio 10.4 Sydney was released in May. I have been rediscovering my love for Delphi lately and the 10.4 release sounded like it was going to be amazing. I stated back ...
In the last article, a simple solution to the common FizzBuzz software developer interview screening test was discussed. For the majority of employers, the simple solution provided will likely be a...
A lot of time, effort, and money is invested into hiring developers so businesses typically go out of their way to ensure they have a qualified candidate. As I’ve experienced a few times over the y...
RAD Studio 10.4 Sydney was a large release and I was certainly excited to get my hands on it. Unfortunately, the release process was a bit messy and some initial cleanup was required (see my previo...
The VCL Styles feature in Delphi has seen major improvements as of late, including High DPI and 4K monitors in RAD Studio 10.4 Sydney. It seems like a rather niche feature for many Delphi developer...
What is an instruction pointer? This execution pointer holds the address of the next line of instruction. It seems to be defined in the Intel x86 world as instruction pointer, but may be better kn...