Coder Social home page Coder Social 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

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

aichat icon aichat

Use GPT-4(V), Gemini, LocalAI, Ollama and other LLMs in the terminal.

asherah icon asherah

Asherah is a multi-language, cross-platform application encryption SDK

automactc icon automactc

AutoMacTC: Automated Mac Forensic Triage Collector

awesome-go icon awesome-go

A curated list of awesome Go frameworks, libraries and software

aws-cli icon aws-cli

Universal Command Line Interface for Amazon Web Services

backoff icon backoff

⏱ The exponential backoff algorithm in Go

beehive icon beehive

Distributed Programming Framework in GoLang

best-practices-badge icon best-practices-badge

πŸ†Open Source Security Foundation (OpenSSF) Best Practices Badge (formerly Core Infrastructure Initiative (CII) Best Practices Badge)

ble icon ble

Bluetooth Low Energy for Linux / macOS

ble-1 icon ble-1

Go package for communicating with Bluetooth Low Energy peripheral devices

bruno icon bruno

Opensource IDE For Exploring and Testing Api's (lightweight alternative to postman/insomnia)

check icon check

A set of utilities for checking Go sources. This repository has migrated to https://gitlab.com/opennota/check

cli icon cli

✨ A complete and self-contained solution for developers of any qualification to create a production-ready project with backend (Go), frontend (JavaScript, TypeScript) and deploy automation (Ansible, Docker) by running only one CLI command.

cobra icon cobra

A Commander for modern Go CLI interactions

cobra-cli icon cobra-cli

Cobra CLI tool to generate applications and commands

conc icon conc

Better structured concurrency for go

crypto icon crypto

[mirror] Go supplementary cryptography libraries

delve icon delve

Delve is a debugger for the Go programming language.

ecs icon ecs

Elastic Common Schema

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.