My Cloudy Resume

A Cloudy Challenge I can’t remember where I originally found the link but there’s a website that challenges aspiring cloud engineers to host a publicly accessible HTML version of their resume on a cloud platform. The website outlines high-level steps on how to accomplish this, including steps tailored to popular cloud platforms. As someone always looking to expand my portfolio, I eagerly embraced this opportunity. Indeed, it turned out to be an excellent experience!...

May 24, 2023 · 21 min

Learn Go: III

The next item in my Go curriculum is to start writing code. At this point, I haven’t installed Go or configured an IDE and I really don’t want to. It’s a commitment I’m not ready to make yet. Instead, I hop on the internet to find a Coding challenge site. There are many websites that provide a straightforward and comfortable environment for eager students to get their hands dirty with actual code and actual coding problems....

September 11, 2022 · 6 min

Learn Go: II

We’ll finish the rest of the Tour of Go this time, which was started in the [previous post]({% post_url 2022-08-09-learn-go-i %}). Methoding Around The Tour’s next lesson is called Methods. But wait…there’s no classes, what are you calling methods on? Types! A method is a specific type of function that can be identified by the way they are declared. A receiver argument appears after the keyword func and before the method name:...

August 14, 2022 · 6 min

Learn Go: I

In the [last post]({% post_url 2022-07-25-new-language-first-steps %}), I went over why wanted to learn Go. In this post I put my money where my mouth is. Readying Up Coffee poured and hip-hop music on, I sit down at my computer to learn. In the most naive fashion, I decide to start by finding and going to the Go website. This turns out to be the best choice. The Tour of Go found under the Get Started page is an “interactive introduction to Go in three sections”....

August 9, 2022 · 7 min

New Language: First Steps

I recently found out about the esteemed Shamus Young and exploring his work has been gratifying and eye-opening. His skill at writing, transparency, and technical prowess makes one want to be a better engineer and person. One of the nuggets of knowledge found in his volumes is the benefit the act of writing itself has. And so I’ve explained why this series exists. At this point in my software career, I’m fluent in Python and can deal with some C (technically got paid for C development for 2 years, but in reality I didn’t write much)....

July 25, 2022 · 2 min