Blog & Insights
Thoughts, tutorials, and deep dives on web development, design, and AI technologies.
Filtered Posts
7 posts found
AWS Multi-Account Deployment with Azure DevOps Pipeline
Learn how to implement secure, automated multi-account AWS deployments using Azure DevOps pipelines with OIDC federation, IAM roles, and infrastructure-as-code best practices.

Rich Text Publishing with Portable Text and ShadCN UI
Guide to authoring and rendering Portable Text with a Tiptap + ShadCN editor, Amplify/AppSync backend, and Next.js rendering.

Integrating AWS Automated Security Helper with Azure DevOps Pipelines for Pull Request Security Scanning
Learn how to implement comprehensive security scanning in your Azure DevOps pipelines using AWS Automated Security Helper (ASH) to catch vulnerabilities early in the development lifecycle.

Deploying Next.js 15 to AWS CloudFront with CDK
Complete guide to deploying Next.js 15 applications to AWS CloudFront using the AWS CDK and cdk-nextjs construct, with custom domains and SSL configuration

Building Custom Email Workflows for AWS Cognito with Lambda
Transform plain Cognito messages into branded, interactive experiences with Lambda triggers. Learn to create custom email templates, handle multiple trigger sources, and implement best practices for maintainable messaging workflows.

KEDA: Kubernetes Event-Driven Autoscaling
Learn how to implement advanced autoscaling in Kubernetes using KEDA ScaledObjects with practical examples for AWS CloudWatch and Application Load Balancer metrics.

Creating a Python Config Object using AWS Secrets Manager
Learn how to build a secure Python configuration class using AWS Secrets Manager with proper inheritance patterns and Lambda function integration.