Skip to main content

Vibe Coding - Claude Code + Azure Web

$ claude --mode vibe-coding

Vibe Coding with Claude Code
+ Azure Web App

Full-stack solo development, AI-assisted

$17
/ month
1
Developer
4
Stack Layers
Auto-Deploys

As a single developer, I'm now able to own the entire lifecycle of a web application — cloud infrastructure, version control, CI/CD, and full-stack development — all using AI as a co-pilot. It's quite impressive how far we've come.

I signed up for Claude Code Pro ($200/year at ~$17/month) and paired it with an Azure Web App to stand up an ASP.Net MVC web app with auto-deployment from GitHub. Running Claude Code directly inside VS Code keeps everything in one place — no context switching, the AI is right where the code lives.

// table of contents

01  What I'm Practicing
02  The Stack
03  Why It Works
04  Concerns

// section 01

What I'm Practicing

  • Cloud infrastructure — Azure Web App (serverless / PaaS)
  • Version control — GitHub
  • CI/CD pipeline — Auto-deploy on every push
  • Full-stack .Net web development — ASP.Net MVC

// section 02

The Stack

Category Tool Cost
AI / Coding Claude Code Pro $17/mo (annual)
Editor VS Code free
Cloud Azure Web App
Framework ASP.Net MVC free
VCS GitHub free
CI/CD Azure auto-deploy from GitHub

// section 03

Why It Works

Azure Web Apps need no VM management — point it at a GitHub repo and every push triggers an automatic build and deploy. Claude Code handles the heavy lifting on scaffolding, controllers, and config troubleshooting. A solo developer can now realistically own what used to require an entire team.

// note Running Claude Code directly inside VS Code keeps everything in one place — no context switching, the AI is right where the code lives.

// section 04

Concerns

While it seems effortless on the surface, I'm not ready to trust AI-generated code for anything external facing. Reading through the code carefully, I do catch mistakes — logic errors, incorrect assumptions, things that would slip through if I weren't paying attention. It's a co-pilot, not an autopilot.

// warning For now I'd feel comfortable shipping an AI-assisted app on a closed intranet or private network. Anything public-facing on the open web is a different story.

Security, edge cases, and production-grade reliability still require a developer who actually understands what the code is doing. The tooling is impressive — but it doesn't replace the need to read, understand, and own every line.

co-pilot  |  autopilot

1 developer · 4 layers · every push ships — but you still have to read every line.

Comments

Popular posts from this blog

Sony MDR-ZX100 vs ZX-110 vs ZX-310 Series Headphones

Gear Review Budget Audio Face-off: Sony ZX Series Review Comparing the ZX-100, ZX-110, and ZX-310 for your everyday carry ~3 Models ~$10–$20 Price 2.5+ Years Longevity Table of Contents ① Build Quality ② Cost Comparison ③ Sound Quality ④ Overall Value ⑤ Upgrade Path Section I Build Quality The Sony ZX series headphones primarily feature a durable plastic construction. My ZX-100 has lasted over 2½ years, enduring countless tosses into my backpack and car without any issues. However, the lower-end ZX-100 and ZX-110 models have a significant downside: poor-quality earpads.   The Earpad Problem Over time, the earpads on the ZX-100 and ZX-110 disintegrate, leaving vinyl flakes that stick to your hair and ears. The ZX-310 comes with upgraded earpads that don't suffer from this problem — a clear win in the build department. Tip: If your earpads start to flake, it is a sign of material degradation; consider replacing the cushions or upgrading to a model with more durable synthetic lea...

Casio G-Shock - DW5600e vs DW5600ue - EL vs LED

Watch Review · G-Shock The G-Shock Square Evolution DW-5600E vs. DW-5600UE 200m Water Resistance 3 Generations Compared 1987 DW-5600C Debut Table of Contents ① Overview ② The Backlight Battle ③ Comfort Out of the Box ④ The DW-5600C (Vintage) ⑤ The Verdict Overview The Gold Standard, Quietly Updated For decades, the DW-5600E has been the "Gold Standard" for G-Shock squares. It's the watch that replaced the original screw-back models in the 90s and became the definitive tool watch for millions. But recently, Casio quietly updated this legend to the DW-5600UE. I've had both on my wrist recently, and while they look nearly identical at first glance, the differences in daily wear are surprisingly distinct. Section I The Backlight Battle: EL Nostalgia vs. LED Efficiency ...

MacBook Air 2017 - A1466 - Linux - Project + Install Advice

Linux · Dev Hardware · Field Notes My "New" Linux Laptop 2017 MacBook Air — $120 on eBay, Running Linux Mint $120 Per Unit (eBay) 2× Units Acquired 6–8h Battery Life 2.96 lbs I needed a portable laptop with good battery life and decent specs to write code while outside — mostly small-to-medium Python or ASP.Net projects and a few basic ML models. My HP 2016 i7 is too bulky, the HP i3 is hideous, so I replaced my old Linux laptop with not one but a pair of MacBook Airs picked up on eBay for $120 each. Why two? Originally I got the 256GB MQD42LL/A, and when pricing a 512GB SSD upgrade it was basically the cost of a whole 512GB A1466. Why pay $80 for a drive when $120 gets an entire computer? Eventually I'll get a newer M-series MacBook to fulfill my programming needs — but for $120, this is unreal value. Even after 9 years it looks modern and...