Careers 2.0 by Stack Overflow
gravatar
profile updated
on Nov 9, 2012

Luke Smith

Reading, United Kingdom

blog.lukesmith.net

Top 10% Stack Overflow for
Currently Senior Developer at Zopa Ltd.

I am Developer with an interest in providing excellent software to clients while delivering solid and well designed software.

Whilst at University I entered the Microsoft Imagine Cup competition, coming 2nd in the UK codeathon. This was my stepping stone into becoming passionate about what I do and how I do it.

Following on from my degree I started my career working as the sole developer for a marketing company. This experience meant I had to learn quick without a mentor to guide me, learning both the best (and wrong way) of doing certain things. As a result I became a huge consumer of blogs, reading and learning from experts in their fields.

I have a keen interest in doing things correctly, learning from experience and others, at the same time as delivering value to customers. Whether this be using the right testing approach, the right choice of libraries and the correct way to structure code so its flexible, robust and maintainable.

I have presented at a local geeknight in Reading on the topic of the SOLID Principles, which ties into my interest of writing maintainable code, and have future topics of which I'd like to talk on.

I've contributed pull requests to several opensource projects including NancyFX and Hubot

Outside of work, away from software, I enjoy skiing and photography.

Technologies

Dislikes:

Experience show all

Senior Developer, Zopa Ltd

April 2011 - Current

My responsibilities at Zopa encompass the full lifecycle of development from requirements capture, development, testing and product support. Working with a legacy system has had a number of interesting and enjoyable challenges, such as understanding how and why the system works with little documentation to go off.

We decided that for the Zopa platform to grow and be able to respond to the business we needed to introduce a different set of technologies. We decided on Ruby for the customer facing website. The marketing pages were ported to Sinatra and the secure sections are currently being ported to Ruby on Rails. Rather than a big bang port to RoR we are porting smaller sections, this allows us to continue responding to other changes required by the business and reducing risk by releasing in smaller chunks.

Moving to a multi-language/multi-platform platform I've been picking up Ruby and Linux during the port of the main application from ASP.NET. We used OpenRasta to build a new API for the ruby application to talk to the existing .NET application logic. This has worked well with the API working as an anti-corruption layer onto the existing legacy system, which will allow us to make larger changes to the existing system.

Accomplishments
  • Trialled a Kanban development approach. This allowed us to respond to changes in the business much more quickly than a sprint based methodology.
  • Simplified the build and deployment processes of several projects, ensuring unit tests were run as part of the CI process. I used Microsoft WebDeploy to simplify deployments to IIS7 and MSDeploy for deploying Windows Services. This reduced an over complicated build and deployment process to one click deployments using TeamCity.
  • Worked to migrate from Subversion to Git (hosted with GitHub).
  • Involved in the interviewing process of new hires, reviewing coding exercises and performing telephone interview.
  • Ported the public/marketing sections of the Zopa website from ASP.NET to Sinatra, having also investigated options in Python. This involved porting a custom, if basic, templating engine from .NET to ruby. The custom templating engine was later replaced with ERB, which provided more functionality and removed the need for our custom engine.
  • Implemented SpecFlow, and later Cucumber, features for integration testing the main signup flows for borrowers and lenders.
  • Working towards simplifying the production infrastructure including writing scripts to help provision new Windows servers.

Senior Developer, Concentra Consulting Ltd.

May 2008 - April 2011

During my time at Concentra I worked predominantly on the range of healthcare projects for a major healthcare organisation in the UK using a mixture of ASP.NET WebForms and MVC.

Throughout my time at Concentra I presented on a varying number of topics during lunchtime sessions, introducing my colleagues with new technologies and development approaches. These included ASP.NET MVC, SOLID Principles, CQRS and Event Sourcing. ASP.NET MVC was adopted on several projects since.

I worked closely with the Software Architect to put in place a Continuous Integration environment using TeamCity and Nant scripts and passed on the knowledge gained to co-workers.

I gained responsibilities for interviewing potential new hires, being involved in estimations for new project work and leading the development of 2 projects, one of which helped turn around the relationship with the client.

Developer, Sentient

November 2006 - May 2008

Whilst at Sentient I worked with ASP.NET, C# and SQL Server 2005 to produce and extend the existing website (SportsDo). Projects included creating a common JavaScript API for using both the Microsoft Virtual Earth and Google Maps APIs, prototyping and creating a Facebook Application and live tracking a number of participants during the London Marathon.

I also worked on a project for a well known broadcasting company allowing them to overlay skiing statistics on one of their popular shows.

I introduced Continuous Integration, using CruiseControl.NET, and Team Foundation Server for source control.

Junior Developer, SlipStream-SDS Ltd

July 2005 - November 2006

At SlipStream-SDS I worked on maintaining the existing ASP intranet as well as building a new intranet portal using ASP.NET 2.0 and SQL Server 2000. I also worked on an extranet portal allowing clients to view data collected by the company.

As I was the sole developer at the company I was responsbile for obtaining the requirements and writing the specifications before development could begin.

I introduced Continuous Integration, using CruiseControl.NET, and Source Control using Subversion into the development process.

Software Developer, Softel UK Ltd

July 2004 - October 2004

As part of the STEP (http://www.step.org.uk/) programme I was placed at Softel, a provider of subtitling, captioning, interactive TV software.

During my placement I worked on Teletext and digital media technologies, fixing bugs in existing C++/MFC applications. This was my first experience developing C++ and also working on a large codebase. Alot of time was spent understanding how the different parts of the system worked and debugging issues in the software.

I also worked on a number of TCL scripts for converting XML files to the standard EPG format.

Education

BSc Computer Science & Cybernetics, University of Reading

2002 - 2005

I obtained a 2:1 (Hons)

Certifications

70-315 Developing and Implementing Web Applications with Microsoft Visual C# .NET and Microsoft Visual Studio .NET

2005 - 2006

70-320 Developing XML Web Services and Server Components with Microsoft Visual C# .NET and the Microsoft .NET Framework

2005 - 2006

Stack Exchange show all Last seen on May 16

Open Source show all

linq2js

GitHub, Sep 2009 - Feb 2011; followed by 2 people

Linq2JS is a library for writing linq like expressions in javascript


enumerablejs

GitHub, Jan 2011 - Aug 2012; followed by 4 people

A node.js enumerable module mimicking the linq api from .NET


iisconfig

GitHub, Jan 2012 - Sep 2012


Reading

Code Complete: A Practical Handbook of Software Construction

Code Complete

A Practical Handbook of Software Construction

Steve McConnell


Clean Code: A Handbook of Agile Software Craftsmanship

Clean Code

A Handbook of Agile Software Craftsmanship

Robert C. Martin


Lean Software Development: An Agile Toolkit

Lean Software Development

An Agile Toolkit

Mary Poppendieck, Tom Poppendieck


Tools

Sinclair ZX Spectrum

Visual Studio

Background

Projects and links

I have a number of open-source projects on Github.

Linq2js is a javascript library for writing linq-like queries against collections of data.

EnumerableJs is a port of linq2js as a node.js module.