CodeDelphiRAD StudioTech Partner

Have You Made Your Application Server HTTP/2 Ready?

In early 2015,HTTP/2was introduced as the new standard byIESG. This standard makes your application faster, simpler, and more robust. In this article, we take you through the differences between HTTP/1 and HTTP/2, the benefits, using HTTP/1 and HTTP/2 with windows tools for developers and some key terms. Why should I use HTTP/2? Converting from using HTTP/1 to HTTP/2 brings…
Read more
CodeDelphiNewsTech Partner

Working with OpenAI's GPT-3

The webinar was a huge hit. Planning future follow up webinars on the topic. Blog post: OpenAI’s Introduction to the API with sign-up for the waiting listAcademic Paper: Language Models are Few-Shot LearnersDocumentation: OpenAI APIPersonally curated YouTube…
DelphiTech Partner

Creating Custom File Dialogs: ShellBrowser Delphi Components

No doubt, the VCL FileDialogs offer a multitude of configuration options that cover most standard use cases. But sometimes this might not be enough and you want to create a specialized custom dialog with a different layout, additional controls (e.g. for import/export dialogs) or different looks. Rebuilding the dialog from scratch, including all the file system related components, will however in…
Read more
C++CodeDelphiTech Partner

Quickly Enumerate Through USB Devices With Code On Windows

Sometimes Developers Want to list or Identify USB devices connected to the machine and perform some actions to the USB devices programmatically. How do enumerate the USB devices quickly? Don’t know how to do it?. Don’t worry. MiTec’s System Information Management Suite’s component helps to enumerate the connected USB devices; we will learn how to use the TMiTec_USB component in this blog…
Read more