The Story and Design of the ls Command
The ls command is one of the most fundamental utilities in Unix-like operating systems, including Linux and macOS.
The Critical Pitfalls of Lacking Specifications in Web Projects
Here, we explore the major pitfalls associated with the lack of specifications in web projects.
Loops and iterations in Bash
In this article, we'll explore the main types of iteration in Bash.
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.
How to generate a version 4 UUID with Node.js
In this article, we will see how to generate a version 4 UUID using Node.js.
How to generate a version 4 UUID with Go
There are several versions of UUIDs, and in this article we will focus on generating a version 4 UUID using the Go programming language.