The Wayback Machine - https://web.archive.org/web/20221230210006/https://github.com/MicahParks
Skip to content
Avatar
🐟
🐟
Block or Report

Block or report MicahParks

Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
MicahParks/README.md

Find me on the internet

My personal website: link

  • This has a contact form, if you'd like to report a security sensitive bug or send a kind message.

StackOverflow: link

Recommendations and Affiliate Links

Recommendations and Affiliate Links

These are products or services I personally use recommend to other developers. Any affiliate links are clearly marked. Clicking on affiliate links and making a purchase in the same browser gives me a small commission at no extra cost to you. If you are interested in any of these products or services, please consider using my affiliate links. Thank you!

Hosting providers:

Digital Ocean: affiliate link (free $200 credit)

  • Advanced use cases.
    • VPS ("Droplets").
    • Functions as a service.
    • Kubernetes as a service.
    • Storage for volumes and objects (S3 compatible).
    • Managed databases.
    • Managed website hosting.
    • Network assets like load balancers and firewalls.
    • Great uptime guarantee.
  • Excellent web UI.
  • Excellent free and paid support.
  • Better pricing than most cloud providers with these offerings.

Contabo: affiliate link

  • Simpler use cases.
    • VPS.
    • Storage for objects (S3 compatible).
  • Best price per performance I could find with servers in the USA. I've benchmarked them too.
  • German owned with data centers in multiple countries.

InterServer: affiliate link

  • Simpler user cases.
    • VPS.
    • Managed databases.
    • Managed website hosting.
  • Great price per performance VPS.
  • Owned by a USA company and all data centers are in the United States.

Virtual Private Networks (VPNs)

NordVPN: affiliate link

  • Great price and there is usually a discount.
  • Great apps, including a Linux native one.
  • Excellent performance.

Developer tools:

JetBrains: link

Tailwind UI: link

FontAwesome Pro: link

  • Excellent icons.

GitHub Copilot: link

  • Shockingly good suggestions.
  • Helps implement RFCs faster.
  • If you get it, enable Allow GitHub to use my code snippets for product improvements in GitHub settings. It will make the service better for everyone.

Pinned

  1. keyfunc Public

    Create a jwt.Keyfunc for JWT parsing with a JWK Set or given cryptographic keys (like HMAC) in Golang.

    Go 131 31

  2. 1
    # Problem
    2
    The `go` command line tool needs to be able to fetch dependencies from your private GitLab, but authenticaiton is required.
    3
    
                  
    4
    This assumes your private GitLab is hosted at `privategitlab.company.com`.
    5
    
                  
  3. peakdetect Public

    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

    Go 3

  4. go-ma Public

    The Simple Moving Average (SMA), Exponential Moving (EMA), and Moving Average Convergence Divergence (MACD) technical analysis algorithms implemented in Golang.

    Go 5 3

  5. 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 (go…

    Dockerfile 9 2

  6. recaptcha Public

    Golang reCAPTCHA V3 client for verifying requests server side.

    Go 4 1

237 contributions in the last year

Jan Feb Mar Apr May Jun Jul Aug Sep Oct Nov Dec Mon Wed Fri

Contribution activity

December 2022

Created 2 repositories

Created a pull request in MicahParks/keyfunc that received 2 comments

Add support for multiple JWK Sets

The purpose of this pull request is to add support for multiple JWK Sets. This allows keyfunc to pull remote JWKS resources from multiple URLs and …

+170 −8 2 comments
Opened 1 other pull request in 1 repository
MicahParks/keyfunc 1 merged

Created an issue in MicahParks/keyfunc that received 1 comment

Improve test maintainability

The focus for this issue is test maintainability. Particularly, these items: Raw JSON for JWKS are stored in global const, local const, and files …

1 comment