Skip to content
View mjdusa's full-sized avatar
πŸ’­
I may be slow to respond.
πŸ’­
I may be slow to respond.

Block or report mjdusa

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

Welcome to my GitHub Overview!

Hi, I'm Mike Donahue,

  • 🌈 Thankfull for God's presence in my life!!
  • 🌱 FOREVER curious and learning!
  • 🀺 Security Champion
  • 🏫 AWS Architect Trained (but haven't take the test yet)
  • πŸ§‘β€πŸ€β€πŸ§‘ Customer 1st Oriented
  • πŸ’» Computer Nerd
  • πŸ”¨ DIYer
  • ⚑ Electronics Builder / Tinker
  • πŸ“‘ Amature (Ham) Radio Operator
  • 🏑 Environmentally Conscious / Responsible
  • 🌎 Striving to become a Renaissance Person in the 21st Century (polymath / polyglot)

GitHub followers visitors

You can contact me here

Github URL Linkedin URL

🎨 My Favorite Languages and Tools

Run It

package main

import (
	"fmt"
	"strings"
)

var (
	languageList = map[string][]string{
		"intermediate": []string{"Java", "Python", "Typescript"},
		"advanced":     []string{"C", "C++", "C#", "Go", "Javascript"},
		"web":          []string{"HTML", "CSS"},
	}

	toolList = map[string][]string{
		"coding":  []string{"AWS", "Docker", "Git", "Github/Actions", "VSCode"},
		"network": []string{"Sockets", "TCP/IP", "HTTPS", "Wireshark"},
	}
)

func main() {
	fmt.Println("\nFavorite Languages:")

	for level, lang := range languageList {
		fmt.Printf("\t%s: %s\n", level, strings.Join(lang[:], ", "))
	}

	fmt.Println("\n\nFavorite Tools:")

	for toolType, toolName := range toolList {
		fmt.Printf("\t%s: %s\n", toolType, strings.Join(toolName[:], ", "))
	}
}
  

πŸ“ƒ Stats (I have multiple github accounts. This only reflects this account.)

GitHub stats

Pinned Loading

  1. Advanced-Go-Programming Advanced-Go-Programming Public

    Forked from PacktPublishing/Advanced-Go-Programming

    Advanced Go Programming, published by Packt

    Go

  2. greatfet greatfet Public

    Forked from greatscottgadgets/greatfet

    GreatFET firmware and host software

    C

  3. hackrf hackrf Public

    Forked from greatscottgadgets/hackrf

    low cost software radio platform

    C

  4. awesome-go awesome-go Public

    Forked from avelino/awesome-go

    A curated list of awesome Go frameworks, libraries and software

    Go