Mastodon
Select Page
09/29/2023 — This Week in DevOps

09/29/2023 — This Week in DevOps

So a new regular post I have wanted to start doing is a “This Week in DevOps”. Overall just trying to capture anything interesting that I saw happening or something that I thought was neat and wanted to share. This is by no means meant as an exhaustive...
Why RClone is Fantastic

Why RClone is Fantastic

A tool that I have been using a lot lately has been rclone. This is really just a tool to help move data between different cloud providers. Similar to rsync in the sense of transferring data. It has been super helpful whenever I need to send a large amount of data....
A DevSecOps take of DefCon 31

A DevSecOps take of DefCon 31

So this was my first year at DefCon and I feel like there were a lot of things that I learned and a lot of things that I want to share for any of the more DevOpsy people going to DefCon. Merch Once you get your badge immediately go ahead and start working on getting...
Benefits of Terraform Modules

Benefits of Terraform Modules

So any DevOps engineer who has worked with Terraform for a while has heard of Modules. Generally, they are similar to a function in programming. You can have something that you need to do multiple times with maybe a slight variation of variables and you can just keep...