Skip to content
View aykay76's full-sized avatar

Block or report aykay76

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

Hi there 👋

Welcome to my slice of Github! I'm here to blog my development interests and activities, and to share the things I learn in case they can be of use to others.

I've been programming for 40 years, about 30 of those professionally. I started with Pascal at school, then moved on to C, C++ and C#. In recent years I've switch to Go for smaller images in k8s and it seemed like more cloud-native tools were being developed in Go. Over the years I've also coded in PHP, ASP, SQL, Javascript, Typescript etc.

Note to self, to clone all repos:

brew install gh

gh auth login

gh repo list aykay76 --limit 4000 | while read -r repo _; do
  gh repo clone "$repo" "$repo"
done

Popular repositories Loading

  1. blazorcam blazorcam Public

    WebRTC client and SignalR server for P2P video/audio calls

    JavaScript 49 11

  2. mifty mifty Public

    Mine is faster than yours! Throwback to 1987 - i'm creating the fastest (maybe) cross platform DNS server/resolver.

    C# 2

  3. canode canode Public

    Certificate Authority using Node.js

    JavaScript 1 1

  4. hcl2parser hcl2parser Public

    A simple HCL2 parser with Terraform in mind, to examine the contents of a module for validation against coding rules or whatever it can be used for.

    Go 1

  5. force-directed-layout force-directed-layout Public

    A basic force directed layout graph in WPF.

    C# 1

  6. hcl2json hcl2json Public

    Convert HCL format files to JSON for other systems to process. This was created initially to convert Terraform files to JSON for Open Policy Agent (OPA) processing.

    Go 1