Giter Club home page Giter Club logo

Howdy! I'm Derek. I can do this all day.

package main

import (
	"os"

	"github.com/clok/kemba"
)

var (
	k = kemba.New("human")
)

type engineer struct {
	name      string
	email     string
	motto     string
	languages []string
	tools     []string
	favorites []string
}

func main() {
	_ = os.Setenv("DEBUG", "human")

	derek := engineer{
		name:      "Derek Smith",
		email:     "[email protected]",
		motto:     "I can do this all day.",
		languages: []string{"go", "node", "javascript", "typescript", "python", "ruby", "perl", "bash"},
		tools:     []string{"docker", "kubernetes", "aws", "gcp"},
		favorites: []string{"hapi", "debug", "lodash", "husky", "urfave/cli", "git-chglog", "jedib0t/go-pretty", "r3labs/diff"},
	}

	k.Log(derek)
	_ = os.Setenv("DEBUG", "")
}

Derek Smith's Projects

ansible icon ansible

Ansible is a radically simple IT automation platform that makes your applications and systems easier to deploy. Avoid writing scripts or custom code to deploy and update your applications— automate in a language that approaches plain English, using SSH, with no agents to install on remote systems.

avtool icon avtool

Decrypt ansible vault files in golang

awesome-go icon awesome-go

A curated list of awesome Go frameworks, libraries and software

cdocs icon cdocs

Enhanced version of the ToMarkdown and ToMan methods for https://github.com/urfave/cli/v2.

cidr icon cidr

CLI tool for checking IPs against CIDR blocks

cli icon cli

A simple, fast, and fun package for building command line apps in Go

covid-19-data icon covid-19-data

An ongoing repository of data on coronavirus cases and deaths in the U.S.

deisdash icon deisdash

Deis Dash is a web based UI for the Deis PaaS

docker-redmon icon docker-redmon

Standalone Remon web container for use within Heroku, Deis, etc

enki icon enki

A Ruby on Rails blogging app for the fashionable developer. It's better than Mephisto or SimpleLog

ghlabels icon ghlabels

Simple CLI tool to help manage labels across repos

git-chglog icon git-chglog

CHANGELOG generator implemented in Go (Golang).

halli icon halli

Color gradient generator and picker

hev-cli icon hev-cli

H-E-V: Here Everyone's Vaccinated - This tool is intended to help those who qualify for the COVID-19 vaccine at H-E-B find an appointment.

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.