Pinned Repositories
go-ma
The Simple Moving Average (SMA), Exponential Moving (EMA), and Moving Average Convergence Divergence (MACD) technical analysis algorithms implemented in Golang.
go-rsi
The Relative Strength Index (RSI) technical analysis algorithm implemented in Golang.
jwkset
A JWK and JWK Set implementation. An auto-caching JWK Set HTTP client is provided. Generate, validate, and inspect JWKs. Self-host this project's website: https://jwkset.com
keyfunc
Create a jwt.Keyfunc for JWT parsing with a JWK Set or given cryptographic keys (like HMAC) in Golang.
magiclinksdev
Transactional email magic link and One-Time Password (OTP) authentication platform. Sign up, log in, password resets, email verification, and more.
peakdetect
Detect peaks in realtime timeseries data using z-scores. This is a Golang implementation for the algorithm described by: https://stackoverflow.com/a/22640362/14797322
private-pkgsite
Host the open source pkg.go.dev site, also known as "pkgsite", internally on a private network and allow for the displaying of projects with non open source licenses. This site helps display Go (golang) documentation with support for Go modules.
recaptcha
Golang reCAPTCHA V3 client for verifying requests server side.
websocket-pubsub
An in-memory HTTP websocket publish-subscribe system written in Golang.
MicahParks's Repositories
MicahParks/keyfunc
Create a jwt.Keyfunc for JWT parsing with a JWK Set or given cryptographic keys (like HMAC) in Golang.
MicahParks/jwkset
A JWK and JWK Set implementation. An auto-caching JWK Set HTTP client is provided. Generate, validate, and inspect JWKs. Self-host this project's website: https://jwkset.com
MicahParks/magiclinksdev
Transactional email magic link and One-Time Password (OTP) authentication platform. Sign up, log in, password resets, email verification, and more.
MicahParks/go-ma
The Simple Moving Average (SMA), Exponential Moving (EMA), and Moving Average Convergence Divergence (MACD) technical analysis algorithms implemented in Golang.
MicahParks/peakdetect
Detect peaks in realtime timeseries data using z-scores. This is a Golang implementation for the algorithm described by: https://stackoverflow.com/a/22640362/14797322
MicahParks/private-pkgsite
Host the open source pkg.go.dev site, also known as "pkgsite", internally on a private network and allow for the displaying of projects with non open source licenses. This site helps display Go (golang) documentation with support for Go modules.
MicahParks/websocket-pubsub
An in-memory HTTP websocket publish-subscribe system written in Golang.
MicahParks/go-rsi
The Relative Strength Index (RSI) technical analysis algorithm implemented in Golang.
MicahParks/recaptcha
Golang reCAPTCHA V3 client for verifying requests server side.
MicahParks/aws-ses-web-ui
Send emails via AWS SES with a self-hosted web UI
MicahParks/go-aws-sam-lambda-example
An AWS SAM example project with two Golang Lambdas.
MicahParks/go-ad
The Accumulation Distribution Line (A/D) technical analysis algorithm implemented in Golang.
MicahParks/go-chaikin
The Chaikin Oscillator technical analysis algorithm implemented in Golang.
MicahParks/jcp
A JWK Set client proxy.
MicahParks/qrest
MicahParks/xbright
A Linux screen brightness GUI. Made for when the OS doesn't include one. Originally migrated from my GitLab.
MicahParks/bookstore
The bookstore coding challenge.
MicahParks/bright
A CLI to adjust display brightness using xrandr. Made because Ubuntu desktop was baking my eyeballs in low light.
MicahParks/cereal
MicahParks/compatibility-keyfunc
Create a jwt.Keyfunc for JWT parsing with a JWKS or given cryptographic keys in Golang. LEGACY FORKS ONLY. Use https://github.com/MicahParks/keyfunc for github.com/golang-jwt/jwt
MicahParks/craigslist-vehicles
A scraper with a fyne-io/fyne UI. It gathers Craigslist vehicles and allows for easier, more complex queries. Originally migrated from my GitLab.
MicahParks/httphandle
MicahParks/jsontype
A generic json.Marshaler and json.Unmarshaler wrapper for common Go types.
MicahParks/kafka-pubsub
A take home challenge that's a Kafka client pubsub system.
MicahParks/MicahParks
MicahParks/roometheus
Hackathon project: It's like Prometheus, but for roomies.
MicahParks/shakesearch
The Pulley ShakeSearch Take-home Challenge
MicahParks/temperature-challenge
A take home challenge that calculates the average temperature in the largest 100 cities in the USA.
MicahParks/templater
MicahParks/wigole
Golang wrapper for the WiGLE API v2. Originally migrated from my GitLab.