Careers 2.0 by Stack Overflow
gravatar
profile updated
on May 8

Emmett J. Butler

New York, NY, United States

emmettbutler.com

Top 30% Stack Overflow for
Currently a student. Currently Full Stack Developer at Parsely, Inc., and Game Developer at Sugoi Papa Interactive.

I started making music and tinkering with synthesizers at a young age, and had a strong drive to excel both creatively and technically. Since then, my professional software experience and numerous personal development projects have increased the breadth of my technical knowledge while focusing my expertise. My primary areas of interest include computer graphics, video games, semantic metadata, full stack web development, agile development techniques, and data visualization.

Technologies


Experience show all

Full Stack Developer, Parsely, Inc.

September 2011 - Current

I was Parsely's 7th employee and have helped move the company forward through an exciting period of rapid growth and industry disruption as a core member of the development team. I execute on responsibilities of feature planning and development and act as an in-person liason to the sales team and a mentor to technical interns.

Past and present responsibilities include

  • Designing, prototyping, building, refactoring, and deploying a one-of-a-kind metadata validation tool.
  • Designing, implementing, and testing parallel iOS and Android app development toolkits and the supporting server infrastructure
  • Refactoring and effecting large-scale improvements to a web crawling infrastructure
  • Buidling, unit testing, deploying, and bugfixing numerous web scrapers
  • Implementing Parsely's first public website design in html, css, and javascript
  • Designing, implementing, and supporting an object-oriented API providing on-demand entity extraction
  • Bugfixing, designing, wireframing, supporting, and developing features for on the core big data analytics product, Dash
  • Designing, testing, and implementing a dynamic content dashboard, and reacting to customer feedback
  • Implementing data visualization designs dynamically in javascript

http://parsely.com/tour.html

API Presenter and Mentor, HackNY

April 2012 - April 2013

Worked with over 150 student hackers through the 24-hour HackNY student hackathon to provide API support and python/javascript knowledge. Designed, prototyped, implemented, and presented a natural language processing API used in more than half of the dozens of apps built at the hackathon.

Game Developer, Sugoi Papa Interactive

December 2011 - Current

I handle all software development responsibilities on our projects. This includes designing and implementing engine components, coordinating design and content creation work with the designer, and thinking creatively to solve new problems that arise in game programming. I use agile methodologies when working on these projects, focusing on rapid iterations and regular tester feedback in combination with self-documenting code.

Education show all

B.A. Computer Science & Music Technology, New York University

2009 - 2013

Dean's List, considered for a selective undergraduate research position in the field of mobile security. Favorite classes have included Computer Graphics, Operating Systems, and Computer Music Synthesis.

I was on the board at Tech@NYU, a student organization that fosters a community of student hackers at NYU and other city schools. I helped plan, organize, and execute student hacker meetups, often presenting my personal projects at these meetings.

Fellow, HackNY

2012 - 2012

I spent summer 2012 immersed in the NYC startup community. I attended many talks by industry leaders and lived and worked with a close-knit, hand-picked group of student hackers, allowing me to share my own expertise and personal experience with the community and build connections within the NYC scene.

Stack Exchange show all Last seen yesterday

Open Source show all

schemato

GitHub, Dec 2012 - Current

Modularly extensible semantic metadata validator and distiller

I designed, prototyped, implemented, refactored, and tested this validator. This work included implementing a programmatic understanding of the semantics of the RDFa and microdata standards, reacting to user feedback and refactoring code accordingly, and setting up and maintaining the infrastructure necessary to provide the validator as a service. It was my responsibility to design and prototype the core concepts of the system.


iPhoneGameDemo

GitHub, Feb 2013; followed by 2 people; forked 4 times

A step-by-step guide to creating an iOS game

I built this demo project as a teaching tool for participants in my workshops. I focus on the educational value of the code and the surrounding git-based infrastructure. I lead workshops through basic iOS game creation via this code and the accompanying git repository. To teach newcomers to game programming, I react to their engagement and understanding, tweaking my presentations in the moment to provide maximum educational value.


Audio-Visualizer

GitHub, Dec 2012 - Current; followed by 4 people

