I have lived through a lot of the major WiFi technology updates, I have also replaced a lot of WiFi routers in my lifetime. With wanting to spend less time dealing with WiFi issues I decided to buy something that was a better quality. Around 2013 the Apple Airport Extreme 6th generation just came...
GPG stands for GNU Privacy Guard, it’s a public-key cryptography that can be used to digitally sign items like commits in Git. GPG provides a lot more functionality, but let's go into why you would want to digitally sign your Git commits. Git does not have any way to validate the author of a...
Obviously, Fitbit is an activity tracker, there isn’t any doubt about that but there are some nice features with Fitbit’s line (along with others) of activity trackers that have been extremely useful in the DevOps and Infrastructure area of my current job. I have the Fitbit Charge 2 and for an...
Over the past couple months, I've been working on fine tuning my Python skills, part of this has been taking tutorials online along with building some applications. One of the things I’ve been wanting to document, mostly for myself, is setting up a new environment for developing with Python. I’m...
So, it was time for a bit of change for the blog. I have been using an older version of Jekyll for some time and upgrading for me has always been a pain. I picked to move away from Jekyll to something new, this is where Hugo comes into play. Hugo Hugo is another static site generator like Jekyll...
I've had the opportunity to use the Elastic Stack (formally known as ELK) for some time now, there's a great number of use cases that the Elastic Stack can fit, but one of the primary uses is to help aggregate logs files into one centralized location. This gives you the ability to analyze and...
I said in my last posting that I could do better with cutting down the build time. To get everything working I needed to add a lot of tasks to the BitBucket pipeline. Besides the execution time, BitBucket also needed to download the Docker Image every time, so the Docker Image size is also a...