GithubHelp home page GithubHelp logo

mjdusa / asherah Goto Github PK

View Code? Open in Web Editor NEW

This project forked from godaddy/asherah

0.0 0.0 0.0 4.06 MB

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

License: MIT License

Shell 0.87% JavaScript 0.48% Python 1.45% Java 30.27% Go 23.61% C# 43.11% Dockerfile 0.15% Gherkin 0.06%

asherah's Introduction

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

asherah's People

Contributors

agabeev-godaddy avatar agerard-godaddy avatar aka-bo avatar bdittmer-godaddy avatar dalibor avatar dependabot[bot] avatar eabrams007 avatar ethompson-godaddy avatar jchannell-godaddy avatar jeffchannell avatar jgowdy avatar jgowdy-godaddy avatar jpage-godaddy avatar jpaskhay avatar jpaskhay-godaddy avatar jwilhelm-godaddy avatar kperry-godaddy avatar lramsudh-godaddy avatar nikoo28 avatar nlohia-godaddy avatar ravinaik1312 avatar renovate[bot] avatar sbos-godaddy avatar sjlbos avatar smimani-godaddy avatar snyk-bot avatar sushantmimani avatar tarkatronic avatar zeroaltitude avatar

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.