Skip to content
View stuartpreston's full-sized avatar

Highlights

  • Pro

Organizations

@polverio

Block or report stuartpreston

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
stuartpreston/README.md

👋 Hey there

I'm Stuart Preston, a technologist who lives in the beautiful City of York in the north of England. I have worked in positions all the way from Trainee/Helpdesk to CTO but these days I focus on building product. ✨

Stuart Preston | Twitter Stuart's LinkedIn

Pinned Loading

  1. test-kitchen/kitchen-azurerm test-kitchen/kitchen-azurerm Public

    A driver for Test Kitchen that works with Azure Resource Manager

    Ruby 48 52

  2. pendrica/using-chef-with-microsoft-azure pendrica/using-chef-with-microsoft-azure Public archive

    Repo for the book Using Chef with Microsoft Azure: http://www.apress.com/9781484214770

    CSS 1 1

  3. Powershell profile that shows the ex... Powershell profile that shows the execution time of the last executed command in ms.
    1
    function prompt
    2
    {
    3
        $host.ui.rawui.WindowTitle = (get-location)
    4
        $lastCommand = Get-History -Count 1
    5
        if($lastCommand) { Write-Host ("last command took") ($lastCommand.EndExecutionTime - $lastCommand.StartExecutionTime).TotalMilliseconds ("ms") }
  4. polverio/azure-marketplace-marketing-asset-template polverio/azure-marketplace-marketing-asset-template Public

    Just an Adobe Illustrator template to help when creating gallery assets for the Azure Marketplace

    2

  5. polverio/kubelift-cli polverio/kubelift-cli Public

    KubeLift CLI is a cross-platform tool to quickly spin up a self-hosted Kubernetes appliance in your Azure subscription for testing purposes.

    Rust 11 1