Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 4.99 KB

README.md

File metadata and controls

21 lines (13 loc) · 4.99 KB

My Latest Blog Posts 👇

AWS Step Functions: Standard vs. Express ExplainedAWS Step Functions: Standard vs. Express Explained

September 13, 2024

AWS Step Functions is an amazing orchestration service that enables you to design and manage complex workflows by coordinating various AWS services. It simplifies building and running multi-step appli...



What Is OIDC and Why Do We Need It?What Is OIDC and Why Do We Need It?

August 7, 2024

In the rapidly evolving landscape of cloud computing and application security, managing user identities and ensuring secure authentication are critical for business success. The era of AWS static cred...



A Beginner's Guide to Using AWS CloudTrailA Beginner's Guide to Using AWS CloudTrail

August 6, 2024

Introduction AWS CloudTrail is like a surveillance camera for your AWS environment. It sits in the background unseen and records all API calls and user activities, giving you detailed logs of who did ...



Introduction to the AWS Virtual Private Cloud (VPC) - Part 3Introduction to the AWS Virtual Private Cloud (VPC) - Part 3

July 5, 2024

In part 2, we covered some of the VPC's more advanced capabilities. In this final article of the series, we will cover how to work with multiple VPCs and how you can give your precious users access. L...



Hosting your Frontend on AWS with the CloudFront Hosting ToolkitHosting your Frontend on AWS with the CloudFront Hosting Toolkit

June 9, 2024

AWS has many ways of hosting your frontend. One very cost-effective, scalable, and easily manageable way of doing this is to host your static page on S3 and CloudFront. In this month (June 2024) AWS l...



Visual Regression Testing with AWS CloudWatch CanariesVisual Regression Testing with AWS CloudWatch Canaries

May 3, 2024

In today’s digital era, ensuring your website is consistently up and performing well is not just an option—it's essential. For those using AWS, CloudWatch Synthetic Canaries offer a smart way to monit...