RSSAmplifier

Blog

Vincent Iroleh

I'm a highly skilled and experienced Cloud Developer with years of experience building, automating, and managing cloud-based infrastructures and applications.

irolehtech.comRSS feed ↗20 posts

Latest posts

IAMGuard: Keep Your AWS IAM Game Tight 🔥

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...

Build a Serverless Website Uptime Monitor with AWS and AI

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 ...

ChatOps for AWS: Manage Your Cloud from Teams

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...

Navigating Career Success: A Mentor's Reflection

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...

Deploy an existing NodeJS API to AWS Elastic Beanstalk using the AWS CLI

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 ...

Meet the Windows Built-in tool "Problem Steps Recorder"

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...

Extend AWS EBS Volume with Zero Downtime

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...

A Quick Overview of AWS Cloud9

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

Create and deploy a Virtual Machine running windows server on AWS

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

Getting Started with VMs on Azure

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...

Map Existing Custom Domain to Azure App Service

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...

Implement AWS SNS by building a Nodejs API

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...

Setup custom domains on hashnode with Azure App Service Domains

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...

Buy a custom domain on Microsoft Azure part1

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-...

Deploy Static Website to Azure Storage and Azure CDN

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...

Deploy Static Website to AWS

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...

Exalate: The Synchronization solution you should be using

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...

Build and Deploy a Ticket Booking Platform with NodeJS and Coinbase Commerce

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...

The Array every() Method in JavaScript

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?

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...