Skip to content
View aykay76's full-sized avatar
Block or Report

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 30 years, about 20 of those professionally. I'm more of a hobby developer these days, always looking to learn new things and definitely open to collaboration.

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

  1. blazorcam blazorcam Public

    WebRTC client and SignalR server for P2P video/audio calls

    JavaScript 43 10

  2. canode canode Public

    Certificate Authority using Node.js

    JavaScript 2 1

  3. 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 2

  4. force-directed-layout force-directed-layout Public

    A basic force directed layout graph in WPF.

    C# 2

  5. 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 2

  6. stun stun Public

    Implementation of RFC8489 for learning and maybe future usefullness

    C# 2