Automate Tasks
How to build scripts and tools that automate boring stuff in your life or work. We’ll show you examples of automation projects that others actually want to use. Turn your repetitive tasks into useful open source tools.
7 minute read
You’ve spent decades running infrastructure, securing environments, automating workloads, or writing code. But when it comes time to “build in public,” it can be hard to know where to start, especially if you’re not a traditional software developer. This page is meant to help you brainstorm project ideas that showcase your experience and get you moving.
We cover this much more over in Build Your Platform, but basically working in the open helps you:
And yeah, maybe even make some money later.
You don’t need a business plan or an audience. You just need something useful and public.
Something that applies to everyone here is this idea, which is pretty doable, and monetizable:
Then, you embed your YouTube video in your blog post, and link to your blog post in the video description on YouTube. Now you have a blog post and a video that are cross-promoting each other, and you can share them on social media, forums, etc. For example, you write a small post, from your brand account: “I just wrote a post on how to solve X problem, and made a video about it. Check it out!” and link to both. Post that on:
Could you do something like this once a week? Or ideally twice a week? It doesn’t have to be a huge project, just something useful that you can share.
The YouTube angle is a bigger leap, so you can just start off with blog posts that take :45 minutes to write. Later, you can turn those into videos. Or, if you’re comfortable, just start with videos and write a blog post to go with it.
There are other Monetization ideas, but this is a start. By gettng something out there, another path is having a “Hire Me” section where people can hire you for a quick consultation, to build something, or to help with a problem. There are lots of ways to monetize your skills, it just depends what you are comfortable with.
This one’s obvious. You’re already used to GitHub and building apps. But the key is to productize something.
You’ve probably got dozens of Bash scripts, homelab setups, and automation routines sitting on your disk.
dotfiles
, shell scripts, or backup routinesYou can bundle these into a “homelab jumpstart” repo and link to affiliate gear, sell a companion eBook, or spin up a paid course later.
You think in VLANs and BGP sessions. That’s valuable knowledge most people don’t have.
Combine your labs + diagrams into a paid workshop or downloadable lab bundle.
Your value is in automation, scale, and security-aware deployments.
Public modules build reputation. Add deeper paid content (e.g. “50 AWS Security Gotchas” PDF) or offer private 1:1 audits.
If you touch security and automation, you’re in a unique spot.
These are great for GitHub Sponsors, or you can bundle into a “Security Engineer Toolbox” and sell it on Gumroad.
You don’t have to be a coder to build in public.
Your cheat sheet = someone else’s daily driver. Offer a printable PDF, or do a “blue team lab setup” screencast series.
This might sound niche, but access management is foundational and always messy.
These projects are niche but valuable. A paid bundle of “production-ready SAML flows” could be worth gold to a dev team.
If you don’t write code, you can still build a public track record.
Package your templates into Notion/Markdown toolkits or “day-one PM” bundles and offer them for download.
You don’t need to overthink it. What’s something that makes your life easier at work? What could save someone else 5 minutes? There are things you do in your everyday life that have saved you time, or made your life easier. Others will benefit from that, and some of that, people will pay money for.
README.md
that helps someone set up an open source tool you had to fight withCurated content is still content. You could turn your notes into a “Beginner’s Guide to X” and charge a couple bucks - or just grow a following for later.
This isn’t about being famous on GitHub. It’s about showing your work, helping others, and giving yourself a public trail of your skills.
You’re already doing the hard part, this is just about putting it somewhere others can see.
And yes, there are ways to turn this into real income through affiliate links, sponsorships, info products, and more. When you’re ready, head over to our Monetize section for the deep dive.
Pick a project. Get it out there. You’ll thank yourself later.
How to build scripts and tools that automate boring stuff in your life or work. We’ll show you examples of automation projects that others actually want to use. Turn your repetitive tasks into useful open source tools.
How to turn those scripts and utilities you built for yourself into useful tools others want. Most IT folks already build internal tools, they just don’t think to share them. Here’s how to clean them up and put them out there.