0x55aa
← Back to Blog

#"networking"

6 articles tagged with ""networking""

"devops""docker""networking"
9 min read

Docker Networking: Stop Guessing Why Your Containers Can't Talk to Each Other 🐳🔌

After spending 3 hours debugging why my API container couldn't reach my database container (they were on different networks), I learned Docker networking the hard way. Here's everything you need to know to never waste an afternoon like that again.

Mar 16, 2026
"rust""systems-programming""security"
7 min read

Rust for Security Tools: Building a Port Scanner That Won't Segfault 🦀🔍

Coming from 7 years of PHP and Node.js, I never thought I'd write a network security tool. Then Rust made it not just possible, but actually safe. Here's what happened when a web dev tried to build their own port scanner!

Mar 02, 2026
"kubernetes""devops""security"
10 min read

Kubernetes NetworkPolicy: Stop Your Pods From Talking to Strangers 🔒🚦

By default every pod in your cluster can talk to every other pod. That's basically leaving every door in your office unlocked. After running production Kubernetes clusters I learned that NetworkPolicy is the firewall you absolutely need but nobody tells you about!

Feb 28, 2026
"devops""docker""containers"
7 min read

Docker Networking: Why Your Containers Can't Talk to Each Other 🐳🌐

After spending an entire afternoon convinced my app was broken, I discovered the real culprit: I was trying to connect containers using localhost like a complete amateur. Docker networking is deceptively simple once you stop fighting it.

Feb 19, 2026
"aws""cloud""networking"
18 min read

AWS VPC Networking: Stop Shooting Yourself in the Foot 🔫🦶

Your AWS resources can't talk to each other, the internet, or you're getting mystery connection errors? After architecting production VPCs, here's how to fix AWS networking without crying into your coffee!

Feb 04, 2026
"rf""wireless""security"
16 min read

WiFi Packet Sniffing: I Can See Your Network Traffic (And You Should Too!) 📡🔒

Ever wonder what's ACTUALLY happening on your WiFi network? I put my wireless adapter in monitor mode and saw EVERY packet flying through the air. Passwords, cookies, DNS queries... the WiFi spectrum tells all. Here's what I learned about wireless security!

Feb 04, 2026