MIKAEELS>_

Blog Posts

Browse through all articles on cloud, data, and devops engineering.

Use of design patterns in software development

Design patterns are a fundamental aspect of software development, providing a common vocabulary and structure for solving common problems. Understanding and effectively utilizing design patterns can greatly improve the quality, maintainability, and s...

Read more

How to Setup/Enable BitBucket Terminal Access on a Mac

Setting up an SSH key can be a confusing and tedious process, but it doesn't have to be. This blog post will show you a simple and straightforward method for installing an SSH key on your Mac. Step 1: Generate the SSH Key To generate your SSH key, op...

Read more

What does CDK Synth do in AWS CDK

AWS CDK (Cloud Development Kit) is an open-source software development framework that allows developers to define cloud infrastructure in code. One of the key features of the AWS CDK is the ability to use CDK Synth to generate CloudFormation template...

Read more

How to do Subnets Tagging in AWS CDK

Tagging subnets in AWS CDK is a great way to organize and manage your resources within your VPC. By using tags, you can easily identify and filter resources based on their purpose, environment, or any other criteria that is important to your organiza...

Read more

AWS SQS vs SNS vs EventBridge? When to use what?

AWS SQS, SNS, and EventBridge are all messaging services offered by Amazon Web Services that allow for communication between different applications and systems. Each service serves a different purpose and is best suited for different use cases. In th...

Read more

What is a Token in the AWS Cloud Development Kit (CDK)?

The AWS Cloud Development Kit (CDK) is a software development framework for defining cloud infrastructure in code. One important concept in the CDK is the concept of a token. In this blog post, we'll explore what tokens are in the CDK and provide an ...

Read more
Blog | Mikaeels Blog