Write PowerShell Online using Visual Studio Codespaces
Last week the Visual Studio Services team announced a new service called Visual Studio Codespaces....
How to Create Great Tech Demos and Presentations
I didn’t keep track of the exact number, but I did many presentations at different conferences around the world. Since I am doing a lot...
Change the Windows Terminal Theme from Light to Dark
This is again a very small post on the Windows Terminal, like how to open the Windows Terminal from the command prompt or run and how to...
New Microsoft Code and Terminal Font Cascadia Code
Cascadia Code is the latest monospaced font shipped from Microsoft focusing on delivering an...
Mastering Azure with Cloud Shell
There are multiple ways to interact and manage resources in Microsoft Azure. You can use the Azure Portal or command line tools like the...
You can now run a Visual Studio Code based editor in Azure Cloud Shell
Azure Cloud Shell, a browser-accessible shell for managing Azure resources, just got even more powerful. Today Microsoft added a new Visual...
My Favorite Visual Studio Code Themes
While I am doing presentations, I often do demos, and since a lot of my demos are PowerShell based,...
Judge at the Nutanix Coding Challenge
Nutanix just announced the PowerShell Coding Challenge for your Nutanix environment. The challenge will be to build a script which solves a...
SVN Basic
A colleague made a pretty cool blog post about svn basic on his blog. Subverion is a software versioning and a revision control system. At...
Simple C++ lottery program @KTSI
Here is a simple C++ lottery program done for the KTSI. #include <iostream> #include...