Careers 2.0 by Stack Overflow
Gravatar
profile updated
on Feb 16

Yaakov Ellis

Israel

ellisweb.net

Currently Technical Lead at Verndale.

My first big programming project was my final project in college. I created a simulator in Java for the elevators in my dormitory building, and tested out different ways of minimizing wait times for residents using different algorithmic approaches to control the operations of the individual elevators. Fun stuff.

Since then I have worked my way up from my first "Hello World" app with ASP.net 1.1 to designing the architecture and leading development on large scale complex desktop and web applications.

I excel when working on complex custom web or windows applications that require start-to-finish attention to detail, original thinking and smart code and DB architecture.

Technologies

Experience (3)

Technical Lead

Verndale

January 2006 - Current

  • Led all technical aspects of development life-cycle for both small and large projects: Documentation, Data and Code Architecture, Coding and Maintenance of web and windows applications, primarily using ASP.net/MSSQL.
  • Led company-wide migration from VSS to SVN. Introduced and led adoption of FogBugz for bug tracking, Automated Builds using MSBuild and Continuous Integration using Team City. Code Reviews and Knowledge Base. Primary presenter and organizer for bi-weekly Engineering department Knowledge Sharing meetings.
  • Previous Titles: Senior Engineer, Consultant.

Application and Support Engineer

PI Worldwide

February 2004 - December 2005

  • Liaison with development company overseeing all aspects of development of new upgrade to main web application.
  • Development of web application for tracking prospective clients through the sales process. Second tier support for all supported web and desktop applications.
  • Re-engineered and optimized legacy MS Access application that was used for tracking support issues.
  • Managed technical support team for web and desktop software.

Intern

Deitel & Associates, Inc.

June 2000 - September 2000

  • Wrote chapters for introductory Programming and Computer Science textbooks on basic and advanced HTML techniques, website creation and general use of Internet tools and utilities
  • Edited and proofread technical literature composed by other authors for inclusion in various books and publications
  • Composed questions and assignments intended for college-level course work to be included in the appendix of different textbooks
  • Work is cited in three different textbooks.
display 1 more...

Education

Computer Science

University of Pennsylvania

2000 - 2003

  • Minors: Cognitive Sciences, Mathematics
  • SAT: 1510
  • Completed degree in 2.5 years + 2 Summers

Stack Exchange Last seen yesterday

Writing

Numeric String Sort in C#

Ellis Web

Scenario: you have a List collection where the contents could be alpha, numeric, or alphanumeric. How do you get the values to sort in a way that makes sense, given the different data types?


Detecting Application Idle State in Windows Forms

Ellis Web

A method for detecting Application Idle State in a Windows Forms application, taking into account application focus.



Reading

StackOverflow.Models.CVBook

Coder to Developer

Tools and Strategies for Delivering Your Software

Mike Gunderloy, Sybex


StackOverflow.Models.CVBook

Code Complete

A Practical Handbook of Software Construction

Steve McConnell


StackOverflow.Models.CVBook

Rapid Development

Taming Wild Software Schedules

Steve McConnell


StackOverflow.Models.CVBook

The Pragmatic Programmer

From Journeyman to Master

Andrew Hunt, David Thomas


StackOverflow.Models.CVBook

More Joel on Software

Further Thoughts on Diverse and Occasionally Related Matters That Will Prove…

Joel Spolsky


StackOverflow.Models.CVBook

The Inmates Are Running the Asylum

Why High Tech Products Drive Us Crazy and How to Restore the Sanity

Alan Cooper


StackOverflow.Models.CVBook

Don't Make Me Think

A Common Sense Approach to Web Usability, 2nd Edition

Steve Krug


StackOverflow.Models.CVBook

Defensive Design for the Web

How to improve error messages, help, forms, and other crisis points

Matthew Linderman, Jason Fried


StackOverflow.Models.CVBook

The Mythical Man-Month

Essays on Software Engineering, Anniversary Edition

Frederick P. Brooks


StackOverflow.Models.CVBook

Mastering Regular Expressions

Jeffrey E.F. Friedl


StackOverflow.Models.CVBook

ASP.NET 2.0 Cookbook

Michael A Kittel, Geoffrey T. LeBlond


display 8 more…

Tools

486sx-33, 4MB RAM, 300MB Hard Drive

Visual Studio, Notepad2

Background

My first big programming project was my Senior Project in college. I chose to create a Java-based simulation of the elevators in my high-rise apartment building. I used this simulation as a testing ground for trying out several different strategies that were aimed at reducing the average time that people spent using their elevators (I eventually found a method that resulted in a 10% reduction in average wait time).