Skip to content
dalle-2024-11-01-12.18.51---a-3d-rendering-of-a-retro-futuristic-robot-styled-as-a-1950s-phone-operator.-the-robot-has-a-classic-metallic-look-with-a-friendly-expression,-wearing

Custom Domain Setup with Route 53 for Azure CDN

Configuring a custom domain for my serverless web app adds a level of professionalism and branding. By combining AWS Route 53 for DNS management with...

Read more
dalle-2024-10-31-13.04.32---an-8-bit-style-illustration-of-a-machine-learning-ai-brain,-pixelated-with-retro-game-graphics.-the-brain-has-circuits-and-nodes-that-glow,-connected-

Building a Churn Prediction Model with SageMaker Canvas: Infrastructure and Deployment with Terraform

Predicting customer churn is important in many industries, including the telecom industry, for customer retention and business growth. This project...

Read more
dalle-2024-10-31-12.40.53---a-sharp,-dark,-modern-comic-style-illustration-at-a-four-way-intersection-featuring-a-determined-policeman-blocking-a-burglar's-path.-the-scene-has-a-

Configuring CORS for Secure Web Requests in Azure Serverless Apps

Cross-Origin Resource Sharing (CORS) is a critical security feature for web applications, especially when it comes to serverless architectures that expose...

Read more

Creating and Deploying Azure Function App for Dynamic Backend

A serverless architecture is only complete with a dynamic backend capable of handling API requests and generating responses on demand. In this article,...

Read more

Deploying Static Content via Azure CDN with Storage Account Integration

Deploying static assets like HTML, CSS, and JavaScript files is a core part of serverless architecture, and Azure provides a powerful solution with its...

Read more

Monoliths Are Still Bad, Even In Terraform

Reusability in Infrastructure as Code This article reflects on the benefits and avoidable pitfalls of designing reusable Infrastructure as Code modules...

Read more

Introduction to Azure Serverless Web App Architecture

Serverless architectures provide a powerful, scalable, and cost-effective approach for deploying web applications. This post walks you through the...

Read more

Scaling Kafka Log Processing on AWS with EKS, SageMaker, and DynamoDB

Scaling a log processing pipeline to handle high-throughput, low-latency log streams is crucial for real-time data analysis and anomaly detection. AWS...

Read more

Visualizing Kafka Log Data with Amazon QuickSight

In today’s data-driven world, visualizing log data and anomaly detection results is a must for gaining real-time insights into system performance,...

Read more