Careers 2.0 by Stack Overflow
Gravatar
profile updated
on Feb 9

Eduardo Gonzalez

Currently Systems Engineer at Japan Business Systems.

I'm a full-stack engineer who can work on anything from 16-bit CPUs to multi-tier web service driven Java EE systems. I speak Japanese too.

Don't let the mention of Java EE fool you. I'm not one of those run-of-the-mill programmers, I've been programming since I was 14. Programming is my passion. (While my friends played World of Warcraft, I was learning Ruby on Rails.)

Although Linux, Python, C, Java, JavaScript and MySQL are my go-to tools and my core expertise. I routinely work in other --less enlightened-- technologies when they are called for.

Technologies

Experience (4)

Systems Engineer

Japan Business Systems

2009 - Current

In three short years I've participated on a wide range of projects for various global 500 companies. In between projects I've helped modernize the development process to include automated testing, continuous integration and modern source control using Git.

Contractor

2008 - 2009

After graduation I did contracting work until my job at JBS started. The jobs ranged from adding features to a PHP-based application to developing a prototype bar-code scanning application on Windows Mobile.

Intern Researcher

Panasonic Electric Works EMIT Middleware Research Lab

June 2007 - December 2007

Researched ways to reduce programming errors by using Domain-Specific Modeling. My first project was to automatically port a touch-screen UI model to a completely different embedded platform with only three buttons.

Despite this being my first time using a 16-bit micro controller (with only 4KB of RAM.) I was able to finish the research ahead of schedule. With the extra time I was able to squeeze in another research project developing a prototype Rich Internet Application using only standard web technologies XHTML, JavaScript, and SVG. This was years before HTML5 technologies and libraries like Backbone.

For these projects I wrote the research papers in English but did presentations to the whole division in Japanese.

Intern

Kiddix Computing Inc.

May 2006 - May 2007

Customizing popular open-source programs to make them more kid-friendly. I worked on Gaim (now Pidgin) and Mozilla Thunderbird.

display 2 more...

Education

B.S. Computer Science

University of Pittsburgh

2003 - 2008

Won 2nd place in the 24 hour Open Source Game Programming Competition for "Steampunk Calculator" https://github.com/osgcc/osgcc2-SteampunkCalculators

B.A. Japanese

University of Pittsburgh

2003 - 2008

Vice President of the Japanese Speaking Society

Certificate of Asian Studies (Focus in Japan)

Stack Exchange Last seen 3 days ago

Open Source

osgcc2-SteampunkCalculators

Steampunk Calculators - OSGCC2 - 2nd Place - By: Eduardo Gonzalez, Josh Albrecht

Apr 2011


better-mail

The Gmail web-app for mobile in it's own process. Great for Android 1.6 devices stuck with the old Gmail client.

Apr 2011 - Current


ninshiki

Mac OS X Status Bar Application to remind you when you've been working too long.

May 2011


quodlibet

audio library tagger, manager, and player for GTK+

followed by 500 people; forked 8 times

I developed various plugins for Quod Libet. What started out as a lyrics plugin is now in the core program.

I was still learning python at this stage so my contributions are pretty small. Interestingly though, code from the lyrics plugin is/was used in Rhythmbox as well.


display 1 more…

Reading

StackOverflow.Models.CVBook

Code Complete

A Practical Handbook of Software Construction

Steve McConnell

Jeff Atwood highly recommends this book and for good reason. It's one of the few books that describe software engineering in practical terms. I wish there was a class based on this book in University.

Out of University I had a fuzzy idea of what requirements, specs and testing are, but this book turned those ideas into concrete concepts.

This book taught me what it means to be a professional programmer.


StackOverflow.Models.CVBook

The Mythical Man-Month

Essays on Software Engineering, Anniversary Edition

Frederick P. Brooks

This book has a ton of anecdotal wisdom about managing large projects.

Although not a manager, this book taught me to try and stay away from projects with enormous teams and that throwing more people at a project wont make it finish any faster.

I wish all my managers read this book.


StackOverflow.Models.CVBook

Gödel, Escher, Bach

An Eternal Golden Braid

Douglas R. Hofstadter


StackOverflow.Models.CVBook

Framework Design Guidelines

Conventions, Idioms, and Patterns for Reusable .NET Libraries

Krzysztof Cwalina, Brad Abrams

Although .NET is one of my dislikes, I have to admit that the tools and frameworks are really good.

The patterns discussed in this book capture the essence of what makes the .NET class library design predictable and easy to use. The patters are in general applicable to any class-based Object-Oriented language.


StackOverflow.Models.CVBook

Real World Haskell

Bryan O'Sullivan, John Goerzen, Don Stewart

Using C#'s Language Integrated Query gave me a taste of why functional programming is awesome. Soon after I decided to learn a real functional language. More than Haskell programming concepts, I mostly took away general functional programming concepts from this book.

Learning everyday Haskell concepts (immutable types, function purity, higher-order functions) has definitely made me a better programmer.


StackOverflow.Models.CVBook

Effective Java

Joshua Bloch

Basically this book recommends functional-programming concepts when writing Java code (immutability, value types, purity, etc.)

Since I read this book after reading Real World Haskell. I kind of expected everything inside. However it is still one of the best books on Java around.


StackOverflow.Models.CVBook

Free as in Freedom

Richard Stallman's Crusade for Free Software

Sam Williams

As a creator of software, it's effects on society are very important to me. Stallman's ideas about software and society were and still are revolutionary.

I wish everyone would read this book before forming opinions on open-source and Free Software.


StackOverflow.Models.CVBook

C Programming Language

Brian W. Kernighan, Dennis M. Ritchie

I "knew" C before reading this book, but this is the book that really taught me C.

This book also taught me how to make a readable technical book. I read this book cover-to-cover in a couple of nights.


StackOverflow.Models.CVBook

Management

Tasks, Responsibilities, Practices

Peter F. Drucker

Drucker is an amazing author. He is so good that in Japan there's a best-selling book about a fictional character that read this book and put it's lessons into practice. (Moshi-Dora)

I am working on making a side-business writing Android applications. Unfortunately it isn't working out so well and I believe that it's because I was too focused on the writing software part and not enough on the managing a business part. This book taught me the value in things that I once thought were meaningless, like documenting what the company's business is, and what it should be. As well as the importance of marketing (Marketing is the act of creating customers).


StackOverflow.Models.CVBook

Structure and Interpretation of Computer Programs, Second Edition

Harold Abelson, Gerald Jay Sussman, Julie Sussman


display 7 more…

Tools

Home built intel 486dx

Emacs

Background


Background

Programming is not only my Job, it is my hobby. When I get home I try out other languages (like Haskell and Go) and software (like CouchDB). I've been using a VPS since college not only to host my blog but also to run these experiments.

Likewise I've been a PDA/Smartphone user since high-school. As such I also make experimental applications for whatever my current handheld computer is.