Pinned Repositories
adtenum
A Rust style enums implementation for Go.
building-a-graph-db-talk
Examples from my talk on "Building a Graph DB"
Glyma
go-fast-hashmap
A hashmap based upon the xxHash algorithm available at http://cyan4973.github.io/xxHash/ .
go-func
A tool intended to be used with go generate to generate various functional features for custom types.
go-mail
Minimal wrapper to send emails through Go standard library (net/smtp) or with Gmail using OAuth.
immutability-benchmarking
Benchmarking of programming immutably in Go
node-pm2-alpine
Docker-container for Node based on Alpine and using PM2 as the process manager.
passportjs-auth-in-golang
This provides a demonstration of using authentication from PassportJS in a Go micro-service.
shell-reader
chris-tomich's Repositories
chris-tomich/adtenum
A Rust style enums implementation for Go.
chris-tomich/shell-reader
chris-tomich/building-a-graph-db-talk
Examples from my talk on "Building a Graph DB"
chris-tomich/go-mail
Minimal wrapper to send emails through Go standard library (net/smtp) or with Gmail using OAuth.
chris-tomich/immutability-benchmarking
Benchmarking of programming immutably in Go
chris-tomich/azure-function-weasyprint
chris-tomich/firebase-auth-actix
An implementation of authentication middleware for Actix using firebase-auth
chris-tomich/twelvedata-go
chris-tomich/actix-extras
A collection of additional crates supporting the actix and actix-web frameworks.
chris-tomich/channel-based-yield
A pattern to use a Go channel like a C# yield
chris-tomich/cockle
chris-tomich/compare-read-to-slice-to-byte-concat
chris-tomich/console-calculator
chris-tomich/data-musterer
chris-tomich/env-bootstraps
Various scripts to bootstrap environments.
chris-tomich/firebase-auth
firebase-auth is a simple library to validate JWT tokens from Firebase and deserialize the claims
chris-tomich/flip-flop-pattern
A concurrency pattern I wrote in Go to temporarily pause a class of threads performing a specific task so a different class of threads can complete a different tasks before continuing.
chris-tomich/helm-charts
Helm Charts for Fluentd and Fluent Bit
chris-tomich/lacuna-dns-server
A simple DNS server to fill a feature gap in TP Link devices.
chris-tomich/learning-inversify
chris-tomich/learning_rust_os
chris-tomich/markdig-testing
chris-tomich/rawdatasamples
chris-tomich/rock-pick
An extensible command line tool to query a RocksDB.
chris-tomich/ssedit
chris-tomich/tofi
A type, object, and flow inspection tool for JavaScript.
chris-tomich/twelvedata-rust
chris-tomich/web-scraping-proxy-server
chris-tomich/xsd-parser-rs
A xsd/wsdl => rust code generator written in rust
chris-tomich/yaserde
Yet Another Serializer/Deserializer