Jakarta EE

Jakarta EE, formerly known as Java EE, is a Java platform specification that allows multilayer architecture and that is aimed to enterprises. Java EE was initially developed by Oracle. When development was handed to Eclipse Foundation it had to change…

IT Tools

This post summarizes IT tools. It pretends to be an index of other posts within this blog. IT Development Tools You can read this post about software development tools. IT Administration Tools Key Review LicenseCrawler LicenseCrawler can discover application product…

Web Accessibility

This post is about web accessibility, in the context of digital accessibility. Web Accessibility Standards and Guidelines Web accessibility guidelines featured on this post: WCAG Web Content Accessibility Guidelines (WCAG) is defined by WAI, that is part of W3C. There…

Computer Network Devices

This post is about computer network devices. Endpoints An endpoint is a physical devices, such as a server, PC, workstation or smartphone, that connect to and exchange information with a computer network. A virtual desktop infrastructure (VDI) virtualizes an endpoint…

Data Backup

This post is an introduction to data backup. Types of Data Backup Types of Data Backup: Full backup means that an exact copy of the original media is done. Differential backup means that only registries that have been modified since…

Esquema Nacional de Interoperabilidad de España

El Esquema Nacional de Interoperabilidad (INE) de España establece unas medidas de obligado cumplimiento en los sistemas de información y telecomunicaciones del sector público con respecto a la interoperabilidad entre sistemas. Puedes leer este artículo más general sobre interoperabilidad en…

Big Data

This post is an introduction to big data. A cluster is a set of processing devices or computers, that are called nodes in this context. Big data refers to the management of big sets of data on a cluster. It…

Sorting Algorithms

This post features popular sorting algorithms. List of Sorting Algorithms Sorting algorithms featured on this post: Insertion Sort Its complexity is O(n²). Bubble Sort Its complexity is O(n²). Cocktail Shaker Sort Cocktail shaker sort is a variation to bubble sort.…

Data Visualization

This post features data visualization tools. Data visualization is usually linked to: Dashboard You can read this post about dashboard. Data Visualization Tools Visualization tools featured on this post: Grafana Grafana is FOSS, under an AGPL v3 license. Grafana official…