Build Azure Infra Through Terraform Script

AKS Architecture & Concepts - Part 1 Deploying infrastructure as code is a best practice for modern cloud engineering. In this article, we’ll walk...

5 minute read

Lab Setup - NSX for vSphere

NSX-v lab setup demo Watch this video to find out how I have setup my lab for NSX-v. In this lab, I have used...

1 minute read

Powershell Python Comparision

Python vs. Powershell Task PowerShell Python   Hello, World! Write-Host “Hello, World!” print(“Hello, World!”)   Variables $x = 5 x = 5    ...

4 minute read

Powershell Basics

Declaring variables $location = Get-Location In this example we have declared the variable and stored current location into it. $location | Get-Member This displays...

5 minute read

Setup Development Server

DevBox on Ubuntu Configure WSL2 As most of us are on windows machine, a quick way to setup a DevBox is on Windows Subsystem...

8 minute read