Only a few developers are aware that Windows application behave differently depending on the Windows versions declared in their PE headers in the EXE file. This has some unexpected effects Delphi customers are reporting, due to a core configuration change in Delphi 11, which went unnoticed by most.
A Windows application is stored in an EXE file in the PE format, which includes a number of PE…
Everything You Need To Use REST In Your Apps Now
January 4, 2022
What is REST and why should I learn more about it?
REST is a type of software architecture that was designed to ensure interoperability between different Internet computer systems. Basically, the idea is that services that comply with REST architecture can more easily…