Running a Local LLM on AWS Without Losing Your Mind (Mostly)

Running a Local LLM on AWS Without Losing Your Mind (Mostly)

  Running a Local LLM on AWS Without Losing Your Mind (Mostly) If you’ve ever tried doing anything moderately unusual in AWS — like running a local LLM such as DeepSeek inside a secure EC2 instance — you probably know the pain I’m about to describe. What...
How to Install Docker on Ubuntu: A DevOps-Friendly Guide

How to Install Docker on Ubuntu: A DevOps-Friendly Guide

Docker has become a fundamental tool in modern DevOps workflows — from local development to CI/CD pipelines and production deployments. If you’re working with Ubuntu and want to set up Docker properly, here’s a clear, step-by-step guide to get you up and running...
The Broken UX of AWS CloudShell: A DevOps Engineer’s Rant

The Broken UX of AWS CloudShell: A DevOps Engineer’s Rant

🚨 AWS CloudShell in 2025 — still stuck in 2005? I just wanted to spin up a simple Ubuntu EC2 instance, get my .pem key, and SSH in from my Mac.No fancy stuff. No edge case. Just a routine DevOps task. But what should’ve taken 60 seconds turned into: invisible UI...
AWS Basics for DevOps: The Security-First Mindset šŸ”

AWS Basics for DevOps: The Security-First Mindset šŸ”

šŸ” AWS for DevOps: Building Secure Systems from Day One When working with AWS in a DevOps environment, there’s one principle that must guide everything you build: security isn’t a layer you add at the end – it’s the foundation you build on. In a cloud-native world,...