El Solitario

  • GNU/Linux
  • Tutorials
  • Opinion

Tutorials

Diagram of a data graph illustrating a GraphQL API
Programación

GraphQL: The Query Language That Avoids Over-Fetching Data

GraphQL is a query language that lets the client request exactly the data it needs, without over-fetching or chaining multiple calls. This guide explains how it works internally, with code examples and an honest comparison with REST.

By Andrés Morales, 2 months30 July, 2026 ago
Diagram of JWT tokens split into header, payload, and signature
Programación

JWT: How the Tokens That Replace Server-Side Sessions Work

A JWT token lets a server confirm who you are without querying the database again on every request. This guide explains its structure, how to sign it with Node.js, and its real security risks.

By Andrés Morales, 2 months29 July, 2026 ago
Diagram of the TLS 1.3 handshake between client and server
Seguridad

TLS 1.3: How the Handshake That Encrypts HTTPS Works

The TLS 1.3 handshake reduced to a single round trip the negotiation that used to take two in TLS 1.2, and eliminated cipher suites without forward secrecy. Here we explain how it works step by step, with real commands to inspect and configure it in production.

By Clara Vásquez, 2 months27 July, 2026 ago
Diagram showing how regex engines convert a pattern into an automaton
Programación

Regex Engines: From Expression to the Automaton That Runs It

Regex engines aren’t magic: they parse the pattern, build an automaton, and run it against the text. This article explains how they work internally, why some are vulnerable to ReDoS, and when it makes sense to switch to an automaton-based engine like RE2.

By Andrés Morales, 2 months26 July, 2026 ago
Diagram of a skip list showing levels and forward pointers, illustrating skip lists
Programación

Skip Lists: The Data Structure Behind Redis and LevelDB

Skip lists are a probabilistic data structure that Redis uses to implement sorted sets and that LevelDB uses in its MemTable. Instead of balancing a tree with rotations, each node flips a coin to decide how many levels of shortcuts to have. The result is expected O(log n) performance with an implementation much simpler than an AVL or red-black tree.

By Andrés Morales, 2 months25 July, 2026 ago
Diagram of LSM trees with memtable and SSTables on disk
Programación

LSM Trees: How RocksDB and Cassandra Write Fast

LSM trees are the data structure that lets RocksDB, Cassandra, and LevelDB handle intensive writes without rewriting existing files. This article explains memtable, WAL, SSTables, and compaction with real code examples and commands.

By Andrés Morales, 2 months23 July, 2026 ago
WebRTC connection diagram between two browsers
Programación

WebRTC: How Two Browsers Connect Without an Intermediary Server

WebRTC connects two browsers in real time without relying on a central server to transmit video, audio, or files. STUN, TURN, and ICE solve the NAT traversal problem and let you code your first peer-to-peer connection in just a few lines.

By Andrés Morales, 2 months21 July, 2026 ago
Logo of the Python programming language
Programación

Introduction to the Python Language

Python is now one of the most widely used languages in the world and the standard in artificial intelligence and data science. What it is, what it’s good for, its history, and how to take your first steps with version 3.14.

By Andrés Morales, 2 months18 July, 2026 ago
Diagram of the Raft algorithm with leader and followers in distributed consensus
Programación

Raft: The Consensus Algorithm Behind etcd and Kubernetes

The Raft algorithm solves how a distributed cluster elects a single leader and replicates its log without corrupting data during node failures. Etcd, Kubernetes, Consul, and CockroachDB use it in production to maintain strong consistency.

By Andrés Morales, 2 months18 July, 2026 ago
Artistic illustration of the LHS 1140b atmosphere around a red dwarf star
Noticias Tech

First Atmosphere Detected on a Habitable Rocky Planet: LHS 1140b

A Harvard-led team detected helium in the atmosphere of LHS 1140b, the first confirmed atmosphere on a rocky planet within another star’s habitable zone. Helium alone can’t sustain life, but the discovery marks a milestone in the search for habitable worlds.

By Andrés Morales, 2 months18 July, 2026 ago

Posts pagination

Previous 1 … 3 4 5 Next
Linux Courses
Introducción a Linux: Instala Linux en tu PC

Introducción a Linux: Instala Linux en tu PC

Empieza seguro en Linux

4.2 | Gratis


Aprendiendo Linux: uso, terminal y comandos

Aprendiendo Linux: uso, terminal y comandos

Aprende sobre el entorno de escritorio y los comandos básicos de GNU/Linux

4.7 | $19.99

El Solitario > Tutorials
Recent Posts
  • Cache-Control and ETag: How the Browser Avoids Asking Again
  • Laya: AI Decision Engine at 32.8ms, Up to 8 Times Faster Than Jev
  • Claude Code 2.1.277 Adds Support for AGENTS.md as an Alternative to CLAUDE.md
  • Cloudflare Quick Tunnels Adds JSON Output for Coding Agents
  • Andrew Ng Calls AI Extinction Risk Science Fiction
Categories
  • Inteligencia Artificial
  • Microservices
  • Noticias Tech
  • Programación
  • Redes
  • Seguridad
  • Tutorials
Recent Comments
  • guess the movie with hints on GLM-5.3: Z.ai launches the open successor to GLM-5.2
  • Amy WInchester on Universities Bring Back Handwritten Exams Over Fear of AI
  • Luis Navarro on Jacobian Conjecture: 87 Years, and the Counterexample Came From AI (in Dimension 3)
  • Trevor Uptain on Jacobian Conjecture: 87 Years, and the Counterexample Came From AI (in Dimension 3)
  • Privacy Policy
Hestia | Developed by ThemeIsle