Home
Articles
Videos
Categories
Focus Mode
Technology blog

Learning technology
layer by layer

A learning journal about technology and the tools behind it




SSH

Trusting a Key: authorized_keys, ssh-agent, and Closing the Password Door

Key-based SSH login is deceptively simple: once configured, it just works. But "configured" hides three separate mechanics worth understanding — how t...

Jul 2026 10 min read
SSH

SSH Keys: Generating Your Cryptographic Identity

Passwords are guessable. Cryptographic keys are not. Moving from password-based SSH to key-based authentication is the single highest-impact security ...

Jul 2026 9 min read
SSH

SSH Explained: The Secure Shell That Quietly Runs the Internet

SSH lets you safely control a remote computer over the open internet — encrypting every keystroke, every command, every response. Before it existed, l...

Jul 2026 15 min read
SQL

Questions Inside Questions: SQL Subqueries Explained

A subquery is a query nested inside another query — a small question whose answer feeds a larger one. Master the four places a subquery can live and y...

Jul 2026 9 min read
SQL

From Rows to Insights: Aggregate Functions

A database that can only hand back individual rows is like a calculator that only displays the numbers you typed in. The real power of SQL appears whe...

Jun 2026 11 min read
Git

Git Branches: Your Code's Parallel Universes

A branch is the feature that made Git famous. It lets you split off a private line of development, experiment freely without endangering your working ...

Jun 2026 14 min read
Containers

From Blueprint to Running Process: Inside Container Images

You know what a container is and why it exists. Now let's open the hood. This article walks through what a container image really is — the Dockerfile ...

May 2026 17 min read
SQL

SQL JOINs: Combining Data from Multiple Tables

Relational databases deliberately scatter information across many tables — a single customer here, their orders there, their addresses somewhere else....

May 2026 9 min read

SQL Subquery vs CTE vs Views vs CTAS vs TEMP
YT
SQL

SQL Subquery vs CTE vs Views vs CTAS vs TEMP

10 min
SQL Temp Tables (Visually Explained)
YT
SQL

SQL Temp Tables (Visually Explained)

16 min
Sign in SSH for Beginners: The Ultimate Getting Started Guide
YT
SSH

Sign in SSH for Beginners: The Ultimate Getting Started Guide

1h 27min
Learn Docker in 2026 - Complete Roadmap Beginner to Pro
YT
Containers

Learn Docker in 2026 - Complete Roadmap Beginner to Pro

31 min