Menu

Close
  • Home
  • About
  • Contact
  • Speaking
Subscribe
Menu

devops

A 8-post collection

Page 1 of 2 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

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

Slides from Get.NET

Abstract DevOps is a buzz word for last few years. It associate with other buzz words like: cloud, agile, fast deployment. Moreover in DevOps stuff we »

Piotr Stapp Piotr Stapp on speaker, devops 16 April 2016

Private npm registry with fallback to global registry

The requirement From time to time we need to use npm packages on following machines: Continuous Integration build agent with no access to internet (usually CI »

Piotr Stapp Piotr Stapp on nodejs, devops 13 January 2016

Repeatable way to setup Your PC

Imagine Imagine following situations: My Windows is soo slow. I need to reinstall it or I bought a new PC, but I don't have time to »

Piotr Stapp Piotr Stapp on devops, windows, code 05 December 2015

Vagrant provisioning using shell - how to setup storm project

Provisioning in Vagrant There is a lot of choices when you want to provision your virtual machine with vagrant: 1. Run scripts manually - completely insane »

Piotr Stapp Piotr Stapp on vagrant, tutorial, devops, storm 06 September 2014
Page 1 of 2 Older Posts →
Reset your code © 2022
Proudly published with Ghost