Pinned Repositories
albert
A simple platform-agnostic chaos monkey
bottom-of-the-iceberg
Code for bottomoftheiceberg.com
datagen
A fast data generator that's multi-table aware and supports multi-row DML.
dg
A fast data generator that produces CSV files from generated relational data
dgs
A streaming version of dg, which writes data directly to a database without any kind of buffering.
env
Tag-based environment configuration for structs
errhandler
Wraps Go's http.HandlerFunc, allowing for simpler use of http.NewServeMux().
practical-cockroachdb
Code snippets from my book, Practical CockroachDB
setcfg
Set blobs of arbitrary YAML with other blobs of arbitrary YAML.
ud
Urban Dictionary CI
codingconcepts's Repositories
codingconcepts/setcfg
Set blobs of arbitrary YAML with other blobs of arbitrary YAML.
codingconcepts/practical-cockroachdb
Code snippets from my book, Practical CockroachDB
codingconcepts/pgraph
A graph structure that can take arbitrary properties.
codingconcepts/steg
A simple steganographic CLI to hide messages.
codingconcepts/.github
CI/CD
codingconcepts/benthos
Declarative stream processing for mundane tasks and data engineering
codingconcepts/benthos-plugin-example
Benthos plugin examples
codingconcepts/bobblehat
A Go library to support Raspberry Pi HATs (Hardware Attached on Top), starting with the Sense HAT.
codingconcepts/call-and-set
Calls a command and sets environment variables based on what it returns.
codingconcepts/crdb-gen
A CLI data/load generator for CockroachDB
codingconcepts/crdb-graphql
A barebones example of accessing CockroachDB via GraphQL
codingconcepts/crdb-grpc
A barebones example of accessing CockroachDB via gRPC
codingconcepts/crdb-rest
A barebones example of accessing CockroachDB via REST
codingconcepts/err-writer
A simple monad writer based on Rob Pike's https://blog.golang.org/errors-are-values.
codingconcepts/gen
Generate stuff from the command line.
codingconcepts/globocop
A static analysis tool that checks for global variables in Go code.
codingconcepts/grab
A friendly cross-platform package manager.
codingconcepts/istio-grpc-poc
Manifests to create an Istio gRPC POC
codingconcepts/janitor
Gives you back space on your machine
codingconcepts/kubet
A simple manifest template generator for Kubernetes.
codingconcepts/learning-vuejs
Learning VueJS
codingconcepts/oates
A dead simple data discovery tool.
codingconcepts/protoc-issue
A repo to house an issue I'm running into with protoc
codingconcepts/protoc-issue-registry
The registry where proto schemas are defined.
codingconcepts/qapi
Run Quality Assurance tests against an API endpoint
codingconcepts/see
see is a simple version of the watch command.
codingconcepts/semaphore
A very basic semaphore using channels.
codingconcepts/stego
A little steganographic CLI tool in Crystal
codingconcepts/v
Simple, fast, safe, compiled language for developing maintainable software. Compiles itself in <1s with zero library dependencies. Supports automatic C => V translation. https://vlang.io
codingconcepts/ws
A Crystal implementation of wscat