preloader

Posts

Beyond the 15-Minute Wall: A Guide to AWS Lambda Durable Functions in TypeScript
Jan 4, 2026

Beyond the 15-Minute Wall: A Guide to AWS Lambda Durable Functions in TypeScript

Learn how AWS Lambda Durable Functions enables stateful, long-running workflows in TypeScript without Step Functions complexity. Build workflows that can run for up to a year with automatic checkpointing and state management.

Serverless Event Sourcing on AWS: Beyond Basic CRUD
Sep 1, 2025

Serverless Event Sourcing on AWS: Beyond Basic CRUD

Learn how Event Sourcing transforms applications by storing immutable events instead of just state. Discover how to design event-sourced systems on AWS using DynamoDB, Lambda, and CQRS patterns for better auditability, scalability, and flexibility.

Breaking Free from Tenant-Specific Logic: One Pattern to Rule Them All
Jul 4, 2025

Breaking Free from Tenant-Specific Logic: One Pattern to Rule Them All

Managing tenant-specific logic can get messy. This article introduces a pattern that simplifies tenant-specific behavior, making your code easier to maintain and extend.

Custom Authentication with AWS Cognito: A Guide to Passwordless OTP Login
Jul 1, 2025

Custom Authentication with AWS Cognito: A Guide to Passwordless OTP Login

Learn how to implement a passwordless login system using AWS Cognito’s custom authentication flow and one-time passwords (OTP). A practical guide to secure, modern authentication.

Optimizing GraphQL at Scale: Tackling the N+1 Problem in AWS AppSync
Jun 11, 2025

Optimizing GraphQL at Scale: Tackling the N+1 Problem in AWS AppSync

Learn how to overcome the notorious N+1 query problem when using GraphQL at scale with AWS AppSync. This post explores efficient resolver strategies and data-fetching patterns that ensure your APIs remain fast and scalable, even under heavy load.

Leveraging Integrators and Disintegrators for Right-Sizing Microservices
Jan 19, 2025

Leveraging Integrators and Disintegrators for Right-Sizing Microservices

Discover the art of right-sizing microservices in this comprehensive guide. Learn how to balance disintegration and integration drivers, avoid common pitfalls, and design scalable, maintainable architectures with practical examples and insights..

Building Intelligent AI Agents with AWS Bedrock
Dec 25, 2024

Building Intelligent AI Agents with AWS Bedrock

Learn how to create smart, scalable AI agents using AWS Bedrock. Discover foundational models, prompt templates, multi-agent systems, guardrails, and more to build your first AI agent in minutes.

Maximizing Cloud Infrastructure Efficiency with AWS CDK and Terraform
Jun 22, 2024

Maximizing Cloud Infrastructure Efficiency with AWS CDK and Terraform

Uncover the art of integrating CDK and Terraform for seamless synergy in cloud deployments. Explore how these powerful tools streamline infrastructure as code, leading to faster and more efficient cloud deployment processes.

Generative AI on AWS with Amazon Bedrock Service
May 1, 2024

Generative AI on AWS with Amazon Bedrock Service

Explore the exciting world of generative AI with Bedrock. Whether you're a beginner or an expert, this post will guide you through the platform's powerful features and the endless possibilities of generative AI.