Careers 2.0 by Stack Overflow
Gravatar
profile updated
6 days ago

John Nelson

Wexford, PA, United States

johncoder.com

Top 30% Stack Overflow for
Currently Web Developer at DVSport.

I love working with C#, ASP.NET MVC, and RavenDB. I am a quick learner, and passionate about writing high quality code.

I started programming in high school, toying with BASIC and JavaScript. When I started college, I was almost an English major. On a whim, I changed to Computer Science and loved every last bit of it. I discovered that I had a knack for programming. Because I loved it so much, I accelerated my education and graduated a semester early. I ended college with a 3.9 GPA in my Major.

Since I graduated college, I've been more ambitious than ever to learn everything that I can (new or old). I'm especially passionate about productivity, and having a deep understanding of this thing we do called programming. Someone once described the difference between a skill and a strength, where a strength is a skill that leaves you wanting more. That is what programming is to me.

I have a special niche in C# and the .NET Framework. I'm content doing all kinds of development, whether its complicated threading, client/server programming, web programming, or desktop applications. My favorite platform is probably ASP.NET MVC. I like unit testing, designing with testing in mind, or even test driven development.

I feel that my strength is in innovation and quick learning. Doing the minimum is simply not enough. I always want to know how to make things better and understand what I do at the most fundamental level.

When I'm not coding, I enjoy listening to jazz, playing guitar, reading and blogging. Preparing awesome home cooked meals and trying new kinds of beer are my guilty pleasures. Soon I'll be making my own beer!

Now that I have a couple of years of experience under my belt, it is time to find what is best for me. My ideal job is one with great working conditions, where I am encouraged to be creative and progressive. I want to work with people who challenge me and make me better as a programmer, nay, as a person.

I enjoy speaking about the work that I do, and have presented at the Philly.NET Code Camp and Pittsburgh .NET Code Camp. I have also been invited to speak at C4MVC, and eager to take on many future gigs.

I'm a huge fan of OSS, and created the OpenIdPortableArea for ASP.NET MVC.

Technologies

Experience (4)

Web Developer

DVSport

January 2011 - Current

At this job I worked on a team with one other developer, creating a collaborative video sharing platform for sports teams and conferences. It runs on ASP.NET MVC3 and makes use of Silverlight 5 and HTML5. The platform features a fully tested API, designed to be used directly or remotely.

I used CQRS and Event Sourcing to design and implement a rich analytic component to the system. With over a year of events logged through use of the system, new features are shipped with historical data. Not has this feature provided interesting data to end users, it is an invaluable debugging tool for the system.

I helped automate a web based live streaming encoding solution for use on iOS platforms.

I used node.js to create a web application used for viewing images with related data. I also researched and implemented an interactive telestration feature using socket.io. This allows users to watch each other draw over top of images remotely. The socket.io library was also used to push new data and images down to clients as it becomes available.

I also helped design and implement a fully tested solution for sending messages in Windows Azure.

One of my other major contributions was a fully automated continuous integration process using TeamCity, PowerShell, and NuGet. After the builds run, and all unit tests pass, NuGet packages are produced, which are in turn published to a private NuGet feed. Other developers integrating with our platform can install packages from that feed.

ASP.NET Developer

DynaVox-Mayer Johnson

July 2010 - January 2011

Designed and developed an internal billing application to help facilitate core business operations. Worked in the latest versions of ASP.NET MVC, along with cutting edge CTP versions of the Entity Framework, using Code First.

Web Programmer

Gateway Ticketing Systems, Inc

August 2008 - July 2010

I developed and maintained an e-commerce solution as a part of an enterprise ticketing software package. I designed and implemented an intuitive installation package. I was able to bring new concepts to the product, and make better use of C# language features, and the .NET Framework.

Application Developer

Libera, Inc

May 2007 - August 2008

Most of my job was developing/maintaining applications with a proprietary system based on XML forms in ASP.NET. I wrote mostly XML and SQL to implement forms and business logic. I spent some time working with C# writing a log viewer application, and consuming a tax web service written in C#.

