2015-11-07 08:43:18 +00:00
---
layout: default
title: Experience
nav: experience
experiences:
2016-02-06 13:52:24 +00:00
- company: cti
2015-10-08 09:34:07 +00:00
role: Lead Drupal Developer
location: Remote
start: November 2015
2015-11-10 07:54:31 +00:00
end: ~
2016-02-10 18:47:11 +00:00
description: |
<p>After initially working on various retainers and support contracts for the first couple of months, I’ m now part of the build team for <a href="http://www.london.gov.uk">london.gov.uk</a>.</p>
2015-11-07 08:43:18 +00:00
2016-02-06 13:52:24 +00:00
- company: freelance
2015-11-07 08:43:18 +00:00
location: Remote
2016-02-10 18:47:11 +00:00
role: 'PHP Developer & Linux System Administrator'
2015-11-07 08:43:18 +00:00
start: 2007
2015-11-10 07:54:31 +00:00
end: ~
2016-02-10 18:47:11 +00:00
description: |
<p>Working on Drupal and Symfony development, maintenance and support projects in my spare time.</p>
<p>Administration of Debian, Ubuntu and CentOS servers, and configuration using Puppet, or more recently, Ansible.</p>
2015-11-07 08:43:18 +00:00
2016-02-06 13:52:24 +00:00
- company: microserve
2015-10-08 09:34:07 +00:00
location: Bristol, England
role: Senior Drupal Developer
start: July 2015
end: November 2015
2016-02-10 18:47:11 +00:00
description: |
2015-10-08 09:34:07 +00:00
<p>Full-stack Drupal development, focussing on data migration.</p>
2016-02-10 18:47:11 +00:00
<p>Lead Developer of the <a href="http://road.cc">road.cc</a> rebuild project onto Drupal 7, including working with non-Drupal PHP applications and utilising of Symfony components, and interacting with Drupal via REST.</p>
2015-10-08 09:34:07 +00:00
<p>Community and contribution advocate.</p>
2016-02-06 13:52:24 +00:00
- company: drupal_association
2015-11-07 08:43:18 +00:00
role: Drupal.org Developer
location: Remote
start: 2014
2015-10-08 09:34:07 +00:00
end: July 2015
2016-02-10 18:47:11 +00:00
description: |
2015-11-07 08:43:18 +00:00
<p>Maintaining and improving Drupal.org - the home of the Drupal community.</p>
2015-11-10 07:31:04 +00:00
<p>Speaking at user groups and DrupalCamps to promote the Drupal Association.</p>
2015-11-07 08:43:18 +00:00
2016-02-06 13:52:24 +00:00
- company: precedent
2015-11-10 00:54:09 +00:00
location: Cardiff, Wales
2015-11-07 08:43:18 +00:00
role: Senior Drupal Developer
start: 2013
end: 2014
2016-02-10 18:47:11 +00:00
description: |
2015-11-07 08:43:18 +00:00
<p>Drupal 7 website development, including site building, theming, module development, data migration and server configuration.</p>
2016-02-06 13:52:24 +00:00
- company: nomensa
2015-11-10 00:54:09 +00:00
location: Bristol, England
2015-11-10 07:31:04 +00:00
role: 'Contract Drupal Developer / Application Developer & System Administrator'
2015-11-07 08:43:18 +00:00
start: 2012
end: 2013
2016-02-10 18:47:11 +00:00
description: |
2015-11-07 08:43:18 +00:00
<p>Drupal 7 website development and Linux server administration.</p>
2015-11-10 07:31:04 +00:00
<p>I originally started as a contractor, and later took a staff role.</p>
2015-11-07 08:43:18 +00:00
2016-02-06 13:52:24 +00:00
- company: proctors
2015-11-10 00:54:09 +00:00
location: Bristol, England
2015-11-10 07:31:04 +00:00
role: 'PHP Developer'
2015-11-07 08:43:18 +00:00
start: 2011
end: 2012
2016-02-10 18:47:11 +00:00
description: |
2015-11-10 07:31:04 +00:00
<p>Website development, mainly with Drupal and PHP, including the agency’ s first Drupal 7 project.</p>
2015-11-07 08:43:18 +00:00
2016-02-06 13:52:24 +00:00
- company: horse_country
2015-11-10 00:54:09 +00:00
location: Cwmbran, Wales
2015-11-07 08:43:18 +00:00
role: Web Developer
start: 2010
end: 2011
2016-02-10 18:47:11 +00:00
description: |
2015-11-07 08:43:18 +00:00
<p>Maintaining and adding new features to the Horse & Country TV website (Drupal 6).</p>
---
<h1>Experience</h1>
{% for experiences in page .experiences | batch ( 2 ) %}
<div class="row">
{% for experience in experiences %}
2016-02-06 13:52:24 +00:00
{% set company = site .companies [ experience .company ] %}
2015-11-07 08:43:18 +00:00
<div class="experience col-md-6">
2016-02-06 13:52:24 +00:00
{% if company .website %}
2015-11-07 08:43:18 +00:00
<div>
2016-02-06 13:52:24 +00:00
<a href=" {{ company .website }} ">
2016-02-10 18:47:11 +00:00
<h2> {{ company .title }} </h2>
2015-11-07 08:43:18 +00:00
</a>
</div>
2016-02-10 18:47:11 +00:00
{% else %}
<h2> {{ company .title }} </h2>
{% endif %}
{% if company .logo %}
2016-03-10 18:25:49 +00:00
<img class="experience__logo" src=" {{ site .images_url }} /assets/images/experience/ {{ company .logo }} " alt=" {{ company .title }} logo">
2015-11-07 08:43:18 +00:00
{% endif %}
<div class="role-wrapper">
{% spaceless %}
2015-11-10 00:59:30 +00:00
{{ experience .role ~ ' from ' ~ experience .start ~ ' to ' ~ experience .end | default ( 'Present' ) }}
2015-11-07 08:43:18 +00:00
{% if experience .location %}
( {{ experience .location }} )
{% endif %}
{% endspaceless %} .
</div>
{{ experience .description | raw }}
</div>
{% endfor %}
</div>
{% endfor %}