Mastodon
Select Page
Terragrunt an Initial Take

Terragrunt an Initial Take

I have always been a massive fan of Terraform. It helps to smooth everything and help things keep moving well. However, I used to be a little bit against Terragrunt. I felt like it took something and abstracted it away. However, I have recently had the opportunity to...
Deploying Uptime Kuma to Fly

Deploying Uptime Kuma to Fly

Uptime Kuma is one of my favorite status systems. It is simple to setup, looks nice, works well, and integrates with almost everything. One of the best parts to me about it is the fact that I can quickly deploy it on Fly.IO since it is just a simple docker container....
Prowler: Security Scanning

Prowler: Security Scanning

Another Security Scanning tool that I enjoy using is called Prowler (Github Link here). They have a CLI utility that is awesome at running quick scans and they also have a cloud paid version that helps with more constant scanning and gives some nice dashboards. For...
Why I Like GitHub Actions

Why I Like GitHub Actions

So if you have ever done anything in DevOps you have worked with some kind of CI/CD. I have worked with multiple different ones over the years and have certainly generated some opinions around them and which ones I prefer. Ease of Use GitHub Actions has been one of...
NGROK: Still a cool tool

NGROK: Still a cool tool

I’m sure plenty of people have used NGROK. It is a tool that I used a lot as a developer to quickly stand up and test webhooks if I needed to hit my local computer. It helped to just give me an external URL that I could use to get the data. However I recently...
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....