How We Made GitHub Fast · GitHub
A good discussion of he deployment model used at GitHub starting in 2009.
Having been writing software for most of my life (since before the dinosaurs as my kids would say it), I have experience in many languages and many environments. I have written software for everything from systems too small to even exist today (main memory smaller than today's CPU caches) to very large systems in very large corporations with mission critical requirements.
I am driven to create high quality software and a strong believer that the best software is a team effort. Peer coding, peer review and even just talking out problems with teammates leads to cleaner, clearer, higher quality code. Using the right tools for job is an important part creating quality, so I enjoy learning new tools and environments.
But my greatest strength lies in understanding the big picture and how each small part interacts within that overall picture. By understanding the needs of the customer and combining that with an understanding of the existing systems, the right solution for the situation can be found.
I am equally comfortable discussing how to solve the customer's business need or how to reproduce a bug in a test environment as I am coding the lowest level details of a network protocol.
January 2002 - Current
Currently serving as Senior Developer/Chief Architect for all Datatrac products. This position entails:
Key projects:
January 1999 - June 2001
Served as Director of Software Architecture for WeatherStar products. This position entailed:
October 1997 - January 1999
BEA was helping FedEx re-write their existing Mainframe/COBOL failure analysis system into a C++/Oracle system. Working on-site with FedEx personnel, I designed and wrote several parts of the new system including:
In addition to development tasks, I mentored the FedEx team in UNIX and C++
August 1993 - October 1997
This job entailed developing:
August 1989 - August 1993
This job entailed developing commercial email systems for MCI and the Italian postal service.
August 1986 - August 1989
This job entailed developing and supporting a debt collection system.
"Datatrac for Drivers" provides an easy to use app allowing a driver to perform all of their daily activities including: receiving/updating jobs, gathering barcodes (camera or bluetooth scanner), gathering signature images, tracking current location (using GPS)
For this application I personally envisioned, documented, designed, and coded both the Android application and the web services used to interface with the application

W. Richard Stevens
I have had this book since '93 and I still consult it.
For me the biggest take away was the UNIX style of programming:
These are the parts of UNIX that make it fast and simple. Reading this in the '90s taught me everything used in the Unicorn/Python/etc is UNIX craze a few years back.

Eric S. Raymond
The simple and clear discussions on the design philosophy along with the case studies of systems and applications provide an excellent yardstick. When planning out a system architecture, I will often take a break and go skim the table of contents. Usually something will catch my eye and I'll read a section or two again. This always helps me improve the system's design.
A good discussion of he deployment model used at GitHub starting in 2009.
Atari 800
Vim
I started programming way back in 1982 on an Atari 800 as an 8th grade science fair project writing a video game (a two player tank battle) and I have not stopped yet.
My first professional programming job was back in 1986 developing on a VAX/VMS system on an application that managed debt collections. That was back when a 8 meg machine was the main system for 64 interactive users.
Starting in 1990, while working at MCI, I took a class on UNIX development and administration. Since that time, UNIX of various flavors and GNU/Linux have been my preferred operating system.
One question that a lot of developers are asked is what IDE do you use? My answer is "Linux". Since GNU/Linux tools are created by developers typically working on GNU/Linux machines, whenever you hit a problem, there is a very good chance that someone else has been there and written a tool to help. Just look at the current distributed source code control tools, although git was not the first, it is the best known by far and is constantly being improved. And the cost to deploy on a developers workstation just can't be beat.
My current leaning in languages leans toward dynamic languages (currently Python), the clean expressive nature of the languages leads to a focus on highly readable code. And after all, code is read many more times than it is written.