Clean static pages for learning stacks that grow into a real content site.
Every page shares the same CSS and JavaScript, the quiz profile stays in localStorage, and the structure is ready for a sitemap-driven search crawl.
Start with a topic area
Explore organized topic areas.
Terraform
Infrastructure as code basics, file roles, project layout, and secret handling.
Basics
Installation, core syntax, classes, and why header/source files exist.
Docker
Installation, container basics, essential commands, and the WSL workflow on Windows.
Shorts
Short, focused guides for real-world DevOps and Windows developer tasks.
Fast entry points
A few pages picked as the best starting lessons.
Terraform Hello World and First Step
The smallest Terraform flow: provider, resource, init, plan, apply, and destroy.
C++: How to Install and Write Hello World
Pick a compiler, create one source file, compile, run, and confirm the toolchain works.
Docker Hello World and How to Install
Install Docker, pull the starter image, and understand what the hello-world container proves.
Docker and Work with WSL
How Docker Desktop and WSL fit together on Windows, and why it matters for file paths and performance.
Terraform: What Is the Approach to Keep Secrets
How to avoid hard-coded secrets and reduce leakage through files, state, and logs.