Terraform Pipelines for Dummies Part3: GitHub Actions Azure Deploy with OIDC

Intro Did you know that over 23 millions secrets were publicly exposed in GitHub in 2024 alone? and even 70% of the secrets leaked in 2022 are still valid? This is additional evidence that leaked secrets are still the number one biggest threat to your business. The worst thing to do is make it easy …

HashiCorp Vault for Dummies: Setup your 1st Vault with TLS (WSL)

Intro Vault by HashiCorp is a powerful tool for managing secrets, credentials, and encrypted data. In this guide, you’ll learn how to set up a local Vault server using Raft storage and TLS in a WSL (Windows Subsystem for Linux) environment. Whether you’re just starting with secrets management, prepping for the Vault Associate exam, or …

How to pass the CKA certification

Intro The Certified Kubernetes Administrator (CKA) exam is one of the most recognized Kubernetes certifications, proving your ability to manage, troubleshoot, and configure K8s clusters. But unlike traditional exams, CKA is 100% hands-on—no multiple-choice, just real-world challenges. In this post, I’ll break down:✅ Exam structure & key domains✅ How I prepared (resources, labs, and time …

Turn Your Localhost into a FREE Public URL with Ngrok & Zrok -part 1

Intro No Public IP? No Problem! Deploying local apps for external testing from the internet can be a headache—especially if you lack a public IP or don’t want to mess with port forwarding. That’s where Ngrok & Zrok come in. These tools allow you to securely expose your local services to the internet. Plus, they …

Pimp Your Shell with Oh-My-Posh (Windows, WSL, Ubuntu, PowerShell)

Intro Ever felt like your terminal was boring, looking like it was stuck in 1984? Or did those identical WSL boxes make you nuke the wrong OS by mistake ☠️? Don’t sweat it—Oh My Posh is here to save the day, give your terminal the glow-up it deserves, and bring some serious style to your …