All posts
Certified Kubernetes Security Specialist (CKS) #20 Full-Length Practice Exam — 16 Tasks with Solutions
The final post of the Certified Kubernetes Security Specialist (CKS) series. Work through 16 task scenarios that integrate all six domains in the same flow as the real exam, then unfold each task's solution commands, YAML, and traps to grade yourself. Sum the points against the 67% pass line and lay out a review path for your weak domains.
Hardware Intermediate #4: NUMA — Memory Is Not Uniform
On a server with two or more sockets, memory access speed depends on where the core sits. NUMA structure, the gap between local and remote access, miss ratios as seen in numastat, and how databases and virtualization cope.
How 1Password and Google Password Manager Stay Safe: Master Passwords and Encryption
How password managers protect dozens or hundreds of passwords — explained without code. How one master password locks the rest, how zero-knowledge sync hides the vault from the company, why auto-fill quietly defeats phishing, and how the field is shifting toward passkeys.
React State Management in Depth #3: Lightweight Client State with Zustand
Share global client state with no Provider and minimal boilerplate using Zustand. Store creation, re-render optimization with selectors, and the persist middleware.
Red Hat Certified Engineer (RHCE) #19 Full-Length Practice Exam — 15 Tasks with Solutions
The final post of the Red Hat Certified Engineer (RHCE) series. Work through 15 task scenarios that integrate every domain in the same flow as the real EX294, then unfold each task's solution Ansible playbooks, commands, and explanation to grade yourself. Sum the points against the 210/300 pass line, check idempotency and FQCN, and lay out a review path for your weak domains.
Red Hat Certified System Administrator (RHCSA) #16 Full-Length Practice Exam — 16 Tasks with Solutions
The final post of the Red Hat Certified System Administrator (RHCSA) series. Just like the real EX200, work through 16 task scenarios that integrate every domain, then unfold each task's solution commands and explanation to grade yourself. Sum the points against the 210/300 pass line and verify that your work survives a reboot.
What's the Difference Between 5G, LTE, and Wi-Fi? The Roads Your Phone Takes to the Internet
The 5G, LTE, and Wi-Fi indicators on your phone status bar are different roads to the internet. Cell towers and licensed spectrum, what improves with each generation, why 5G rarely feels as fast as advertised, and the moments your phone switches roads — all explained for non-developers.
LLM App Development #8: Building a RAG Pipeline
Hand the documents found by vector search to Claude so it answers based on our documents. We complete RAG, building the full pipeline of chunking, retrieval, prompt injection, and generation.
AWS Certified CloudOps Engineer - Associate (SOA-C03) #11 Domain 4-2 Networking — Route 53,CloudFront,Delivery Operations
The eleventh post of the SOA-C03 series covers the second axis of the networking domain: DNS and content delivery. From an operations perspective, it organizes Route 53 record types and routing policies, health checks and failover, CloudFront caching and origin configuration, ACM certificates, and delivery troubleshooting such as caching and latency.
Build a Manual with Docusaurus #3: Writing Content — Code Blocks, Mermaid, Admonitions
We cover three elements that make docs easy to read: code blocks with titles and line highlighting, Mermaid diagrams drawn as code, and admonitions that surface cautions and warnings. Here's how to use each in Docusaurus.
Build a Manual with Hugo #4: Deploying to Cloudflare Pages and Connecting a Domain
We send the docs we built locally out into the world. We cover pushing to GitHub, connecting to Cloudflare Pages and setting up the build, and attaching a custom domain. We also point out Hextra's Go module and the publish-date trap along the way.
Build a Manual with MkDocs #3: Writing Content — Code Blocks, Mermaid, and Admonitions
We cover three elements that make docs pleasant to read: code blocks with titles and line highlighting, Mermaid diagrams drawn as code, and admonitions that make cautions and warnings stand out. Here's how to use them in MkDocs Material.