GithubHelp home page GithubHelp logo

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
  • ⚡ Electronics Builder / Tinker
  • ðŸ“Ą Amature (Ham) Radio Operator
  • ðŸ”Ļ DIYer
  • ðŸĄ Environmentally Conscious / Responsible
  • 🌎 Striving to become a Renaissance Person in the 21st Century

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

mjdusa's Projects

hackrf icon hackrf

low cost software radio platform

htop icon htop

htop - an interactive process viewer

iplib icon iplib

A library for working with IP addresses and networks in Go

kismac2 icon kismac2

KisMAC is a free, open source wireless stumbling and security tool for Mac OS X.

libusb icon libusb

A cross-platform library to access USB devices

luna icon luna

a USB multitool + Amaranth HDL framework for monitoring, hacking, and developing USB devices

lux icon lux

ðŸ‘ū Fast and simple video download library and CLI tool written in Go

mage icon mage

a Make/rake-like dev tool using Go

mock icon mock

GoMock is a mocking framework for the Go programming language.

mux icon mux

A powerful HTTP router and URL matcher for building Go web servers with ðŸĶ

nats.go icon nats.go

Golang client for NATS, the cloud native messaging system.

net icon net

[mirror] Go supplementary network libraries

notify icon notify

A dead simple Go library for sending notifications to various messaging services.

osx-kvm icon osx-kvm

Run macOS on QEMU/KVM. With OpenCore + Big Sur + Monterey + Ventura support now! Only commercial (paid) support is available now to avoid spammy issues. No Mac system is required.

otto icon otto

A JavaScript interpreter in Go (golang)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google âĪïļ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.