Skip to content

Instantly share code, notes, and snippets.

View AlecDusheck's full-sized avatar
🎯
Focusing

Alec Dusheck AlecDusheck

🎯
Focusing
View GitHub Profile
const socks = require('socksv5');
const Client = require('ssh2').Client;
const config = require('./config');
let socksServer;
let sshConnection;
const connect = async () => {
unbind(); // Unbind previous connections
sshConnection = new Client();
@AlecDusheck
AlecDusheck / README.md
Created August 6, 2020 19:49
README.md

Hi, I'm Alec! 🎉

• I want to use computer science and business to make the world a better place.

• I co-founded a non-profit named Connect To Care to raise awareness of youth homelessness.

• We run various programs to help our local Minneapolis homeless community.

• While working there, I've managed several projects, including our end-to-end volunteer platform.

• To learn more about Connect To Care, visit our website.