Mastodon
Home
Articles
Videos
Categories
Focus Mode
Technology blog

Learning technology
layer by layer

A learning journal about technology and the tools behind it




SEO

What SEO Actually Is: A Mental Model for Getting Found in Search

Imagine a library the size of the planet, with no catalogue, no librarian at the desk, and new books arriving by the millions every single day — most ...

Aug 2026 10 min read
Web

HTTP and HTTPS: How the Web Actually Talks

Every time a web page appears on your screen, two machines have just finished a fast, rigidly polite conversation. One asked for something; the other ...

Aug 2026 13 min read
SQL

CTE vs Temporary Table: Which One to Use and When

Two of SQL's most useful tools for handling intermediate results look deceptively similar: the Common Table Expression (CTE) and the temporary table. ...

Aug 2026 6 min read
SQL

Understanding Temporary Tables

Imagine a whiteboard you wheel into a meeting. You scribble figures on it, refer back to them as the discussion unfolds, rearrange them — and when the...

Aug 2026 7 min read
SQL

Understanding SQL Common Table Expressions

A Common Table Expression — or CTE — is a named temporary result set that exists only for the duration of a single query. It lets you take a complicat...

Jul 2026 8 min read
SSH

The SSH Client Configuration File: Essential Directives

Every time you type a long SSH command, you're doing work the SSH client is happy to do for you. The file ~/.ssh/config is a small, plain-text file th...

Jul 2026 12 min read
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 11 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

The Ultimate SQL Window Functions Course
YT
SQL

The Ultimate SQL Window Functions Course

3h 51 min
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