Blog

Latest Posts

Browse all articles on cloud architecture, certifications, and DevOps best practices.

Recent Posts

Wing It: Cloud CRUD with Winglang

2 minute read

I spend a lot of time in Terraform and CDK, but I kept wishing for a tighter feedback loop when I’m experimenting. Winglang scratches that itch with a local ...

AWS Fargate with CDK

2 minute read

In this post, you learn how to use AWS CDK to deploy containers in AWS Fargate. AWS Fargate is a service in AWS which enables us to deploy Docker container a...

Azure 303 Exam Tips

2 minute read

I’ve recently taken the Azure 303 Exam and would like to share my experience, hoping it migth well someone. I am going to start with the organizational stuff...

Using SQS with Lambda and Dynamodb

2 minute read

In this post, you learn how to use AWS CDK to create a backend system which persists data to a database using SQS and Dynamodb and Lambda. Although this tuto...

Running Cron Job on AWS with CDK

2 minute read

In this post, you learn how to use AWS CDK to create a cron job in AWS. A cron job is essentially a task which resources periodically, e.g. every minute, day...

Create a Cognito backed Rest API with CDK

3 minute read

In this post, you learn how to use AWS CDK to create a REST API which is secured with AWS Cognito in AWS. The components used for this application are, AWS C...

AWS Step Functions with CDK

5 minute read

In this post, you learn how to use AWS CDK to create a basic yet powerful workflow in AWS. You can use this workflow to implement very complex applications i...

BASIC AWS CDK Backend API

5 minute read

In this post, you learn how to use AWS CDK to create a basic yet powerful backend in AWS. The components used for this application are, AWS API Gateway which...