Skip to content
View ethan605's full-sized avatar
Block or Report

Block or report ethan605

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
ethan605/README.md

Hi, it's Ethan 👋

“Passionate about creating awesome products that help plenty of people improve their lives.”

  • 12+ years of experience in the software industry, mostly tech start-ups.
  • Speaking Python, TypeScript, Rust, Go and C++.
  • Back-end focused with experience in front-end technologies.

I'm interested in:

Pinned

  1. xkpasswd/xkpasswd-rs xkpasswd/xkpasswd-rs Public

    XKCD password generator, written in Rust with supports for Wasm in mind

    Rust 18 2

  2. aws-vpn-client aws-vpn-client Public

    AWS VPN Client without all the bloated parts (Mono, closed source acvc-openvpn, etc.)

    Go 3 2

  3. dotfiles dotfiles Public

    My system dotfiles, managed by https://chezmoi.io

    Lua 2

  4. ethan605.github.io ethan605.github.io Public

    My personal home page

    TypeScript

  5. fzfsh fzfsh Public

    FZF plugins for zSH

    Shell 1

  6. qrgpg - encode/decode ASCII armoured... qrgpg - encode/decode ASCII armoured file to/from QRCode images
    1
    #!/usr/bin/env bash
    2
    set -Eeuo pipefail
    3
    
                  
    4
    readonly RED=$(tput setaf 1)
    5
    readonly GREEN=$(tput setaf 2)