Careers 2.0 by Stack Overflow
gravatar
profile updated
on Apr 8

Dean Hume

London, United Kingdom

www.deanhume.com

Currently Head of Development at Livebookings.

I am a Software Developer living in London that is passionate about coding and technology. I have dabbled in code from Classic ASP to VB.net to C#. Although I am not directly involved with UI design, I love UI design as well as great web design.

In my spare time, I blog about anything interesting that I come across while coding as well as new technology. I am a BIG fan of HTML5 as well as responsive design.

Technologies

Dislikes:

Experience (8) show all

Head of Development, Livebookings

January 2013 - Current

  • Worked closely with not only the team but also the product managers, Chief Architect and Product Delivery Manager to ensure the delivery of the product roadmap
  • Responsible for all software developmental activities across 4 scrum teams
  • Responsible for the recruitment across the department
  • Managing costs and budgets, administration of contractor time and IT invoices.
  • Provided leadership, coaching and talent development to the scrum teams
  • Conducted code reviews and ensured best coding practices within the teams
  • Reported directly to COO

Team Lead, Livebookings

2010 - December 2012

  • Led team in full SCRUM life-cycle
  • Played an active role as Scrum Master
  • Mentored team in XP and Agile Methodologies
  • Involved in the recruitment and hiring of new employees
  • Involved in day to day development as well as architectural and design decisions
  • Lead the team responsible for the development of the new Bookatable.com - - Mobile site using MVC3, HTML5 and WCF
  • Worked with team to develop SSIS packages for internal reporting.
  • Responsible for enforcing coding standards, peer reviews.
  • Worked with the team on Lab days for R & D of new products
  • Responsible for the quality of the software that my team produced.
  • Presented APIs and latest developments to other teams
  • Reviewed APIs and worked with team to improve and add new features

Developer Analyst, Asos.com

2009 - 2010

  • Interviewed and mentored new employees.
  • Involved in the redesign of Asos website - Multilingual and International
  • Involved with re-development of Checkout site using SOA, Castle Windsor, and MVP.
  • Worked on the Backoffice system which was responsible for keeping track of stock and logistics.
  • Worked on the redevelopment of the WMS (Warehouse management system)
  • Involved in the development of a enhanced delivery system (Same day and Next Day Delivery) using an External API for the delivery of orders
  • Developed the Asos Premier section on the website

Senior Developer, Global Radio

July 2008 - December 2008

  • Development of webservices using WCF, SOAP, XML and JSON
  • Developed on the online media player
  • Testing and Continuous Integration
  • TDD, FxCop, NCover and CruiseControl.net
  • Involved in the maintenance and development of the Scheduling service tool used by the radio stations
  • Won award for best project at Global Radio Hack Day
  • Developed R&D products on Lab days
  • Developed the software for the Email Marketing Campaigns and liaised with Third Party Companies

Developer, Lateral Group

December 2007 - June 2008

Contract Developer, Coutts Retail Communications

July 2007 - December 2007

Developer, SA Homeloans

February 2005 - June 2007

Junior Developer, VB Software

January 2002 - January 2005

3 more

Education show all

Professional Certificate in Management, Open University

2011 - 2012

This certificate is the first step towards an MBA qualification. It helped me develop the skills I needed to be a successful manager, such as critical thinking; understanding organisational structures; effective project management; good communication; and the ability to manage my time.

ScrumMaster Certification, ScrumAlliance

2011 - 2011

Completed the course and I am now a fully certified ScrumMaster - http://www.scrumalliance.org/profiles/139820-dean-hume

Agile Project Management Course, QA-IQ

2010 - 2010

This course involved combining Agile and Project Management in order to deliver projects on time and in budget. I completed this course with full certification.

Test Driven Development, QA-IQ

2010 - 2010

This course covered the basics of TDD and also got into the more technical aspects of Test Driven Development. This also included using Mock objects in order to simulate real-world scenarios. I completed this course with full certification.

Stack Exchange show all Last seen today

Open Source show all

FastASPNetWebsites

GitHub, Jul 2012 - Mar 2013

The source code for the Fast ASP.NET websites book


ASP.net MVC HTML5 Helpers Toolkit

CodePlex, Aug 2010 - Feb 2011; followed by 151 people; forked 5 times

The ASP.net MVC HTML5 Helpers Toolkit contains a rich set of controls that you can use to build ASP.net websites using HTML5. Harness the power of HTML5 and start using it in your applications.It's lightweight and can be a great step in getting your website up to speed with HTML5

I am the creator and developer of this HTML5 toolkit. I regularly update and improve on the library.


SmushMySite - Image Optimization Tool

CodePlex, Oct 2010; followed by 6 people

