Advertisement · 728 × 90

Posts by Yashvi Kothari

Own your namespace. Point anywhere.Launch: Buy domain → A record to S3/EC2 → health check.Hands-on first: yoursite. com live. Failover? Routing policy.
Then decode: Records = DNS Lego. Health checks = auto-healing. Traffic policies = smart redirects.Your cloud empire's front doo

2 months ago 0 0 0 0

Code runs. No servers. Pure event magic.Launch: S3 upload trigger → Python Lambda → process file.Hands-on first: Upload fires function. Logs in CloudWatch.
Then decode: Cold starts = warm with Provisioned. Memory = billing gotcha. Event-driven = scale to zero.Future of apps. Build it now.

2 months ago 1 0 1 0

Turn your site supersonic. Global edge.Launch: S3 origin → CloudFront distro → custom domain.Hands-on first: Load times drop 80%. Invalidate cache on updates.
Then decode: Edge locations = low latency. Behaviors = routing smarts. No CDN? Users bounce.
Your static site, enterprise-grade.

2 months ago 0 0 1 0

Ditch EC2 DB nightmares.
Launch: RDS PostgreSQL → Python/Flask connect → CRUD app.Hands-on first: App queries live DB. Scale reads? Pooling.
Then decode: Backups automated. EC2 DBs? Manual hell, single-point failure. RDS = managed reliability.Why 99% of apps run this way.

2 months ago 0 0 1 0

Never lose data again. Like Git for files.Launch: Upload → set versioning → lifecycle to Glacier.Hands-on first: Accidentally delete? Recover instantly.
Then decode: Storage classes = cost killers. Versioning = undo button. Policies auto-archive junk.Engineer's backup ritual, automated.

2 months ago 0 0 1 0

Hook: Deploy your first app. Watch it scale (or crash).Launch: t2.micro → SSH key → Nginx + your Node app. Security groups = firewall.Hands-on first: App runs. Traffic spikes? Add ALB.
Then decode: SSH keys beat passwords. Groups = zero-trust basics. No load balancer? Downtime is prod server story.

2 months ago 0 0 1 0

Your portfolio lives forever. $0/month.Launch: Bucket → enable hosting → upload HTML. Add CloudFront. Tweak bucket policy.
Hands-on first: Site goes live in 10 mins.
Then decode: Why public buckets = security holes. Policies = your moat. CloudFront = speed hack

2 months ago 0 0 1 0
Advertisement

Here are 7 dead-simple projects. Free tier. Solo. Each cracks one core read concept wide open.Master these > any exam.

2 months ago 0 0 1 0

Each project: 1-2 hours. One core service. Real pain solved.

Certifications won't teach you cloud. Hands-on projects will.You're an engineer staring at 100+ AWS services. Shiny badges promise mastery. They lie.Truth: Build once, understand forever.

2 months ago 0 0 1 0

You don't need all 100+ services. Master these 10: VPC, EC2, RDS, ECS, Lambda, IAM, S3, EKS, Route53, Secrets Manager/KMS.Build them. Theory clicks after. Certs? Optional victory lap.Engineer truth: Hands dirty > head in books.What's your first project? Reply below.

2 months ago 0 0 1 0
Preview
Manage Message Queues Using Amazon SQS Queues are where your architecture tells the truth. Not in the slide deck, not in the Jira ticket. In...

✍️ New blog post by Yashvi Kothari

Manage Message Queues Using Amazon SQS

#queue #sqs #aws #pubsub

3 months ago 0 1 0 0
Preview
How Web Requests Work: DNS, TCP/IP, TLS, HTTP A protocol-level breakdown of DNS, TCP/IP, TLS, HTTP: mapped to the OSI model to understand what happens in every layer.

Read “How Web Requests Work: DNS, TCP/IP, TLS, HTTP“ by Yashvi Kothari on Medium:
medium.com/@yashvikotha...

