Introduction If you are already familiar with OOP (object-oriented programming) in Javascript or any other language, then learning Python won't be very hard. If you want to learn Python with some …
What Does An SRE (Site Reliability Engineer) Do On Amazon Web Services?
As usual, this article is more of my own notes to my future self but there is so much useful information it'd be rude for me to keep it to myself. If you find any errors in the article, please …
Continue Reading about What Does An SRE (Site Reliability Engineer) Do On Amazon Web Services? →
DevOps with Kubernetes – Zero to Hero Guide
This is an exhaustive guide that should take you from zero to hero with Kubernetes. Objectives Learn Devops as a practiceUnderstand, deploy, and use KubernetesGet started with containerization …
Continue Reading about DevOps with Kubernetes – Zero to Hero Guide →
My notes for AWS Cloud Certified Solutions Architect Associate
According to Payscale.com, someone with the skillsets proven by the Amazon Web Services Cloud Certified Solutions architect associate makes on average $130,883 in the US and Canada. Getting …
Continue Reading about My notes for AWS Cloud Certified Solutions Architect Associate →
Hashicorp Terraform Introduction
As usual, I wrote some notes for Terraform and thought I'll need them later and share them for posterity. Enjoy ๐ -- DrewLearns Useful Commands You'll need to be familiar with $ terraform init …
Deck Of Cards Project Part 2
This Guide is builds upon the previous four articles over at https://codingwithdrew.com/category/golang/ - if you haven't already, I recommend you start there and work your way …