Skip to content
Avatar

Achievements

Achievements

Block or Report
stuartleeks/README.md

Hi! I'm a father of three, husband, web geek, lover of containers, cloud nut, feminist, performance & scalability enthusiast, salsa dancer & teacher, and love bad puns. I've been writing code since the days of the BBC Micro and still get a kick out of it. Currently working as a Software engineer at Microsoft, but enjoy messing about with pet projects in my spare time.

wsl.tips/book <-- I've written a book full of tips for the Windows Subsystem for Linux (WSL), Windows Terminal, Docker, Kubernetes and Visual Studio Code

I blog at stuartleeks.com

Pronouns: he/him

Pinned

  1. A utility to automatically correct clock drift in WSL 2 using Windows Events to detect points where clock drift may have occurred

    Go 62 4

  2. CLI for working with Visual Studio Code devcontainers

    Go 9 2

  3. An extension for the Azure CLI to show ARM deployment progress

    Python 16 2

  4. When working with some PowerShell modules, there can be a large number of cmdlets, and the cmdlet names can get quite long. posh-HumpCompletion adds support for "hump completion". This means that i…

    PowerShell 31 7

  5. 1
    # The links from my Build 2019 session: [BRK3037 - From dev to production: Container lifecycle, monitoring, logging and troubleshooting](https://mybuild.techcommunity.microsoft.com/sessions/77058?source=sessions#top-anchor)
    2
    
                  
    3
    ## Azure Container Registry (ACR)
    4
    * [Docs](https://aka.ms/acr/docs)
    5
    * [FAQ](https://aka.ms/acr/faq)
  6. 1
    function PascalName($name){
    2
        $parts = $name.Split(" ")
    3
        for($i = 0 ; $i -lt $parts.Length ; $i++){
    4
            $parts[$i] = [char]::ToUpper($parts[$i][0]) + $parts[$i].SubString(1).ToLower();
    5
        }

759 contributions in the last year

May Jun Jul Aug Sep Oct Nov Dec Jan Feb Mar Apr Mon Wed Fri

Contribution activity

May 2021

Reviewed 2 pull requests in 1 repository

Seeing something unexpected? Take a look at the GitHub profile guide.