Learn what an AWS landing zone is and how it helps you move applications faster and more securely to the AWS cloud. Understand the benefits and setup.
How to install AWS CDK (step-by-step guide)
Install AWS CDK by running the following command in your terminal: npm install -g aws-cdk. Then you can continue to initialize your first project…
Hardening a WordPress website on Amazon Lightsail
This article provides practical solutions on how to securely harden your WordPress website on Amazon Lightsail.
How to get a relative path in Python
Here are the steps on how to get the relative path in Python including an explanation of what a relative path is.
How to get an absolute path in Python
Here are the steps on how to get the absolute path in Python including an explanation of what an absolute path is.
Find your AWS Account ID in 2 simple ways
In this article, you’ll learn how you can find your AWS account ID in the AWS Console and AWS CLI.
How to deploy a CloudFormation template
Here are the steps on how to deploy an AWS CloudFormation template via the AWS Console.
Break out of your Comfort Zone as an Engineer
Break out of your comfort zone and explore new concepts. This will help your personal growth tremendously and elevate your career!
JavaScript: json-server
When developing code that calls on APIs (Application Programming Interface) it can be a pain having to call the API multiple times just whilst coding the initial call or during testing. NPM (A package manager for Node) has a package that solves this called json-server. It can be installed via: The i NPM to install […]
DevOps: What is DORA?
DORA is an acronym for DevOps Research and Assessment. The DORA team carry out research into the DevOps movement and produce “State of DevOps” reports to show what is happening in DevOps across teams across the world. The DORA State of DevOps reports from 2014 onwards can be found at: https://dora.dev/publications/ and show the changing […]