Skip to content
View hunterwilhelm's full-sized avatar

Organizations

@fearless-prophets @structuresgroup

Block or report hunterwilhelm

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

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

Report abuse
hunterwilhelm/README.md

Hello!

About me

  • I founded Resumake, a Flutter app for making a resume with AI and finding jobs.
  • I have a BS in Computer Science from BYU-Idaho.
  • I led a software upgrade using Spring Boot and React for The Structures Group Inc.

Get In Touch

My LinkedIn

Pinned Loading

  1. p_limit p_limit Public

    Run multiple future-returning & async functions with limited concurrency

    Dart 2

  2. conference-radio conference-radio Public

    Listen to general conference talks on shuffle.

    HTML

  3. qr-cli qr-cli Public

    A simple command line tool to generate QR codes.

    TypeScript

  4. quire-anywhere quire-anywhere Public

    A Chrome Extension for quire.io

    JavaScript 2 1

  5. functional-recursion functional-recursion Public

    A PyPi library to do efficient tail recursion without overflowing with generators and functions.

    Python

  6. Erlang: Pretty print nested dictiona... Erlang: Pretty print nested dictionaries
    1
    %% @author Hunter Wilhelm
    2
    -module(prettyprintdict).
    3
    -export([pretty_print_dictionary/1]).
    4
    
                  
    5
    %%%--------