Powershell Python Comparision

Python vs. Powershell Task PowerShell Python   Hello, World! Write-Host “Hello, World!” print(“Hello, World!”)  ...

4 minute read

Powershell Basics

Declaring variables $location = Get-Location In this example we have declared the variable and stored...

5 minute read

Setup Development Server

DevBox on Ubuntu Configure WSL2 As most of us are on windows machine, a quick...

8 minute read