← Back

DevOps

Sept 18

Deployed Node.js backend on port 3000. Stripe webhooks handling payments. No database needed.

Stripe Backend Deployment

Node.js Express server. Payment intent creation. Webhook validation. 15 lines of code.
View →

AWS Lambda Voting API

Project voting system. DynamoDB storage. CORS handling. Rate limiting built-in.
Code →

Static Site Hosting

No build process. Pure HTML/CSS/JS. CDN distribution. SSL certificates.
Setup →

Environment Management

Localhost:3000 development. Production environment variables. Secret management.
Config →