ARCHITECT’S LOG | Episode 11: Building the Bridges
"Isolation is great for security, but eventually, your resources need to talk to the world."
Last time, i organized the VPC into "rooms" subnets. This week, I mastered the two main ways we let tra...
ARCHITECT’S LOG | Episode 10: Traffic Control inside the VPC
Previously i wrote on AWS VPC Basics1, now I'm looking into the Traffic control of AWS VPC.
"A network without subnets is like a house without rooms. You need walls to stay organized and...
I’ve been documenting my learning journey with Amazon Web Services—and this time, it’s S3.
Here are a few things that finally clicked for me:
ARCHITECT’S LOG | Episode 09: The Infinite Storage
"If AWS is a city, S3 is the warehouse that never runs...
Searching efficiently in VS Code can save you hours of manual work. While the default search is useful, regular expressions regex unlock powerful pattern-matching capabilities. In this guide, I'll break down essential regex patterns and show you how ...