Using DevBox with Microsoft Azure

Introduction to DevBox and its Benefits

DevBox is a powerful development environment that allows developers to create, test, and deploy applications in a cloud-based environment. By using DevBox with Microsoft Azure, developers can take advantage of Azure’s robust infrastructure, scalability, and security features. This combination provides a seamless and efficient development experience, enabling developers to focus on writing code and delivering high-quality applications.

Read more

How to delete a project Wiki in Azure DevOps?

How to delete a project Wiki in Azure DevOps?

How to delete a project Wiki in Azure DevOps?

In order to run this blogpost you should have Azure CLI and the Azure DevOps extension installed on your Powershell.

In order to be able to delete a wiki project, you have to delete its (hidden) repo Git.

Read more

Add alias drive in powershell

Add alias drive in powershell

When you have several clients or projects and, like me, you often use your command prompt.

It is often painful to navigate from folder to folder to get to the exact location of the project.

With this little trick, you can make a projectName cd to land directly at the desired location.

Read more