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
-

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…
-

Spring Boot Multi-Tenant Architecture (LMS Admin Console, Part 14)
A practical look at Spring Boot multi-tenant architecture through an LMS admin console: tenant-scoped data isolation, organisation reports computed as live folds…
-

The Student Learning Flow in an LMS: Catalog, Enrollment, Course Player & Auto-Graded Assessments (Part 13)
Build an LMS student learning flow: a published-course catalog, idempotent enrolment, a lesson player with progress tracking, auto-graded quizzes and certificates.
