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

etcher icon etcher

Flash OS images to SD cards & USB drives, safely and easily.

excelize icon excelize

Go language library for reading and writing Microsoft Excelโ„ข (XLAM / XLSM / XLSX / XLTM / XLTX) spreadsheets

expr icon expr

Expression language and expression evaluation for Go

fasthttp icon fasthttp

Fast HTTP package for Go. Tuned for high performance. Zero memory allocations in hot paths. Up to 10x faster than net/http

find3 icon find3

High-precision indoor positioning framework, version 3.

flare-vm icon flare-vm

A collection of software installations scripts for Windows systems that allows you to easily setup and maintain a reverse engineering environment on a VM.

gatt icon gatt

Gatt is a Go package for building Bluetooth Low Energy peripherals

gin icon gin

Gin is a HTTP web framework written in Go (Golang). It features a Martini-like API with much better performance -- up to 40 times faster. If you need smashing performance, get yourself some Gin.

gin_tutorial icon gin_tutorial

Learning to build web apps in Gin. Don't expect anything new or ground breaking, I'm just following tutorials.

githunter icon githunter

A tool for searching a Git repository for interesting content

go icon go

The Go programming language

go-csv-2-json icon go-csv-2-json

Go app to convert a CSV file with a CSV header to a JSON file.

go-dap icon go-dap

Go implementation of the Debug Adapter Protocol

go-exploitdb icon go-exploitdb

Tool for searching Exploits from Exploit Databases, etc.

go-git icon go-git

A highly extensible Git implementation in pure Go.

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.