I'm a highly skilled and experienced Cloud Developer with years of experience building, automating, and managing cloud-based infrastructures and applications.
Yo, keeping your AWS IAM setup locked down ain't easy. You could spend hours digging through users, roles, and policies, or you could let IAMGuard do the heavy lifting. This tool scans your AWS IAM setup, flags security risks, and drops clean reports...
Introduction Hey everyone! Want to dip your toes into cloud computing without feeling overwhelmed? Let’s build something cool: A serverless website uptime monitor using AWS. Imagine a tool that checks if a site’s up or down every 5 minutes, logs the ...
Struggling to manage your AWS resources effectively? You're not alone. But what if you could simplify tasks and boost collaboration directly within your chat platform? This step-by-step video demo unveils the power of ChatOps with Microsoft Teams for...
As a mentor, one of the most insightful questions I've recently received from a mentee revolves around the journey to career success. The inquiry delves into the intricate details of navigating through a professional landscape, and it sparked a thoug...
Hey everyone, I want to discuss AWS Elastic Beanstalk in this video. This video is designed to help you learn and deploy with AWS Elastic Beanstalk, and we're going to do that by doing a follow-along and a little lecture. So that's the goal of this ...
In this tutorial, we discussed the Windows 10 / Windows 11 built-in program called PSR (Problem Steps Recorder) or SR (Steps Recorder), which allows you to record your windows machine interactions through screenshots and clicks activity documentation...
Amazon Elastic Block Store (Amazon EBS) provides block-level storage volumes for use with EC2 instances. One thing a physical Hard Drive does not have and EBS volume have is its flexibility. EBS Volumes are highly flexible, you can dynamically increa...
In this video tutorial, we will learn to create and work with AWS Cloud9 and some of its benefits. Prerequisites: AWS Account You can watch the full video on my YouTube channel (13:09 minutes watch). https://youtu.be/FLcI2l5Uyig
In this video tutorial, we will learn to create and deploy a Virtual Machine running windows server on AWS Prerequisites: AWS Account You can watch the full video on my YouTube channel (18:09 minutes watch). https://youtu.be/jXvzFQQmk_Y
In this video tutorial, we will learn what a VM (Virtual Machine) is. In addition to learning the theory behind VMs, you will also learn how to create and deploy a VM running Windows 11 on Azure. Here are the topics covered: Virtual Machine Hypervis...
Learn how to map an existing custom DNS name to Azure App Service. In this tutorial, you learn how to: Map a root domain by using an A record. Redirect the default URL to a custom directory. Requirement: Buy a Custom domain (https://iroleh.com/buy...
In this mini-course, we will learn what AWS SNS is and its use cases. In addition to learning the theory behind AWS SNS, you will also learn how to implement AWS SNS by building a Node.js API. Here are the topics covered: AWS SNS IAM Node.js Prereq...
Learn how to setup custom domains on hashnode with Azure App Service Domains Prerequisites: Azure Account A custom domain name Learn how to purchase on Azure App Service Domains Hashnode.com account You can watch the full video on my YouTube chan...
Learn how to buy a custom domain on Microsoft Azure. Prerequisites: Azure Account A domain name You can watch the full video on my YouTube channel (12:58 minutes watch). Update: Part2 of this tutorial can be found here: https://iroleh.com/map-...
Learn how to deploy a static website to Azure Storage. In addition to learning the theory behind hosting static websites to Azure, you will also learn how to implement them step-by-step. Here are the topics covered: Azure Storage Azure CDN Prerequi...
Learn how to deploy a static website to AWS. In addition to learning the theory behind hosting static websites to AWS, you will also learn how to implement them step-by-step. Here are the topics covered: S3 Bucket IAM policies. AWS’s content dist...
Learn why Exalate is the leading Cross-Company Integration solution. Here are the topics covered: What is Exalate How Exalate works (from an end-user point of view) How to setup Exalate (on JIRA instances) What is Exalate Exalate is the most flexib...
The idea of being able to send and receive money almost instantly from anywhere in the world with no middleman is really appealing to a lot of people. Today, I thought it'd be fun to build a small web event ticketing portal Demo (something similar t...
What is the every() method in JavaScript? The every() is an Array method that checks if all the elements in an array pass a test (implemented by the provided function). The every() method returns a Boolean value (true or false) on each of the element...
NVM Not Found after Pimping Terminal with oh-my-zsh? Have you finished configuring your terminal?Looking so cool now, but while can't I make use of my favorite tools after the Pimp? I have encountered this issue every time I pimp my terminal, so tod...