Careers 2.0 by Stack Overflow
Gravatar
profile updated
on Mar 27

James Toyer

Horley, United Kingdom

jamestoyer.me.uk

Currently Information Systems Software Developer at Adfero Ltd.

A friend I met in my first year of university lent me a learn VB in 24 hours book. From there I've never looked back. I've spent as much time as possible learning about .Net technologies and putting them into practice.

Having never studied computer science or anything similar at University, I am proud that I have managed to teach myself how to code. I may not know everything there is to know, but I will strive to learn as much as I can, as my groaning bookcase is testament to.

Technologies

Experience

Information Systems Software Developer

Adfero Ltd

2010 - Current

I currently work as the team lead on the News Feeds product at Adfero. Our development process is such that I am involved in most areas of maintaining the product, from design and development of software to maintaining the products infrastructure on Amazon Web Services.

Some of the highlights of working on the product are:

  • Developing and maintaining in house applications for use by over 200 writers and 100 account managers in the UK, US and Australia
  • Developing and maintaining RESTful API
  • Maintaining full system stack on AWS including
    • Server Setup
    • Application Deployment
    • DNS Management
    • Database Administration
  • Maintaining legacy XML feeding system

Summer Intern

WMG

June 2008 - September 2008

The initial brief was to clean up and create a new "database" (read Excel Spreadsheet) for past Post Graduate sponsored by WMG. It quickly became apparent that Excel was not up to the job and Access was investigated as a way manage the data. Unfortunately, it turned out designing a Access interface was infinitely more difficult than creating a Win Forms application as I had no prior experience with VBA.

With that in mind I created an Application that had a Win Forms front end with an Access data store. The main reason for using Access as a data store was that it was far easier to get Access installed on user's computers than SQL Server CE because of company policy, and running a full blown server with database would have been too costly for the project. The Win Forms application used data sources to maintain and update different views.

An example of the application is available on request.

Education

General Engineering (BEng)

University of Warwick

2006 - 2010

Societies

  • Warwick Tech Crew
    • President 2008-2009
    • Treasurer 2007-2008
  • Warwick Student Arts Festival
    • Head of Sound 2008
    • Technical Co-Ordinator 2009
    • Head of Sound 2010

Stack Exchange Last seen today

Open Source

Woodpecker

A collection of tools for managing and building source code. This project has been spun off of another project to manage building and deploying of applications to servers automatically.

Nov 2011 - Current; followed by 3 people

I have recently started work on developing an application to pull in source code changes, build the application and deploy it to server or location. This project is a spin off of the basic building blocks used to manipulate source code into an output.

The initial aim is support basic Git functionality for retrieving code from a repository, MSBuild for build web applications and MVC applications, and supporting S3 as a primary output for build applications.


eve-api-user-interface

An EVE Online API user interface and client. This project has been abandoned since September 2010

Nov 2011

This was a project to great a desktop application that could interface with the EVE Online API. This was my first foray into WPF, proper source control (in the form of SVN) and the first time I really tried to create a project that interfaced with an external data source.

It went through several iterations and restarts, but due to my inexperience with source control then, it isn't very well presented. The last version of this was, basically, a glorified RSS reader that took the EVE RSS feeds and converted them to XAML and displayed the content.


html2xaml

A project to convert HTML to XAML. This project has been abandoned since September 2010

Nov 2011

The base of this project came from the Windows 7 SDK. I took it and expanded the areas I required and used it to parse HTML content from an RSS feed so it could be displayed in WPF.


Tempestas

An application to view your university timetable. This has been abandoned since 2009

Nov 2011

This is the first major project I started coding on.

I needed something to tie together what I had been learning, and since I was still at University, and because the way our timetables were presented was appalling, I decided to write something that displayed them in an easy to read format.

In a time before WPF, I created custom windows and buttons for almost all areas and there was a SQL CE database for the backend


display 1 more…

Writing

Installing Redmine and Subversion on Ubuntu 10.04

Software Development & Technical Theatre

This article outlines how to get up and running a Redmine Install on Ubuntu 10.04. While this a little out of date, and took me a good couple of weeks to get up and running initially, the basic principals should still apply


Reading

