Home
About
  • Coding With ChatGPT

    Dec 6, 2022

    This post is me having a conversation with an AI called ChatGPT, using it as a time saving tool for writing code. I’d been thinking about some code I needed to write in LIFTI. I knew what I wanted it to do and how I was going to implement it, but as an old friend once told me “Just because you know how to …

    Read More
  • Custom query parsers in LIFTI

    Feb 11, 2022 LIFTI

    LIFTI is an open source full text index library for .NET - you can check it out on GitHub The Visual Studio Go To Symbol feature is smart enough that if you miss out letters it can still match with pretty good accuracy: Now that LIFTI support wildcard matching (and fuzzy matching too!) I thought this would be a good …

    Read More
  • Test Your Azure Function Http Trigger Authorization Levels

    Dec 17, 2020 Unit test Azure Azure Functions

    If you are using HTTP trigger bindings and are relying on keys to secure them using AuthorizationLevel.Function, you might want a way verify that you haven’t accidentally left one of them exposed as AuthorizationLevel.Anonymous. With a bit of reflection you can accomplish this in a unit test (I’m using the …

    Read More
  • File Globbing in .NET

    Dec 7, 2020 Coding .NET C# Globbing

    If you’ve ever written entries in a .gitignore file, you’ve written a glob. They can be simple, e.g. *.so matching all files with the so file extension, or a more complex, e.g. **/bar/*.cs matching files with the cs extension in folders called bar anywhere in the search path. This is very different to the …

    Read More

Mike Goatly

Like a code monkey, but more goat-like. A code goat, if you like.
Microsoft Certified DevOps Engineer Expert Microsoft Certified Azure Developer Associate
Read More

Featured Posts

Recent Posts

  • Coding With ChatGPT
  • Creating temporary Azure CLI login sessions
  • Custom query parsers in LIFTI
  • Test Your Azure Function Http Trigger Authorization Levels
  • File Globbing in .NET
  • Blog Rebuild
  • Adding Application Insights to an existing Windows Store project using Visual Studio 2013 Update 3
  • Fixing NuGet errors after removing Microsoft.Bcl.Build

categories

CODING 4 AI 1 AZURE 1 BLOG 1 C# 1 CHATGPT 1 OPENAI 1 UNIT TESTS 1

tags

AZURE 3 .NET 1 APPLICATION INSIGHTS 1 AUTHENTICATION 1 AZURE CLI 1 AZURE FUNCTIONS 1 BLOG 1 C# 1 CODING 1 GLOBBING 1 HUGO 1 INDEX 1 LIFTI 1 POWERSHELL 1
All tags
.NET1 APPLICATION INSIGHTS1 AUTHENTICATION1 AZURE3 AZURE CLI1 AZURE FUNCTIONS1 BLOG1 C#1 CODING1 GLOBBING1 HUGO1 INDEX1 LIFTI1 POWERSHELL1 STATIC WEB APPS1 UNIT TEST1 VISUAL STUDIO1 WINRT1
[A~Z][0~9]

Copyright © 2025 Mike Goatly. All Rights Reserved