display 2 more...

Education

B.S. Computer Science

Clarion University of Pennsylvania

2005 - 2008

I graduated a semester early, with a 3.9 GPA in my major. I accepted an internship position at the end of my sophomore year, working full time over summers and part time remotely each semester forward. I excelled in the most difficult of classes.

Stack Exchange Last seen today

Open Source

OpenIdPortableArea

OpenIdPortableArea is an MvcContrib powered Portable Area that encapsulates logic for implementing OpenId (using DotNetOpenAuth).

followed by 7 people

Creator


Mimeo

A templating library that allows you to define a template language from a type.

Nov 2010 - Current

Creator


Metro Toggle

This is a small jQuery plugin that allows you to transform an element into a Windows Phone 7 style toggle control.

Mar 2012

Creator


DarkBlueCellBlog

A RavenDB backed blogging application that uses Markdown for posts, and uses Mimeo for theming.

Apr 2012

Wrote some of the core features of the application, including the user authentication using OpenID, theming, and admin dashboard.


display 1 more…

Writing

Differential Design

I currently work on a very small team, and noticed a pattern in the way we work and design our software. I haven't really heard about anyone else doing this.


Write Your Own: MapReduce

Often a difficult topic to understand, I take a quick look at a crude implementation of MapReduce in C# to get a better idea about what is going on.


Get Some Web In Your Topshelf With NancyFx

I recently wrote a windows service, and I wanted to have a web dashboard. Luckily, NancyFx makes that really easy to do.


Fun With Regex And Dynamic

Parsing obscure file formats can be a fun exercise at times, and I decided to flex my regex muscle and experiment with some dynamic objects to solve a simple problem.


The Mysterious Dependent Observable

I have been using knockout.js for a lot of UI work lately, and I had the hardest time figuring out why my dependent observable wasn't... depending.


Introducing: Mimeo

Lately I have been working on a simple templating library focused on meeting various needs. This post will introduce the library, and walk through an example of what it can do.


EF Code First: Disable Unicode for all String Properties

** UPDATED FOR EF 4.1 ** At work it was decided not to use unicode in our database. In Entity Framework, everything defaults to using unicode, which becomes a bit of a problem in…


Paginating AutoMapped ViewModels

I came across a situation where I wanted to use MvcContrib’s Pagination features. My project consists of an AutoMapper Attribute that performs the actual mapping of my domain to…


Reading

StackOverflow.Models.CVBook

Enterprise Integration Patterns

Designing, Building, and Deploying Messaging Solutions

Gregor Hohpe, Bobby Woolf


StackOverflow.Models.CVBook

The Art of Unit Testing

With Examples in .Net

Roy Osherove


StackOverflow.Models.CVBook

Beginning Ruby

From Novice to Professional

Peter Cooper


StackOverflow.Models.CVBook

Azure in Action

Chris Hay, Brian Prince


StackOverflow.Models.CVBook

ASP.NET MVC 2 in Action

Jeffrey Palermo, Ben Scheirman, Jimmy Bogard, Eric Hexter, Matthew Hinze


StackOverflow.Models.CVBook

ASP.Net MVC in Action

Jeffrey Palermo, Ben Scheirman, Jimmy Bogard


StackOverflow.Models.CVBook

LINQ Unleashed

for C#

Paul Kimmel


display 4 more…

Tools

Packard Bell

Sublime Text 2

Background


Background

I love programming, and I enjoy being a part of the online community of developers. I like teaching other people about concepts, new technologies, and ways of being more productive. Research and development is awesome, and I enjoy any chance that I have to do cool things with the code that I write. In my spare time I write small utilities to automate the laborious tasks of my daily work, as well as apps for fun. A personal goal of mine is to complete a Masters degree, and even a Doctorate in Computer Science. Bleeding-edge technologies are especially interesting.

In my spare time I like to watch movies, play video games, watch television series on DVD/Bluray. I play guitar, and hang out with friends. I love reading blogs, writing blog posts, and reading programming books.