DelphiShowcase

Adversary Emulation Planning Tool Built In Delphi

Developer Nader Shallabi has an adversary emulation planning tool called ATT&CK™ View which is built in Delphi. It is a utility for use with MITRE™ ATT&CK™. MITRE™ ATT&CK™ is a “globally-accessible knowledge base of adversary tactics and techniques based on real-world observations“. ATT&CK™ View helps defenders in designing adversary emulation plans. It…
Read more
C++Delphi

Learn About Powerful WebSockets Solutions For Delphi

TheWebSocket is a communication protocol, that makes it possible to open a two-way interactive communication session between the user’s browser and a server. With this, you can send messages to a server and receive event-driven responses without having to poll the server for a reply. Applications that require Real-time data streaming, Synchronization uses WebSocket primarily. Most…
Read more
DelphiNews

RAD Studio with Delphi - The Original Low Code!

These days low-code development is en vogue. Various research groups, such as Gartner, put the low-code application development platform market at ~$10M billion in 2019 and project CAGR to be greater than 20% from 2020 to 2027. In contrast, the market for developer tools has…
CodeDelphi

Learn To Build Multi-Screen FMX Application Quickly With TLayout Component

Most of the time when developing multi-device applications we developers may need to create screens on top of another( e.g., Dialogs). Thinking? we have built-in dialogs to do that Job, then why this post? These dialogs are for showing standard messages with standard controls and don’t help to organize multiple graphical controls under the same parent. To give a better user experience, we…
Read more
CodeDelphi

Quickly Build A DropBox Client App With A Delphi REST Library Using OAuth 2.0 Protocol

In this tutorial, you can learn about the OAuth2 protocol to download and upload files from DropBox. Overview DropBox REST ClientOAuth2 ProtocolREST Client Using TRESTClientREST Client Using Indy OAuth 2.0 OAuth 2.0 is the industry-standard protocol for authorization. REST Client Library The Embarcadero REST Library is a framework for accessing REST-based web…
Read more