Careers 2.0 by Stack Overflow
gravatar
profile updated
on Sep 25, 2012

Chris Sainty

Malmö, Sweden

blog.csainty.com

Top 10% Stack Overflow for
Top 20% Stack Overflow for
Top 30% Stack Overflow for
Currently Software Developer / Consultant at tretton37.

I have over 11 years of software development experience, 6 using C#. I have written websites, desktop software and mobile apps for both consumer and corporate markets.

I'm a keen contributor to and creator of many open source projects, all of which are hosted on GitHub. Why not take a look?

I recently moved to Sweden and started a new role with tretton37.

Technologies


Experience

Software Development Manager, Quids Technology

November 2000 - April 2012

  • Developed multiple e-commerce websites.
  • Developed a large consumer website for real estate investors using ASP.NET MVC, EF and SQL Server.
  • Opened new revenue streams by developing and releasing two Windows Phone 7 applications.
  • Led a push to improve security by removing the need to store credit card details, storing passwords with salted hashes and upgrading to the latest encryption alogirthms.
  • Built an automated email alert system that unified customer communications across all retail channels.
  • Designed and built a flexible product discounting and promotion module that allowed client to offer new specials across all their retail channels.
  • Led projects to integrate with numerous external vendors such as PayPal, Endeca, CNet and Google.
  • Developed a change tracking system that collates developer change logs and produced testing plans and release documentation.
  • Introduced Git for distributed soruce control and provided guidelines and training to the team.

Software Developer / Consultant, tretton37

September 2012 - Current

Education

Bachelor of Computer Science, Newcastle University, Australia

2001 - 2004

The most valuable subject I studied at university was Compiler Design, closely followed by Operating Systems.
Both opened my eyes to a whole new understanding of how my code is actually being interpreted and run by the machine.

Stack Exchange show all Last seen yesterday

Open Source (8) show all

node-raven

GitHub, Dec 2011 - Jan 2013; followed by 13 people; forked 8 times

RavenDB client for Node

I created this project to give me something of substance to develop while learning about Node and gaining a better understanding of both javascript and RavenDb.


Glimpse.RavenDb

GitHub, Jul 2011 - Apr 2013; followed by 7 people

RavenDb Profiling plugin for Glimpse

I am the creator of this plugin. One nice feature of the plugin is a pivotting of object lists to turn the properties into the columns of a table and the objects into the rows. This allows for a much more readable display inside the Glimpse UI.


MvcMiniProfiler.RavenDb

GitHub, Nov 2011 - Feb 2013; followed by 6 people; forked 2 times

RavenDb plugin for MvcMiniProfiler

I am the creator of this plugin. This is a simple plugin to add query duration entries to the MiniProfiler results pane.


Ideastrike

GitHub, Jan 2012 - Apr 2013; followed by 2 people

Code52 - Week 3 Challenge. A UserVoice like site that a project own can fork and host on AppHarbor for their own projects.

My first contribution to the Code52 project. I mostly helped with the use of Nancy and Entity Framework through fixing bugs and writing tests.


ravendb

GitHub, May 2011 - Mar 2012; followed by 3 people

A linq enabled document database for .NET

I am an occasional contributor to the project. The biggest single feature I have been involved with is the javascript used to display the profiler on MVC websites. I wrote the original proof-of-concept and have made a number of follow up contributions extending the functionality.


Nancy

GitHub, Oct 2011 - Apr 2013; followed by 2 people

A Sinatra inspired web framework for the .NET platform. Be sure to checkout the Wiki for information on how to contribute!

I have contributed some minor new features to Nancy to solve authentication issues I was having while using it.


AppHarbify

GitHub, Apr 2012 - Oct 2012; followed by 17 people; forked 3 times

Website to instantly deploy open source software to AppHarbor. It takes care of configuring all the set up variables and add-ons you need. http://appharbify.com

I have created this application to both provide a useful service to the open source community and give me a production application deployed on AppHarbor to experiment with.


saywat

