Recent posts

Getting Started with .gitignore

1 minute read

🧰 This post kicks off a new series on Git essentials—starting with .gitignore, a simple yet powerful tool for managing what gets tracked in your repositor...

🚀 Launching My Cloud & DevOps Notes Hub

less than 1 minute read

I’ve launched a dedicated Pages site to publish my notes, learning plans, and technical documentation as I transition into a Cloud & DevOps role.

SSH Connection Manager in Command Line

1 minute read

Managing multiple SSH connections and hosts can sometimes be problematic. In this post, I will show how you can easily save multiple connections directly in ...

PowerShell - Generate Unique UPN

5 minute read

In this short post I will share two new cmdlets I have developed to generate forest wide unique UPN handling the different edge cases.

PowerShell - Get day of weekday

less than 1 minute read

In this short post we will see how we can use PowerShell to get an integer representing the number associated with the day of the week for the current date.