This intro was written pre-ai era
I haven't shared any PowerShell samples on GitHub before, but there is no better time to start than the present.
I tend to explore a lot and tinker with anything that peeks my interest. Each adventure I have written scripts, reusable functions, and created tons of documentation. This is my attempt to package those souvenirs and share them with you.
Keep in mind that I am 100% self-taught so the way I do things might be a little different from what you're used to. I do welcome feedback or suggestions that would help to improve my craft. My goal is to get goooood, so I can assist other projects on GitHub.
Development has always been a passion of mine and when I am coding, I am in my happy place :)
[!quote] "Failure is success in progress". ~ Albert Einstein
KitchenSink Docs
Just a mixed tool bag of functions I created.
UI Progress Window Docs
A lightweight PowerShell module for showing a modeless WPF progress window during script execution.
Matrix Rain Docs
A PowerShell module that renders a Matrix-style animated rain effect in the console with layered depth, smooth fades, and a live status overlay.
PSLogging2 Docs
I have used a standard PSLogging from PowerShell Gallery for years. The module had no updates in the last 8 years! The module worked fine but lacked a few desired features which would make starting the log so much easier. So I made PSLogging2, Same goal as the original, simple and light-weight logging.
Just a few resources to help with installing, creating or maintaining custom modules.
Sometimes projects might be too large, and you need a team. Other times, you're just having fun with friends creating something new.