Menu

Close
  • Home
  • About
  • Contact
  • Speaking
Subscribe
Menu
Piotr Stapp's Picture

Piotr Stapp

Developer, engineer, craftsmen, speaker & biker. User of all useful technologies. Believe in people not papers. DevOps & automation adept. In love with web technologies. I speak here for myself only.

122 posts
← Newer Posts Page 2 of 21 Older Posts →

Restart, start and stop all Azure Web Apps in resource group using PowerShell

This post is short but useful. We need just two lines (we can combine it to one): $allSites = Get-AzureRmWebApp -ResourceGroupName resource-group-name @($allSites).GetEnumerator() | Restart-AzureRmWebApp The trick »

Piotr Stapp Piotr Stapp on azure, devops 19 March 2019

Running bash script in Azure DevOps on Windows machine

I know that title sound ridiculous, but you know in IT sometimes strange things just happen. In my case was migrating agents from Windows to Linux, »

Piotr Stapp Piotr Stapp on vsts, azure devops 18 January 2019

Using SOAP security in dotnet core

During last week, I was migrating some projects to the dotnet core. One of the most irritating parts of such migration is lack of full WebService »

Piotr Stapp Piotr Stapp on dotnet 18 January 2019

3 simple tips for handling environment variables in JavaScript

So you have a SPA application and you are proud of it. And suddenly a random developer comes and say: "In a test environment, we need »

Piotr Stapp Piotr Stapp on javascript, devops 03 January 2019

3 simple steps to install minikube on Azure VM

Step 0 - why If you want to play with K8S MiniKube is the best option. Still, you don't believe that K8S will survive the next »

Piotr Stapp Piotr Stapp on azure, tutorial, k8s 17 November 2018

Ridiculous bug in Azure Cosmos DB

UPDATE Read to the end, it is a problem with code and indexes, but it isn't obvious. Basically, it is my fault and my lack of »

Piotr Stapp Piotr Stapp on azure 05 November 2018
← Newer Posts Page 2 of 21 Older Posts →
Reset your code © 2025
Proudly published with Ghost