How to Resize WSL2 VHDX Virtual Disk

I was struggling to compact my WSL VHDX disk, it has hardly 10 GB data but it was showing 72 GB in size.  I used following method one which gave 1 GB benefit. But method 2 saved 50GB+ space…

Read more

Excel Powerquery REST API Call

url = "https://example.com/oauth/connect/token" , headers = [ # "Content-Type" = "application/json" , # "trackingId" = "0a48aa65-dd11-…

Read more

Agile Scrum Foundation : Self Assesment Answers

Which of the following statements best reflects one of the concepts articulated in the Manifesto for Agile Software Development? SELECT THE CORRECT ANSWER Collaborative contract negotiati…

Read more

Windows 11 WSL - PHP 8.1 Apache2 MariaDB

Windows 10 or WIndows 11, but WSL 2 provides huge support to linux development. In this article i want to quickly guide you how I have setup PHP 8.1 (latest), Apache2 and MariaDB (alternati…

Read more

Simplest 2 Minute Tutorial to Python

Comments # This is a one-line Python comment - code blocks are so useful! """This type of comment is used to document the purpose of functions and classes.""&q…

Read more
Load More
That is All