MIKAEELS>_

Blog Posts

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

How to Deploy All Stacks in AWS CDK

AWS Cloud Development Kit (CDK) is a powerful tool that allows developers to define their infrastructure as code. This means that you can use your favorite programming language to deploy and manage your resources on AWS. In this article, we'll show y...

Read more

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
Blog | Mikaeels Blog