Articles

Web programming languages and standards.

Functions in Bash

In this article, we will explore what functions are in Bash, how they are defined, what their main characteristics are, and how to use them effectively.

The Algorithms Behind UUIDs

UUIDs (Universally Unique Identifiers) are alphanumeric strings used to uniquely identify entities in distributed systems, where the probability of collision—meaning two entities sharing the same identifier—must be extremely low.

Back to top