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...
2022, Oct 29 — 5 minute readAKS Architecture & Concepts - Part 1 Deploying infrastructure as code is a best practice for modern cloud engineering. In this article, we’ll walk...
2022, Oct 29 — 5 minute readNSX-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...
2022, Aug 02 — 1 minute readPython vs. Powershell Task PowerShell Python Hello, World! Write-Host “Hello, World!” print(“Hello, World!”) Variables $x = 5 x = 5 ...
2022, Jul 31 — 4 minute readDeclaring variables $location = Get-Location In this example we have declared the variable and stored current location into it. $location | Get-Member This displays...
2022, Jul 31 — 5 minute readDevBox on Ubuntu Configure WSL2 As most of us are on windows machine, a quick way to setup a DevBox is on Windows Subsystem...
2022, Jul 31 — 8 minute read