Alen IBRICDelphi Control Development TipsWhether a custom control is displayed in the IDE Palette depends on whether the base class of the custom control is related to the VCL or…Nov 8Nov 8
Alen IBRICDelphi 10.4 — Linux Development Environment Setup GuideInstall a Linux virtual machine, such as Ubuntu 16.04 or what you wantNov 8Nov 8
Alen IBRICUnderstanding common SQL Injection attacks and protection methodsSQL Injection (SQLi) is one of the most common attacks on web applications used to gain unauthorized access to databases. This attack can…Jun 7Jun 7
Alen IBRICSteps in SQL Query OptimizationGenerally speaking, SQL optimization aims to minimize the number of steps — “database touches” — that a query involves, thereby reducing…Jun 7Jun 7
Alen IBRICWhat are dependencies?In programming, “dependency” represents the relationship between different components in a software system. It is considered that when one…Dec 29, 2023Dec 29, 2023
Alen IBRICDelphi Component for OpenWeatherMap APIThe code provided is a Delphi unit named OpenWeatherMap that defines a component TOpenWeatherMap for interacting with the OpenWeatherMap…Dec 14, 2023Dec 14, 2023
Alen IBRICAbout my MyEncryptionLibrary for DelphiIn this post, I will guide you through the process of creating your own encryption and decryption library using some of your own…May 31, 2023May 31, 2023
Alen IBRICFinding the Perfect Job as a Delphi Programmer: Your Ultimate GuideAre you a skilled Delphi programmer looking for exciting job opportunities in your field? Look no further! In this blog post, we’ll explore…May 26, 2023May 26, 2023
Alen IBRICEvent Descriptors (TNotifyEvent) and Usage Mechanism in DelphiI am excited to share with you about Component Event Descriptors, specifically TNotifyEvent, and its usage mechanism in Delphi.May 23, 2023May 23, 2023
Alen IBRICImplementing Biometric Authentication in Delphi 11.3: Examples and Best PracticesBiometric authentication is becoming increasingly popular in software development, as it provides a secure and convenient way for users to…May 22, 2023May 22, 2023