Mastodon
Select Page
10/13/2023 — This Week in DevOps

10/13/2023 — This Week in DevOps

So this week in DevOps there was some stuff around DDoS attacks and getting mitigated. Along with just some other things that I found interesting. GCP Mitigating a record breaking DDoS attack So Google Cloud Platform (GCP) had a massive DDoS attack recently. Normally...
The Importance of Personal Backups

The Importance of Personal Backups

So this is one of those topics that I feel like everyone writes off and doesn’t give a second thought about or thinks they have things good enough. Backups are important and I believe we can all agree on that. However, mine really got to get tested this past...
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...
Hosting a Web3 Service Provider

Hosting a Web3 Service Provider

Over the past few months, I have been running hirenodes.io as a provider for various Web3 services. This includes helping to ensure data integrity as well as just keeping the availability of the services high. This has allowed for many interesting discoveries with why...
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...