Skill Suites
Code-first guides on AI, DevOps, and shipping software
Real proof-of-concepts you can run today. No fluff, no filler, just working examples.
Latest articles
-

Transactions & Isolation Levels: The Complete System Design Reference
ACID, isolation levels, snapshot isolation, write skew, two-phase commit, and sagas — a complete, self-contained reference on transactions for system design interviews.
-

Replication & Conflict Resolution: The Complete System Design Reference
Single-leader, multi-leader, and leaderless replication, quorums, version vectors, and CRDTs — a complete reference on replication and conflict resolution for interviews.
-

Time, Causality & Ordering in Distributed Systems: Complete Reference
How distributed systems order events with no global clock — Lamport clocks, vector clocks, hybrid logical clocks, and TrueTime — explained for…
-

Consensus & Consistency Models: The Complete System Design Reference
A deep reference on consensus and consistency models — linearizability, CAP, FLP, Paxos, Raft, and strict serializability — for senior system design…
-

Build a PII-Redaction Proxy in Front of Your LLM with Spring Boot
Build a PII-redaction proxy in Spring Boot that strips personal data before it reaches an LLM, forwards only tokenized prompts, and re-hydrates…
-

Add SSH Keys to Hostinger for Passwordless Login & Deploys
How to add SSH keys to Hostinger via hPanel or ssh-copy-id for passwordless login and automated deploys, plus a ~/.ssh/config alias and…
-

How to SSH into Hostinger Shared Hosting (Enable, Connect, Port 65002)
How to SSH into Hostinger shared hosting: enable SSH in hPanel, find your IP and username, connect on port 65002 from macOS,…
-

Deploy an Angular App to Hostinger Shared Hosting with Bitbucket Pipelines (2026)
Automatically deploy an Angular app to Hostinger shared hosting with Bitbucket Pipelines: enable SSH (port 65002), wire keys, build in CI, rsync…
-

SSH Config: Multiple Keys for Multiple Hosts (Per-Host SSH Keys)
Use ~/.ssh/config to assign multiple SSH keys to multiple hosts: per-host IdentityFile, IdentitiesOnly to avoid lockouts, and two GitHub accounts on one…