Picture of Pablo Blanco

Pablo Blanco

Articles by this author

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

VDI

VDI (Virtual Desktop Infrastructure) is a technology that allows users to access virtual desktops hosted on remote servers. Instead of having an operating system and applications installed locally on each computer, VDI centralises these resources in a data centre.

ETL

An ETL (Extract, Transform, Load) process is a technique used to integrate data from different sources and transform them into a common format for analysis and use in business information systems. The purpose of ETL processes is to achieve a

Defragmentation

Defragmentation is a fundamental process for the maintenance and optimisation of hard disks, particularly mechanical hard disks (HDD). This process organises and gathers fragments of files scattered in different sectors of the disk, allowing files to be stored in a more efficient way.

ZTNA

ZTNA, or Zero Trust Network Access, is a cybersecurity approach that implements the philosophy of «never trust, always verify». Unlike traditional methods that assume that users and devices within the network can be trusted.

VoIP

VoIP, an acronym for «Voice over Internet Protocol», is a technology that allows the transmission of voice calls over the internet instead of using traditional telephone networks. VoIP converts

Fork

In programming, a fork refers to the creation of a copy or derivation of a project or code base. This term, which comes from English and means «fork», visually describes what happens: starting from a common point, the code is

Scroll to Top