234 followers
AWS Cloud Consultant, Writer, Community Builder. Connect on Twitter.
Subscribe to my newsletter and never miss my upcoming articles
The number of courses and content that is available to study for one of the most popular exams: AWS Certified Solutions Architect Associate can be overwhelming. I've created a complete guide that makes sure you can study effectively and pass in one g...
I’ve received this question a lot on Twitter: I want to learn more about the Cloud, but I have no idea where to start? To answer this I've curated 10 free AWS learning resources which are focused entirely on beginners. This list is divided into four...
The AWS CDK Pipelines is a higher level construct that creates a customized AWS Codepipeline specifically for deploying CDK stacks on AWS Accounts and automatically manages the following: Stack dependency order. Asset publishing. Keeping the pipelin...
If you use CloudFormation to provision your infrastructure in AWS, it can be time-consuming to constantly visit the AWS documentation in order to find the right property of each resource type. To solve this problem, I created a VS Code extension that...
As a Cloud Engineer, automation has become a part of my daily life. Automatically deploying Infrastructure using Code has become a safe and fast way to provision servers in the Cloud. Initially, it takes more time to configure the infrastructure as c...
Managing your applications and packages can be cumbersome in your local development environment. This blogpost will show you how to make it a lot easier to manage your macOS applications, CLI- and Pip-packages. At the end of this article, you should ...