Bbb-benjaminincloudwithben.hashnode.dev·Jun 4 · 6 min readDay 3 — Linux User Management Part 1: Creating Users and Managing Passwords on Real ServersI missed posting yesterday.Teaching during the day took everything out of me.But i sat down tonight and finished this. Day 3 is late but not skipped. If you are learning linux for cloud engineering th00
Bbb-benjaminincloudwithben.hashnode.dev·Jun 2 · 7 min readDay 2 — Linux File System Structure: The Map Every Cloud Engineer NeedsYesterday was Day 1. I covered Linux fundamentals, distributions, and set up WSL on my Windows laptop. Today was Day 2. And honestly it was the kind of day where something that looks complicated at fi00
Bbb-benjaminincloudwithben.hashnode.dev·Jun 1 · 6 min readWho Am I and Why Am I Doing This?My name is Benjamin Botchway. I am a final year BSc Computer Science student at KNUST. An HND Electrical Engineering graduate from Accra Technical University and a Mathematics teacher by day. I also t00
SGSandeep Gautaminsandeepgautam.cloud·May 26 · 14 min readThe Five Layers of Cloud Maturity Inside a Bank — Where Does Yours Sit?A diagnostic framework to see where your cloud function sits and what closes each gap. TLDR Banking cloud maturity is not a single dimension. A bank can be sophisticated in infrastructure automation 00
KBKrishna Bagalinblog.krishnabagal.com·May 17 · 4 min readIntroducing S3 Panda 🐼Managing AWS S3 buckets should not feel complicated. That’s exactly why I built S3 Panda — a lightweight and easy-to-use web-based tool that helps developers and cloud engineers access and manage AWS 00
KBkelvin benoinkevdev.hashnode.dev·May 2 · 5 min readCloud EngineeringIf you’re new to cloud engineering, chances are you’ve felt it, that wave of confusion the first time you log into a cloud platform. Endless acronyms, unfamiliar service names, and a maze of options t00
BKBurhan Khanintechwithburhan.hashnode.dev·Apr 11 · 11 min readKubernetes Services Explained ClusterIP, NodePort, LoadBalancer & ExternalName A Complete Practical GuideBy Burhan Khan (techwithburhan) If you've been working with Kubernetes for even a little while, you've probably run into this frustrating moment — your pods are running perfectly, but you still can't10
LBLokendra Bhatinblog.lokendrabhat.com.np·Mar 27 · 13 min readMastering SELinux: The Complete Guide for DevOps EngineersMost teams treat SELinux as an obstacle. The teams that thrive in production treat it as a superpower. Here's everything you need to know to move from frustrated to fluent. If you've ever Googled a 10
ESEmmanuel Soetaninimmanuelsoetan.hashnode.dev·Mar 25 · 6 min readIP Addresses: The Internet's Universal Postal ServiceIP addresses are great. They make the internet work. Without them the internet would be a complete mess. That is why everything that connects to the internet must have an IP address. But where do they00
BFBaribor Forgheinbarrytech.hashnode.dev·Mar 17 · 4 min readHow to Deploy a Web App with CI/CD on Azure App Service Using GitHubYou’ve just finished building your web app. It works perfectly on your computer… but now comes the real question: “How do I get this online without stress?” At first, deployment can feel confusing—upl00