<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>stuarteggerton.com</title>
    <description>Journey to the cloud and beyond</description>
    <link>https://stuarteggerton.com</link>
    <atom:link href="https://stuarteggerton.com/feed.xml" rel="self" type="application/rss+xml" />
    
      <item>
        <title>Keep your secrets out of your source code</title>
        <description>
          Protect your secrets and clean up if you accidentally over share - 
          Problem
We accidentally committed our secrets (password or secret key) to GitHub

Solution

  Prevent secrets from being committed: avoid accidental commits
  Clean up: Either use BFG or see other methods to remove sensitive data using



        </description>
        <pubDate>Tue, 20 Jul 2021 00:00:00 -0700</pubDate>
        <link>https://stuarteggerton.com/2021-07-20-remove-sensitive-github-commit/</link>
        <guid isPermaLink="true">https://stuarteggerton.com/2021-07-20-remove-sensitive-github-commit/</guid>
      </item>
    
      <item>
        <title>List Azure DevOps Repos</title>
        <description>
          Example of how to interact with Azure DevOps using the Azure CLI Example - 
          Problem How do I get all the URLs for my repos in Azure DevOps? Solution Use the Azure DevOps CLI extension This is a sample PowerShell script param( [string]$Organization ) $orgUrl = &quot;https://dev.azure.com/$Organization&quot; # Ensure signed in to Azure $AccountInfo = az account show 2&amp;gt;&amp;amp;1 try { $AccountInfo = $AccountInfo...
        </description>
        <pubDate>Mon, 17 May 2021 00:00:00 -0700</pubDate>
        <link>https://stuarteggerton.com/2021-05-17-azure-devops-repos/</link>
        <guid isPermaLink="true">https://stuarteggerton.com/2021-05-17-azure-devops-repos/</guid>
      </item>
    
      <item>
        <title>blob-malware-scanning</title>
        <description>
          
          Malware scanner for secure upload of Blobs to Azure Storage Problem statement Users can upload files to Azure blob storage for others to download. We don’t want the files downloaded to contain Malware. Solution User uploads a file to a web app Web app stores upload in container (named quarantine)...
        </description>
        <pubDate>Wed, 01 Jul 2020 00:00:00 -0700</pubDate>
        <link>https://stuarteggerton.com/2020-07-01-2020-07-01-blob-malware-scanning/</link>
        <guid isPermaLink="true">https://stuarteggerton.com/2020-07-01-2020-07-01-blob-malware-scanning/</guid>
      </item>
    
      <item>
        <title>Self-hosted Visual Studio Codespaces</title>
        <description>
          The future of code editing running in your browser - 
          Visual Studio Codespaces If you didn’t see the news - Microsoft have made Visual Studio Code available online using nothing but your web browser. There are 3 great plans for running the remote environments which offer small, medium and large CPU/Memory combinations and these should suit most simple updates to...
        </description>
        <pubDate>Sat, 09 May 2020 00:00:00 -0700</pubDate>
        <link>https://stuarteggerton.com/2020-05-09-2020-05-02-visual-studio-codespaces-self-hosted-md/</link>
        <guid isPermaLink="true">https://stuarteggerton.com/2020-05-09-2020-05-02-visual-studio-codespaces-self-hosted-md/</guid>
      </item>
    
      <item>
        <title>Speeding up the videos to binge in super speed time</title>
        <description>
          . - 
          How to speed up your videos whilst working from home Quick tip on how to change the video speed in most browsers. Example Google Chrome: Open Developer tools Go to console Enter your desired rate e.g. for 1.3 speed document.querySelector(&apos;video&apos;).playbackRate = 1.3 works for major video plaforms which end with...
        </description>
        <pubDate>Thu, 19 Mar 2020 00:00:00 -0700</pubDate>
        <link>https://stuarteggerton.com/2020-03-19-speeding-up-the-videos-to-binge-in-super-speed-time/</link>
        <guid isPermaLink="true">https://stuarteggerton.com/2020-03-19-speeding-up-the-videos-to-binge-in-super-speed-time/</guid>
      </item>
    
      <item>
        <title>Using a self-hosted GitHub runner</title>
        <description>
          CI/CD in GitHub. - 
          In case you haven’t heard - Microsoft now has two great DevOps products. Azure DevOps GitHub Both are still very well supported and I have a number of conversations day to day with people who use both GitHub and Azure DevOps. This post is a quick intro into running a...
        </description>
        <pubDate>Mon, 02 Mar 2020 00:00:00 -0800</pubDate>
        <link>https://stuarteggerton.com/2020-03-02-using-azure-cli-from-a-self-hosted-github-runner/</link>
        <guid isPermaLink="true">https://stuarteggerton.com/2020-03-02-using-azure-cli-from-a-self-hosted-github-runner/</guid>
      </item>
    
      <item>
        <title>Flow Magic with Azure</title>
        <description>
          Automate it all - 
          About convenience and automation I love that Azure has the capability to start and stop my Virtual Machines on a schedule using DevTestLabs. There are some great use cases of DevTestLabs for developers and some great use cases for training DevTestLabs has some great features but as an automation advocate...
        </description>
        <pubDate>Mon, 06 Aug 2018 00:00:00 -0700</pubDate>
        <link>https://stuarteggerton.com/2018-08-06-2018-08-01-flow-azure-arm/</link>
        <guid isPermaLink="true">https://stuarteggerton.com/2018-08-06-2018-08-01-flow-azure-arm/</guid>
      </item>
    
      <item>
        <title>Friends don&apos;t let friends right click publish</title>
        <description>
          Stickers - 
          So, funny story… I watched a one of the great video where Damian Brady @damovisa Dived into DevOps where I noticed the cool stickers he had designed. Damian lists some of the issues that could go wrong if you publish from a developer machine: Maybe you have something installed on...
        </description>
        <pubDate>Fri, 08 Jun 2018 00:00:00 -0700</pubDate>
        <link>https://stuarteggerton.com/2018-06-08-stickers/</link>
        <guid isPermaLink="true">https://stuarteggerton.com/2018-06-08-stickers/</guid>
      </item>
    
      <item>
        <title>YAML validation online</title>
        <description>
          
          An online YAML validator

https://codebeautify.org/yaml-validator

        </description>
        <pubDate>Thu, 07 Jun 2018 00:00:00 -0700</pubDate>
        <link>https://stuarteggerton.com/2018-06-07-yaml-validation-online/</link>
        <guid isPermaLink="true">https://stuarteggerton.com/2018-06-07-yaml-validation-online/</guid>
      </item>
    
  </channel>
</rss>