Books

StackOverflow.Models.CVBook

Pro ASP.NET MVC V2 Framework

Steven Sanderson

For me, the whole concept of MVC was new and alien. I had only just got to grips with Web Forms. After reading this I actually learnt not only how to write MVC 2 applications, but the whole concept of MVC


StackOverflow.Models.CVBook

Pro WPF in VB 2010

Matthew MacDonald

My first dedicated book on WPF and I still reference it regularly when I work on WPF projects. I learnt how to actually make XAML and WPF work for me. Before I just kludged things together in XAML and hope for the best, after reading this I actually understood what the consequences of this were


StackOverflow.Models.CVBook

Professional Visual Basic 2010 and .NET 4

Bill Sheldon, Billy Hollis, Kent Sharkey, Gastón Hillar, Rob Windsor, Jonathan…

When .Net 4 came out I got this book to learn the new technologies that had been incorporated into VB.NET. It's a shame I now mostly write code in C#


StackOverflow.Models.CVBook

Professional ASP.NET 3.5

In C# and VB

Bill Evjen, Scott Hanselman, Devin Rader

I wanted to learn more about ASP.NET so got this book. Its hard to say specifically what I learnt, but after reading it I had a far better understanding of how Web Forms and ASP.NET worked


StackOverflow.Models.CVBook

Beginning ASP.NET 3.5

In C# and VB

Imar Spaanjaars

Before reading this book I'd never written a web application, by the time I'd finished I'd managed to learn the basics of writing a web app using Web Forms. For me this was the most amazing technology when I found out about it.


StackOverflow.Models.CVBook

Introducing Microsoft® LINQ

Paolo Pialorsi, Marco Russo

I learnt some of the more advanced ways of using LINQ to solve problems and gained a better understanding of when LINQ should be used


StackOverflow.Models.CVBook

Programming .NET 3.5

Jesse Liberty, Alex Horovitz

When .Net 3.5 came out I wanted to know all I could about it, to attempt to be at the bleeding edge. This was my first introduction to WPF and LINQ


StackOverflow.Models.CVBook

Start-to-Finish Visual Basic 2005

Learn Visual Basic 2005 as You Design and Develop a Complete Application

Tim Patrick

This was the first in depth book on VB I read. It introduced me to some of the design decisions required when writing software, and areas I had never thought existed when writing applications. Another milestone was actually completing the application from the book.


StackOverflow.Models.CVBook

Microsoft Sams Teach Yourself SQL Server 2005 Express in 24 Hours

Alison Balter

Shortly after completing the VB in 24 hours I thought, databases are important, lets learn about databases. I learnt that diving at that deep end really is difficult and it wasn't until a couple years later that I really understood what this book was trying to teach.


StackOverflow.Models.CVBook

Sams Teach Yourself Visual Basic 2005 in 24 Hours, Complete Starter Kit

James Foxall

This was my first introduction to programming. Having never programmed, for me getting the application built from the book was one of the most satisfying things


display 7 more…

Articles & Blogs

The Joel Test: 12 Steps to Better Code

Joel on Software

Joel's, highly irresponsible, sloppy test to rate the quality of a software team.


Tools

Amstrad

Visual Studio

Background

In my own time I have a tendency to try out random and completely unrelated bits of technology. I normally get them up to a stage where I am fairly competent at using them. Some of the things I have dabbled with are:

  • Microsoft Deployment Toolkit (MDT) - I now have set up images and applications to re-build all my home computers
  • Active Directory (AD) - I have some experience of attempting to create and manage users and computers using AD. I also learnt some basics of applying policies
  • Apache Http Server with Ruby on Rails - I used to run Redmine project management software for my own purpose. Getting Ruby on Rails, Apache and Redmine was rather fiddly and has been documented in one of my blog posts

In addition to these things, I am currently working on a project to automate building and testing of projects. The basic theory is that when you commit to a central repository my service will pick that up, pull in that version and attempt to build it, run tests on it and then out put the built package, ideally to a deployment manager. It's currently not open sourced, but will be soon and is called Lumberjack.

I also maintain a blog at http://jamestoyer.me.uk where I try to record some of the experiences or things I have undertaken.