SmushMySite is an image optimization tool that takes advantage of the Yahoo Smush.it™ service. It is a quick and easy way to optimize all images on webpage, or all images on your site. It is developed in C# 4 and WPF.

I am the creator and sole developer of this application.


Apps & Software show all

favicon

Bookatable.com – Mobile Restaurant Reservations

This project involved updating the existing browsing experience that users experienced when visting Bookatable.com and making a booking. This project used responsive design to allow users on all devices to make a booking easily and seamlessly.

Worked closely with the Bookatable team to produce online reservation tools that work for all devices. This includes the Bookatable iPhone & Android apps.


favicon

CodeGenerate.me is a free online service that lets you generate QR Codes and Barcodes of all types. Use this easy service to generate all your barcode needs!

This tool was built as a side project to learn and play with Windows Azure. It has been running successfully over the past few months and has also been converted into a Google Chrome extension.


Writing (7) show all

Dean Hume - Custom OData API using WCF Data Services

Dean Hume - Home

Create a Custom OData API using WCF Data Services


Dean Hume - Object Caching - .NET 4

Dean Hume - Home

A guide to using the new System.Runtime.Caching in .NET 4


Dean Hume - Measuring Web Page Performance with Selenium 2 and the Web Timings API

Dean Hume - Home

A guide to measuring Web Page Performance with Selenium 2 and the Web Timings API


Dean Hume - A Simple Guide to using OAuth with C#

Dean Hume - Home

A Simple Guide to using OAuth with C#


Dean Hume - Responsive Design and CSS3 Media Queries

Dean Hume - Home

So, what is Responsive design? Well, it is the approach that suggests that design and development should respond to the user’s behaviour and environment based on screen size, platform and orientation. The term Responsive Web Design was coined by Ethan Marcotte and is the practice of using fluid grids, flexible images, and media queries to progressively enhance a web page for different viewing contexts. Imagine only having to code one front end and having it adapt no matter what the screen size or device that you are using.


Dean Hume - MVC Asynchronous Controller : The Basics

When I first saw the Asynchronous Controllers introduced in MVC 2, I couldn't wait to start playing around. I thought that it would be a really easy to get up and running with a simple example, but after searching online for a few working examples - pretty much all of them used an event based pattern that wasn't easy to understand. In this blog post I am going to run through a really simple example that will show you the basics of Asynchronous Controllers, and show you how easy they really are.


Dean Hume - Visual Studio 2012 - A week in perspective

I was a little apprehensive about installing Visual Studio 2012 and running projects in Visual Studio 2010 side-by-side as I work in a team. Fortunately, the latest version offers a compatibility feature that allows you to run 2010 projects in 2012 and vice versa. It will need to add some migration settings to the project, but I have tested this and you can still open the project in Visual Studio 2010 without any problems.


2 more

Reading (11) show all

Books

RESTful Web Services Cookbook: Solutions for Improving Scalability and Simplicity

RESTful Web Services Cookbook

Solutions for Improving Scalability and Simplicity

Subbu Allamaraju


Professional ASP.NET MVC 2 (Wrox Programmer to Programmer)

Professional ASP.NET MVC 2

Jon Galloway, Scott Hanselman, Phil Haack, Scott Guthrie, Rob Conery


Professional ASP.NET 4 in C# and VB

Professional ASP.NET 4 in C# and VB

Bill Evjen, Scott Hanselman, Devin Rader


Clean Code: A Handbook of Agile Software Craftsmanship

Clean Code

A Handbook of Agile Software Craftsmanship

Robert C. Martin


Coaching Agile Teams: A Companion for ScrumMasters, Agile Coaches, and Project Managers in Transition (Addison-Wesley Signature Series (Cohn))

Coaching Agile Teams

A Companion for ScrumMasters, Agile Coaches, and Project Managers in Transition

Lyssa Adkins


Succeeding with Agile: Software Development Using Scrum

Succeeding with Agile

Software Development Using Scrum

Mike Cohn


Leading a Software Development Team: A developer's guide to successfully leading people & projects

Leading a Software Development Team

A developer's guide to successfully leading people & projects

Richard Whitehead


Agile Product Management with Scrum: Creating Products that Customers Love (Addison-Wesley Signature Series (Cohn))

Agile Product Management with Scrum

Creating Products that Customers Love

Roman Pichler


Code Leader: Using People, Tools, and Processes to Build Successful Software (Programmer to Programmer)

Code Leader

Using People, Tools, and Processes to Build Successful Software

Patrick Cauldwell


5 more

Articles & Blogs

HTML5 Boilerplate hits 2.0!

Paul Irish

HTML5 Boilerplate hits 2.0!


Tools

Generic 286 PC 8Mhz, RAM 4Mb, VGA 256Kb

Visual Studio