Realtime 3D audio visualizer

I work with another developer to design, prototype, and implement the visualization system, focusing on the graphics client. This project provides a challenge in realtime responsive video programming and efficient management of large datastreams. I work creatively to both design interesting new visualization patterns and implement the appropriate algorithms for these patterns efficiently.


Cybrid-7X

GitHub, Feb 2013

Gardening game made for the Playstation Mobile game jam at Indiecade East 2013, with @hentaiphd and @radstronomical

I shared development work with one other programmer, working cooperatively to design and implement a highly specialized system on a limited timescale. This included interfacing with the visual artist, coordinating sprite assets, collaboratively designing the technical backend on which the game was built, and pair-programming with the other developer. I balanced the extremely short time constraints with the team's design plans to implement a playable game that met our requirements.


CG Experiments

GitHub, Feb 2013 - Current

3D rendering and modeling API

I leverage my knowledge of 3D mathematics and good object-oriented programming practices to create interactive demos of concepts related to physics and graphics. I built a well-structured object-oriented programming system that allows users to easily and efficiently render their own 3D scenes. I design, implement, and test this multilayered API.


Apps & Software

favicon

Heads Up! Hot Dogs

iOS game that confronts the puzzling ethics of placing grilled meats on the heads of unsuspecting passerby, published by [adult swim] games.

My responsibilities included planning and implementing in-game visual layouts, player actions, and gameplay elements, identifying, prioritizing, and fixing bugs, designing the gameplay and high-level game structure, assembling and utilizing a beta-testing group, reacting to feedback from testers, deploying to multiple iOS platforms, collaborating and interfacing with Adult Swim games project managers, and more.


Writing show all

How Git Saved My Workshop

Short essay on the pros and cons of using git tags to lead a workshop


iOS Game Dev Workshop video

Screen capture of a talk I gave at Pace University in Feb 2013 on iOS game development


Incomprehensible List Comprehensions

Little meditation on strange Python list comprehensions


Storing Level Data in Heads Up! Hot Dogs

Overview of how level data can be stored in an iOS game


hackNY Summer Series: Chris Poole (a.k.a. moot)

hackNY

Reaction/recap to the HackNY fellows' 2012 meeting with moot


Reading show all

Gödel, Escher, Bach: An Eternal Golden Braid

Gödel, Escher, Bach

An Eternal Golden Braid

Douglas R. Hofstadter

I see this work more as a "feast" than a book. It spans topics from neuroscience, computing, and number theory to communication theory, visual art, artificial intelligence and music. As a lifelong musician, I found a special connection between Bach's music and Goedel's theorem.


Hacking: The Art of Exploitation, 2nd Edition

Hacking

The Art of Exploitation, 2nd Edition

Jon Erickson

This contains an incredible introduction to C and x86 assembly, as well as a very in-depth explanation of common exploits. This work was my first exposure to common forms of program exploits and malicious attacks, including DDoS and buffer overflows.


The Practice of Programming (Addison-Wesley Professional Computing Series)

The Practice of Programming

Brian W. Kernighan, Rob Pike

After trying without success to find a book that focused on the minutia of programming, I eventually came across this book. I like it as an occasional reference for some general best practices and guidelines to return to for making code more readable and usable.


The Pragmatic Programmer: From Journeyman to Master

The Pragmatic Programmer

From Journeyman to Master

Andrew Hunt, David Thomas

This book is an excellent bit of food for thought. I often read a single section on the train to work and meditate on how I can use its lesson to improve myself as a programmer.


Game Engine Architecture

Game Engine Architecture

Jason Gregory

I continue to read this book bit by bit, in between longer projects that help me develop the skills it teaches. I find the sections on rendering, animation, and memory management especially interesting. This book informs the design of engine-like subsystems I create in games, and in a longer-term game engine project.


Tools

Vim with https://github.com/emmett9001/dotfiles/blob/master/.vimrc

Background

I started school as a Music Technology student, having never touched code before. I'm still a music student, and I'll be a lifelong music fan. In my spare time I play and make video games, troll Stack Overflow, and explore Williamsburg for sake bars and sushi restaurants.