GitHub, Apr 2012 - May 2012; followed by 44 people; forked 28 times

Code52 project to gather the meaning of regional words and sayings.

As the Code52 member with the most Node.js experience I contributed a lot of the structure to this project and reviewed many of the incoming pull requests.


3 more

Apps & Software (6) show all

favicon

AppHarbify

Automatically deploy and configure open source software to the AppHarbor cloud platform.

I am the creator and sole developer on the project.

The majority of the site was developed rather quickly and serves as an example of both Nancy and the AppHarbor API.


favicon

Xray Property

Consumer website for real estate investors and developers to manage their portfolio of property, find new investment opportunities and get in touch with each other.

I am the original developer of the site and continue to contribute on a contracting basis.

I worked directly with the site owner as a consultant and developer.

Note: The site is still pre-launch and has not had a professional design applied yet.


favicon

gReadie

Google Reader client for Windows Phone 7.

I am the developer, maintainer and support contact for gReadie.


favicon

Harris Technology Website

Ecommerce website for one of the largest IT resellers in Australia.

I wrote the entire backend of the website and worked with the third-party designers to implement their front-end. I also provided on going development and support on a daily basis for over 10 years.


favicon

QTV

Australian TV Guide for Windows Phone 7

Sole developer for this project. It was written in my spare time to provide a smaller and simpler codebase to try out various techniques in.


favicon

A desktop ERP system with functions including POS, CRM, Orders, Quotes, Inventory, Despatch.

Over 10 years contributing to the development and support of the entire suite of applications. I managed the small development team, assigning tasks, priorities and ensuring the build and release schedule is maintained.


1 more

Writing show all

WinJS Series

Chris Sainty

During Code52's first foray into Windows 8 development with HTML5 / JavaScript, I started a series of posts on some basic concepts in JavaScript written from the perspective of the WinJS libraries provided by Microsoft.


LINQ-2-SQL Series

Chris Sainty

A series of blog posts I did on LINQ-2-SQL. They still receive thousands of visits a month and are often referenced on sites like StackOverflow and the MSDN forums.


Windows Phone 7–Asynchronous Programming

Chris Sainty

A post discussing a few common "gotchas" in Windows Phone 7 (and Silverlight generally) when first moving into the asynchronous model.


"Learn something new" Series

Chris Sainty

An ongoing series of posts where I take a new and intesrting technology for a spin. The code is posted to GitHub and where possible the a live copy will be deployed on AppHarbor or Heroku. This is not best practice code, it is simple mental stimulation and a chance to see something new.


Using ServiceStack.Text for JSON processing on Windows Phone 7

Chris Sainty

I recently decided to switch gReadie away from JSON.Net to ServiceStack.Text for it’s heavy JSON processing of the Google Reader API.


Reading show all

C# in Depth: What you need to master C# 2 and 3

C# in Depth

What you need to master C# 2 and 3

Jon Skeet

I generally struggle with programming books as I find they take too long to get to the details and waste time explaining things I already know. This book was an exception for me at the time of reading, it was full of new concepts in just the right amount of detail to keep me going.


Compilers: Principles, Techniques, and Tools

Compilers

Principles, Techniques, and Tools

Alfred V. Aho, Ravi Sethi, Jeffrey D. Ullman

Reading this book, while studying compiler design at university, quite simply changed the way I write software. Instantly and irreversiably. The lessons taught here about how my code is actually being run by the computer are invaluable.


Rework

Rework

Jason Fried, David Heinemeier Hansson

While I wouldn't treat this book as gospel, and find some of it's advice much easier to follow when you are already in the enviable position 37signals find themselves in. It is still full of practical advice on a different way of looking at the process of starting, running and problem solving a business. I think this is a book that warrants re-reading every year or so just to make sure you remember everything it has to offer. Which I consider to be about the highest praise a book could be offered.


Tools

An Atari 1024ST followed by a string of XT, 386 and 486 machines I was constantly pulling apart

Visual Studio, Sublime Text 2