Install
How-To and Tutorials
Getting things done with Cloud Computing.
- 3 Subtopics
- 27 Tracked terms
- Last 30 days Feed window
Inside How-To and Tutorials
What this topic collects on
An article joins this feed when it matches these terms. Each one is also a search of its own.
Latest in How-To and Tutorials
Host your async app without spending a dime using AWS Lambda
3+ hour, 56+ min ago (472+ words) This means you don't have to refactor anything (not this time at least), you just add the adapter (copying the binary into your image if you're using a container or adding a Lambda Layer) and point it to your app's…...
How to Become an MLOps Engineer in India: The Honest Route
7+ hour, 19+ min ago (275+ words) As artificial intelligence and machine learning become part of everyday business, companies need more than just people who can build…Continue reading on Medium » How to Become an MLOps Engineer in India: The Honest Route As artificial intelligence and machine…...
Deploying a containerized app to Google Cloud Run: what I learned
11+ hour, 46+ min ago (431+ words) A note on scope: this post is about the couple-website deploy, but it also draws on two other Cloud Run projects I run — the lessons from those are flagged as "separate project" where they appear. The first decision was the…...
AWS open-sources an AI agent it says is 45% cheaper than Claude Code and Codex
22+ hour, 27+ min ago (472+ words) Strands Harness bundles the tools, context and memory developers otherwise build. AWS says smarter context helped token efficiency — but one rival still beat it....
Daily Deal: The Ultimate AWS Data Master Class Bundle
23+ hour, 20+ min ago (145+ words) Techdirt. Daily Deal: The Ultimate AWS Data Master Class Bundle from the good-deals-on-cool-stuff dept The Ultimate AWS Data Master Class Bundle has 9 courses to get you up to speed on Amazon Web Services. The courses cover AWS, DevOPs, Kubernetes Mesosphere…...
Terraform: cómo declarar infraestructura en código con HCL
1+ day, 31+ min ago (1704+ words) Este artículo explica cómo Terraform y su fork OpenTofu implementan ese modelo con el ciclo plan/apply, qué pasa por dentro cuando corrés esos comandos, y cómo escribir tu primer módulo reproducible con ejemplos de código progresivos. La infraestructura como…...
From DevOps to SRE: A Practitioner's Roadmap for Enterprise Transformation
1+ day, 56+ min ago (859+ words) This post maps the journey from DevOps foundations to SRE practice at the enterprise scale. It is not a theoretical model. It is a phased roadmap with specific exit gates for each phase, derived from the observable signals that distinguish…...
AWS API Gateway Tutorial: REST API in 14 Steps [2026]
2+ day, 9+ hour ago (1709+ words) By the end you’ll have a deployed, callable HTTPS endpoint, a Lambda function reading and writing to DynamoDB, and a checklist for the mistakes that trip up almost everyone the first time they build this stack. Total build time: about…...
I flew helicopters for a living. If I had to break into Azure again, I'd start with the Cloud Resume Challenge
1+ day, 13+ hour ago (746+ words) People message me fairly often asking what to build first when they've got no degree and nothing on their resume. My answer is nearly always the Cloud Resume Challenge, but with a warning I wish someone had given me: most…...
Kubernetes - o que é, para que serve e conceitos iniciais
1+ day, 13+ hour ago (219+ words) Comparado a rodar containers "soltos" (um docker run por servidor, gerenciado manualmente ou por scripts), o Kubernetes automatiza justamente o que se torna inviável de fazer à mão em escala: O Kubernetes organiza tudo em torno de objetos descritos declarativamente…...