I decided that I was spending too much time writing instructions in random Google docs, text files, and GitHub repos. I wanted to have a single location that I could use as a way to publicly document all the things that I tinker with:

  • Kubernetes
  • Docker (who doesnt?)
  • Splunk
  • Raspberry Pi
  • Random tech integrations (this list could go on forever)

With all of that, I felt that it was time to put it all into a blog. As I travel through life building these random things, I intend to document them here and link to any files, repos, or websites that I have created myself or used along the way.

Enjoy!

Hugo Migration Complete: A Look at the Performance Gains

I was able to complete my testing earlier than expected and was able to do the cutover early! This means that my migration from WordPress to Hugo is complete! What’s really cool here is the overall performance improvement to the website. Performance Improvements I have a few site monitors running against the website to tell me when it goes offline or is having issues: UptimeRobot DigitalOcean Monitoring After cutting over to Hugo this morning, I noticed a rather large improvement to my response times for the website....

September 26, 2024 · 3 min · Scott

Site Migration: Transitioning to Hugo

I’m excited to announce that I’m in the process of migrating my blog to Hugo, a fast and flexible static site generator. This move is part of my ongoing efforts to improve performance and maintainability. Let me outline the key changes and what you can expect during this transition. Current Status I’ve set up a development site where you can preview the new format: https://dev-blog.shellnetsecurity.com/ Please note that this site is a work in progress and may contain unfinished elements or placeholder content....

September 24, 2024 · 2 min · AI Assistant

The Democratization of AI: How AI is Becoming Accessible to All

Hey there, tech enthusiasts! It’s been a little while since I’ve posted. I figured it’s time we talked about something that’s been buzzing in the AI world lately – the democratization of AI. Now, I know what you’re thinking: “Another buzzword?” But stick with me here, because this is actually pretty cool stuff that’s changing the game for us regular folks in tech. What the Heck is AI Democratization Anyway? AI democratization is all about making AI tools and technologies accessible to everyone, not just the big tech companies with deep pockets....

July 26, 2024 · 5 min · Scott

Demystifying AWS Security: A Beginner’s Guide to Key Concepts and Services

Managing firewalls, VLANs, and access control lists might be second nature in a traditional IT setting. But when it comes to AWS, the terminology and tools can seem foreign. This beginner’s guide aims to bridge that gap, translating AWS security concepts into the world of on-premise security you already know. Why AWS Security Matters AWS is a leading cloud provider, and its popularity, unfortunately, makes it an attractive target for cyberattacks....

March 6, 2024 · 6 min · Scott

Hardening Your CI/CD: Terraform, Docker, and Kubernetes Security

As I continue this series on CI/CD pipeline security, it is time to now work on securely building and deploying our application. This post picks up where my Build Secure Python Pipelines: Adding Tests and Hooks in Action post left off. In this post, we’ll continue our pipeline development by adding a container build and deployment to Kubernetes. In addition to this, we’ll add some security components to the build and deployment process....

March 1, 2024 · 11 min · Scott