The Cloud Resume API Challenge - Beginner Cloud Project
Get hands-on with a beginner cloud project by building a Cloud Resume API in cloud provide of your choice: AWS, Azure or GCP.
How I Passed the Azure AZ-204 Certification Exam
In this article I share my experience and how I passed the Microsoft Azure AZ-204: Developing Solutions for Microsoft Azure.
Should You Include .Terraform.lock.hcl in .Gitignore?
Should you include .terraform.lock.hcl in .gitignore in your Terraform project or commit .terraform.lock.hcl to version control system?
How I Passed the GitHub Foundations Certification Exam
Learn How I prepared and passed the GitHub Foundations Certification Exam.
Learn This Before Diving Into Kubernetes
Learn this before diving into Kubernetes: The Essential Prerequisites.
Deploying Grafana to Azure’s Web Apps for Containers
Deploying Grafana to Azure Web Apps for Container and Azure Storage - File Share for storage.
How I Passed LPI Linux Essentials Certification
Learn how I prepared and passed the LPI Linux Essentials Certification 010-160.
Understanding Docker - As an 11 Year Old
Understanding Docker and it's different components: docker container, docker images and dockerfile.
Ultimate Docker Cheat Sheet
I've put together this Docker cheat sheet to help you keep track of the most common docker commands.
How I Passed the Google Cloud Associate Cloud Engineer Certification Exam
Hey there, I know, another certification blog post! Today, I'll be sharing the resources and strategies that helped me pass the Google Cloud Associate Cloud Engineer exam. Whether you're new to the world of cloud and cloud certifications or have some...
How I Passed the Microsoft Azure AZ-400 DevOps Engineer Expert Exam
I recently passed the Microsoft Azure AZ-400 DevOps Engineer Expert exam without any preparation, which is designed to test your knowledge and skills in DevOps practices: continuous integration and deployment, infrastructure as code, and monitoring a...
Deploying a Static Website to AWS With Pulumi
Using Pulumi, the IaC tool to deploy a static website to AWS
Deploying a Static Website to AWS With Pulumi
Using Pulumi, the IaC tool to deploy a static website to AWS
AWS CLI Cheat Sheet: Quick Reference Guide for Cloud Developers
Quick reference guide to AWS CLI for EC2, S3 and IAM
DevOps Roadmap 2023 - Ultimate Guide to Become a DevOps Engineer
DevOps is a rapidly growing field, and with the increasing demand for skilled professionals, many people are looking to make the switch. However, knowing where to begin and what steps to take to become a DevOps Engineer can be difficult. In this arti...
Dev Retro 2022 - The Year I Changed 2 Jobs and Left My Dream Company
New Beginnings Start of 2022 I finally left the company I had been working for since I started my tech career as Tech Support. It was hard to say farewell to the company where I had amazing teammates, peers and mentors who supported me throughout my ...
Establishing a Connection: The Fundamentals of the Three-Way Handshake in TCP
TCP stands for Transmission Control Protocol. The three-way handshake is a fundamental part of TCP. It is a process that is used to establish a connection between two devices before they can exchange data. When a client wants to initiate a connectio...
Are Cloud Certifications Worth It?
So the most valuable cloud engineers or developers in many established organizations don't necessarily have loads of certifications. Instead, they bring extensive experience in IT infrastructure and have hands-on experience with the cloud and a habit...
How Did I Become a DevOps Engineer
Hey friends 👋 I wanted to talk about my journey from cloud engineer to devops engineer, some of you already know bit about my career trajectory from help-desk to cloud engineer and then to DevOps engineer. If you would like to know what DevOps is, c...
Crypto Alerts via SMS Using Twilio
Sending text alerts so I don’t have to constantly monitor the Crypto! We all know how volatile the crypto has been, but I get anxious for checking it too often, hence I have built a sms alerting system that sends my crypto prices every morning. Let's...