Blog & Insights
Thoughts, tutorials, and deep dives on web development, design, and AI technologies.
Filtered Posts
5 posts found
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.