Skip to content
View chrismckelt's full-sized avatar
πŸ€™
πŸ€™
Block or Report

Block or report chrismckelt

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
chrismckelt/README.md

Hi

WA Dad with a focus on Software Engineering | Architecture | Cloud | DevOps | Engineering Management | Agile Delivery | Digital & Technology Strategy


πŸ“• Latest Blog Posts

➑️ more blog posts...


πŸ“• Nuget packages

https://www.nuget.org/packages?q=mckelt

Pinned

  1. edgy edgy Public

    IoT Edge demo using custom modules, Apache Nifi, TimeScaleDB and Grafana

    JavaScript 5 1

  2. Chocolatey-MachineSetup.ps1 Chocolatey-MachineSetup.ps1
    1
    #Administrator privileges check 
    2
    If (-NOT ([Security.Principal.WindowsPrincipal] [Security.Principal.WindowsIdentity]::GetCurrent()).IsInRole(` 
    3
        [Security.Principal.WindowsBuiltInRole] "Administrator")) 
    4
    { 
    5
        Write-Warning "You do not have Administrator rights!`nPlease run the build shell as administrator!" 
  3. DatabaseMinder DatabaseMinder Public

    Backup and zip or restore a MS SQL database library with command line runner.

    C# 7 5

  4. outlook outlook Public

    outlook analyser

    Python

  5. homeass homeass Public

    Roff

  6. fibonnaci fibonnaci
    1
    void Main()
    2
    {
    3
    	// 0,1,1,2,3,5
    4
    	Fib(10).Dump();
    5
    	Fib2(10).Dump();