Picture of Pablo Blanco

Pablo Blanco

Articles by this author

Loop

In programming, a loop or cycle is a code structure that is executed over and over again (iteration) until a condition is met. It is a fundamental tool in computer science, as it allows the updating of part of a code in computer science.

Refactoring

Refactoring is a technical term that is popularly known as code cleaning, i.e. polishing the code of a software to refine it, remove redundancies and defects and make it more efficient. In general, this clean-up is not so much focused on fixing bugs

Cartesian robot

A Cartesian robot is a type of industrial robot that is characterised by its Cartesian coordinate system to control its motion. Instead of using rotating joints like anthropomorphic-type robots, Cartesian robots move along

Usability

Usability is a fundamental concept in product design and development, especially in the digital domain. It refers to the extent to which a system, product or service can be used effectively and efficiently by its users, thus satisfying their needs.

Heat map

A heatmap is a visual representation of data that uses colours to show the intensity of a variable in a given geographic area, graph, or image. This tool is used in a multitude of disciplines, from data analysis to data analysis.

Core Web Vitals

Core Web Vitals (CWV) are a set of metrics that measure the actual experience that users have with web pages. These metrics focus on three fundamental aspects of the user experience: loading speed, the ability of the website to load, the ability to

GPU

The GPU or Graphics Processing Unit is a component used to display graphic content on screens. It is also the heart of a graphics card, which performs all the calculations necessary for us to be able to enjoy graphic content on the screen.

Data warehouse

A data warehouse is a data storage and processing infrastructure designed to facilitate analysis and reporting. It is like a centralised repository of business information that enables organisations to make informed decisions. At its core, a data

Scroll to Top