Category Archives: Python

AWS DevOps Pro Domain 1: SDLC Automation – CodePipeline

By | June 1, 2023

This article is the third in a series covering my AWS DevOps Professional certification study process. Part 2 is here. CodePipeline is a Continuous Delivery (CD) service & a visual workflow. It automates the build, test, & deploy phases of the release process. Load testing requires 3rd party tools. CodePipeline happens in stages which the… Read More »

OS Environment Variables and why the .env file is Python’s best friend 🐍

By | March 27, 2022

The Scenario I am currently doing the 100 Days of Code challenge using Angela Yu’s Udemy course. In the morning before work starts I do a little bit of it on my MS Windows desktop: In the evening I’ll commit my changes to my GitHub repository & step away from the desk. After dinner and… Read More »

Windows Boy in a Mac World

By | August 8, 2019

How to configure VScode, Github, & A Cloud Drive across Windows 10 and OS X I just recently got a Macbook Pro from my office. They said I was due for a system refresh & the 2 systems I’ve been using have been sufficient for my needs. So after *years* of wanting one but not… Read More »

How to add a touch function to PowerShell

By | May 7, 2019

I really like the mac/*nix ability to use touch to create a new file: I wanted to be able to do it in Windows PowerShell – here’s how you do it: Creating a temp function Run the following command from the PowerShell terminal: Making it permanent This is just slightly trickier. *IF* you already have… Read More »

Learning Python in 7,832 easy steps…

By | June 15, 2024

In 2024, learning Python is a crucial skill, particularly for those working in DevOps. As the backbone of automation, infrastructure as code, and continuous integration/continuous deployment (CI/CD) pipelines, Python’s versatility and ease of use make it an indispensable tool for modern DevOps professionals. In this article, I’ll share the resources that have significantly contributed to… Read More »

More Homelab stuff

By | November 7, 2019

So the quarter rack came in, and it’s exactly as advertised. Good machining, the front and sides are both vented and removable. The removable hinges feel solid and not easily breakable. The front locking mechanism isn’t *great*, but that’s not a concern in my environment. It came with casters & leveling feet which were very… Read More »