Picture of Pablo Blanco

Pablo Blanco

Articles by this author

Namespace

What is Namespace? A namespace is a feature of various programming languages that allows you to group and organise code elements, such as classes, functions and variables, under a single name. The main purpose of a namespace is to avoid naming conflicts.

Obfuscation

What is obfuscation? Code obfuscation is a technique that consists of modifying the source code of a program to make it more difficult for humans to understand, while maintaining the original functionality of the program. Obfuscation is done by means of several transformations

DLL

What is a Dynamic Link Library (DLL)? A Dynamic Link Library, known as a DLL, is a type of file used in Windows operating systems to share code, data and resources between various applications. Unlike

Gateway

What is a Gateway? A gateway is an access point that acts as an intermediary between two different networks or systems, enabling communication between them. Its main purpose is to translate, adapt and transfer information between two environments that otherwise would not be able to communicate with each other.

Regex

Regular expressions, commonly known as regex (short for «regular expressions»), are a sequence of characters that define a search pattern. These expressions are used in a variety of programming languages and tools to perform operations on text strings, such as

Authentication

What is authentication and why is it important? Authentication is the process of verifying a user's identity before granting access to protected resources or information. It ensures that only authorised persons can interact with a service or access it.

Parseo

Parsing is a term widely used in the field of programming and computer science, which refers to the process of parsing and decomposing a string of data (such as text, configuration files, JSON, XML, etc.) into a structure that can be

BIOS

The BIOS (Basic Input/Output System) is an essential firmware found on the motherboard of a computer. Its main function is to initialise and test the system hardware during the boot process and to provide run-time services for

Scroll to Top