I Broke Devpost

@aaronosher

Aaron Osher

  • HackSoc President
  • GitHub Campus Expert
  • Major League Hacking

@aaronosher

March 2018

@aaronosher

@aaronosher

@aaronosher

@aaronosher

@aaronosher

Hack Bordeaux

@aaronosher

Hackathon Idea Generator

@aaronosher

@aaronosher

@aaronosher

const feed = (file_name: string) => {
    readFile(file_name, 'utf-8') // pages list
        .then((data: string) => {
            const exploded = data.split('\r\n');
            exploded.forEach(url => store(url));
        });
};

@aaronosher

@aaronosher

@aaronosher

@aaronosher

@aaronosher

@aaronosher

They asked me to do it again

@aaronosher

@aaronosher

@aaronosher

@aaronosher

@aaronosher

@aaronosher

Made with Slides.com