Testing That I Actually Run: A Small Pyramid
The small testing stack I use for personal projects: fast Vitest unit tests for pure logic and a short manual smoke protocol, without bloated flaky UI test suit…
What is the devops tag? The devops tag collects 4 articles from Bradley Matera's portfolio covering devops-related topics in web development, cloud engineering, and AI. Each article includes real project examples, code snippets, and verification steps — not generic tutorials.
4 articles spanning 10.0–29.0. Written by Bradley Matera, a web developer in Durand, Illinois, serving Northwest Illinois with website design, SEO, and full-stack development. Last updated 29.09.2025.
These 4 articles cover devops-related topics from a practical, hands-on perspective. Each piece is based on real projects, experiments, or problems I solved — not theoretical overviews. You'll find code examples, before-and-after comparisons, and specific tools or techniques that worked in practice.
The following 4 articles are tagged “devops”:
| Title | Date | Read time |
|---|---|---|
| Testing That I Actually Run: A Small Pyramid | 29.09.2025 | 7 min |
| Containerization and Orchestration: A Small Lab You Can Run | 22.06.2025 | 8 min |
| GitHub Actions Basics: One CI Check You Can Trust | 25.02.2025 | 7 min |
| Docker Multilang: One Compose File, Three Runtimes | 10.02.2025 | 6 min |
The small testing stack I use for personal projects: fast Vitest unit tests for pure logic and a short manual smoke protocol, without bloated flaky UI test suit…
A start-to-finish containerization lab: build a Docker image, run it with Compose, and confirm it responds to a health check using exact, copy-paste commands.
The minimal GitHub Actions CI workflow I drop into JavaScript projects: one runner, two commands, and a green check that verifies the build on every push.
How I containerized a small multi-language project with Node, Python, and Nginx using one Docker Compose file to understand how containers actually wire togethe…
Looking for more topics? Browse all tags or visit the blog index for the full archive.