6 months ago 0 0 0 0
AWS Builder Center Connect with builders who understand your journey. Share solutions, influence AWS product development, and access useful content that accelerates your growth. Your community starts here.

I have completed a guide kinda kitchen analogy to walk you through these 5 services.

Spend a weekend with it, and you'll understand 80% of what powers the internet.

Read
builder.aws.com/content/2uwN...

#AWS #CloudComputing
@awscloud.bsky.social
@awscmblogposts.bsky.social
#AWScommunity

6 months ago 1 0 0 0

Lambda is code that runs on demand.

No servers to manage. It only works when triggered. It's the ultimate leverag,i.e automating small tasks that would otherwise consume your time and resources.

6 months ago 0 0 1 0

A house with no locks is not a home. IAM is the security guard for your AWS resources.

It answers one question: "Who can do what?"
The most common cloud failures are not tech failures; they are human failures of permission. Use IAM to grant least privilege.

6 months ago 0 0 1 0
Advertisement
Post image

Data needs a librarian. RDS is a managed database that organizes and protects your information.

It handles backups, patching, and scaling for you. You focus on building, not on database administration.

6 months ago 0 0 1 0
Post image

Every engine needs fuel and a place to park. S3 is your infinite storage pantry.

Store images, logs, backups, or even host a simple website. It’s cheap, durable, and universally accessible. It’s the hard drive of the internet.

6 months ago 0 0 1 0
Post image Post image

It's just someone else's computer.

When you launch an EC2 instance, you're renting a computer. You pay only for the time you use it. It's the engine for your application.

6 months ago 0 0 1 0
Post image Post image

AWS has over 200 services. You only need 5 to build most things.

EC2 → A computer.
S3 → A hard drive.
RDS → A database.
IAM → A security guard.
Lambda → An automation button

6 months ago 0 0 1 0

tl;dr:
Best practices are the floor.
Ground Hacks/hands on tricks and knowledge is the ceiling.
Go learn, ship, break, fix, and share—until your hard-won lessons become your unfair advantage.

8 months ago 0 0 0 0

One can’t outsource this.

No blog, no course, no certification replaces ftom personal projects /practical labs /ground experience which keeps compounding.

Yes so human experience that human touch is hard to replace: not because they know more, but because that kinda knowledge is uniquely theirs

8 months ago 0 0 1 0

Mentorship speeds this up.

Find someone who’s shipped at scale: ask them the “dumb” questions.

You’ll uncover the hidden “why” behind the “how.”

the stories, the failures, the unspoken rules.

8 months ago 0 0 1 0
Advertisement

to acquire this edge
Build in public,take ownership at workplace/projects.

Ship real systems, break them, fix them, and write about what you learned.

Most people never get past “hello world,” so your scars become your leverage.

8 months ago 0 0 1 0

Eg:-
Redis:
Best practice say, “Use streams for real-time data.”

But the expert /engineers tackle and understand how to benchmark stream sharding, recover gracefully from a network split, or tune for sudden traffic spikes.

This isn’t in the docs.
It’s in the scars.

8 months ago 0 0 1 0

A learning( intuition one) from shipping, breaking, fixing, and relearning over years.

It’s understood, context-sensitive, and yet invisible from outside still we can make a way forward.

8 months ago 0 0 1 0

Documentation gives you the first 70-80%.

But the last 20-30%
-> the real edgecomes from long-tail knowledge.

8 months ago 0 0 1 0

are the best(engineers/SMEs/experts) still paid a premium?

Because value isn’t in what you can read -> it’s in what you can never write down.

8 months ago 0 0 1 0

All the best practices in any field are easily Googled.
They’re documented, standardized, trained for ai,commercialized,etc

8 months ago 0 0 1 0

What Engineer breaks and understand that Best Practices Can’t Teach ?

8 months ago 0 0 1 0
Post image

Thanks 😭✨

8 months ago 0 0 0 0
Advertisement