Skip to content
View ccashwell's full-sized avatar
🤔
¯\_(ツ)_/¯
🤔
¯\_(ツ)_/¯

Organizations

@firechainlabs
Block or Report

Block or report ccashwell

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

Hey, I'm Chris 👋

I'm a full-stack software engineer, security analyst and technical consultant with a proven track record of leading distributed teams to design, develop and launch products that win. For most of the last decade I've been deeply focused on machine learning and distributed ledger technologies. I like hard problems and taking chances.

GitHub Stats

I've built all sorts of software in several languages, including foundational contributions to popular blockchains and peer-to-peer protocols, financial analytics, algorithmic trading systems, web and mobile apps, distributed systems and microservices that power core banking systems. I've also been an active contributor to a few open-source projects and dev tools that are used by millions of developers around the world. My research and development work has contributed to innovations in diverse spaces ranging from solar energy to econometrics, and it has helped secure numerous US government contracts and grant awards, as well as over $400 million in private capital.

When I’m not hacking on something I’m excited about, I’m either traveling or busy on my farm trying to reinvent the egg and/or myself. Or gaming... I do that a lot.


TLDR: I'm a curious creator with hands-on experience both building and leading teams of builders to ship all sorts of software designed to address a wide variety of real-world problems (and no shortage of fun stuff, too). I have a strong background in security and privacy, and I enjoy finding flaws in systems and building future-proof solutions where possible. I'm very pro-crypto, but I'm a sucker for traditional equities and options trading strategies. I'm big on decentralization, AI and fixing things that feel broken to me.

machine learning microservices digital ledger technology blockchain financial engineering
information security threat analysis risk modeling algorithmic asset management technical analysis

Top Langs

Pinned

  1. keybase.md keybase.md
    1
    ### Keybase proof
    2
    
                  
    3
    I hereby claim:
    4
    
                  
    5
      * I am ccashwell on github.
  2. Bash Scripting: OAUTH2 Authorization... Bash Scripting: OAUTH2 Authorization, Generating SSH keys and Adding Keys to GitHub
    1
    #!/bin/bash
    2
    # This is an example of OAUTH2 authorization via GitHub and adding a new (optionally generated) SSH key to your account. 
    3
    # If generated, the key is put in the default location with no password. Security is obviously relaxed for brevity's sake. Enjoy. 
    4
    
                  
    5
    read -p "GitHub Username: " uname