Charles Justin Reusnow's repositories
gRPC-Go-Example
A minimalist implementation of the four different types of calls available to gRPC on both client side and server side in Go.
arby-user-api
The User API for the Arby project
evolve-rpc
The RPC portion of the Evolve gRPC project.
explain-k8s-generator
Generate a JSON array of `kubectl explain` details for specific kubernetes resources.
explain-k8s-ui
Angular UI for consuming and displaying JSON arrays generated by explain-k8s-generator.
go-conversions
A utility for displaying which of Go's primitive types can be natively converted between each other as reported by the Go compiler itself.
go-wasm-ball-simulator
A simple simulator of a ball bouncing around your screen that is affected by gravity, restitution, and friction, implemented in Go 1.11 experimental Wasm port.
project-generator
This project takes in a file with a specific format and outputs a directory structure templated by that file.
qbot
A discord bot for The Tower
RSA-Cryptosystem
A rudimentary implementation of the RSA Cryptosystem in Go