Skip to content

deployment

11 posts

deployment
GitHub Environments: Manual Approval Gates for Deployments

Production deploys need a real approval gate: use GitHub Environments with native protection rules and scoped secrets, not workflow if: hacks or marketplace actions.

github-actions · ci-cd · devops +2

API Versioning Strategies in Practice: From First Release to Sunset

A practical guide to API versioning: URL vs header approaches, breaking changes, Sunset-header deprecation, AWS API Gateway, GraphQL, and contract testing.

api-design · deployment · graphql +4

LaunchDarkly vs Unleash vs AWS AppConfig: Feature Flags at Scale

A production guide to feature flags in distributed systems, comparing LaunchDarkly, Unleash, and AWS AppConfig with examples for rollouts and A/B testing.

feature-flags · devops · ci-cd +5

Dokploy + Cloudflare Tunnel on a VPS: Setup Guide

A practical guide to setting up a secure, affordable private server using VPS, Dokploy for deployments, and Cloudflared tunnels for secure access without exposing ports

docker · deployment · cloudflare +2

Lambda Layer Versioning Strategies for Multi-Environment Deployments

Practical approaches to managing Lambda Layer versions across dev, staging, and production with AWS CDK, automated deployment pipelines, and rollbacks.

aws · lambda · aws-cdk +4

Next.js Deployment Alternatives to Vercel: A Comprehensive Guide

A practical guide to deploying Next.js beyond Vercel, covering the cost profile, implementation details, and migration path for each target platform.

nextjs · deployment · aws +4

Real-time Notifications and Multi-Channel Delivery: WebSockets, Push, Email, and Beyond1/1

Implementation strategies for real-time notification delivery across WebSocket, push notification, email, SMS, and webhook channels with production-tested patterns

real-time · notifications · messaging +2

Build a URL Shortener with AWS CDK Part 4: Production Deployment1/1

Multi-environment deployment, performance optimization at scale, cost management, and monitoring with solid incident response patterns.

aws-cdk · lambda · dynamodb +6

API Versioning with AWS API Gateway and CDK: A Practical Guide

Path-based API versioning on AWS API Gateway with CDK: a lifecycle registry per version, per-version Lambda handlers, discovery, and deprecation signals.

api-gateway · aws · aws-cdk +3

The Future Landscape: Edge Computing and Beyond1/1

What edge computing, AI-assisted development and platform integration actually changed in frontend tooling, and which promises the published figures do not support.

edge-computing · ai-tools · deployment +3

Git Branching Strategies: Real-World Lessons for Different Teams and Products

Git branching strategies mapped to team size, product type, and release cadence. GitHub Flow is the default; here is when another model earns its overhead.

ci-cd · lessons-learned · team-management +3