2015-11-07 08:43:18 +00:00
---
layout: default
title: Experience
experiences:
2017-03-13 07:56:33 +00:00
- company: microserve
location: Bristol, England
2016-05-19 11:28:00 +00:00
role: Senior Drupal Developer
2017-03-13 07:56:33 +00:00
start: March 2017
end: ~
description: ~
2016-05-19 11:28:00 +00:00
2016-02-06 13:52:24 +00:00
- company: freelance
2015-11-07 08:43:18 +00:00
location: Remote
2016-06-24 00:36:40 +00:00
role: 'Web Developer & System Administrator'
2015-11-07 08:43:18 +00:00
start: 2007
2017-03-13 07:56:33 +00:00
end: ~
2016-10-09 20:07:02 +00:00
featured: true
2016-02-10 18:47:11 +00:00
description: |
2017-03-18 10:45:21 +00:00
Working on Drupal and Symfony development, maintenance and support projects in my spare time.
Administration of Debian, Ubuntu and CentOS servers, and configuration using Puppet, or more recently, Ansible.
2015-11-07 08:43:18 +00:00
2017-03-13 07:56:33 +00:00
- company: appnovation
location: Cardiff, Wales
role: Senior Drupal Developer
start: May 2016
end: March 2017
description: |
2017-03-18 10:45:21 +00:00
Drupal 7 and 8 site building, custom module development and theming.
Part of various pre-sales teams, including the company’ s first UK Drupal 8 project and first FTSE 100 client.
2017-03-13 07:56:33 +00:00
2016-05-16 20:00:52 +00:00
- company: cti
role: Lead Drupal Developer
location: Remote
start: November 2015
end: May 2016
description: |
2017-03-18 10:45:21 +00:00
Working on various Drupal 7 projects for clients including Greater London Authority (http://www.london.gov.uk), British Land and British Council, as well as various retainer contracts.
Working on internal Drupal 8 learning initiatives, focussing on custom module development and data migration.
Initial development of a CLI application for generating new and auditing existing codebases to ensure consistency across projects. This uses various Symfony components - mainly the Console and Filesystem components.
2016-05-16 20:00:52 +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: |
2017-03-18 10:45:21 +00:00
Full-stack Drupal development, focussing on data migration.
Lead Developer of the [road.cc](http://road.cc) rebuild project onto Drupal 7, including working with non-Drupal PHP applications and utilising of Symfony components, and interacting with Drupal via REST.
Community and contribution advocate.
2015-10-08 09:34:07 +00:00
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: |
2017-03-18 10:45:21 +00:00
Maintaining and improving Drupal.org - the home of the Drupal community.
Speaking at user groups and DrupalCamps to promote the Drupal Association.
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: |
2017-03-18 10:45:21 +00:00
Drupal 7 website development, including site building, theming, module development, data migration and server configuration.
2015-11-07 08:43:18 +00:00
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: |
2017-03-18 10:45:21 +00:00
Drupal 7 website development and Linux server administration.
I originally started as a contractor, and later took a staff role.
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: |
2017-03-18 10:45:21 +00:00
Website development, mainly with Drupal and PHP, including the agency’ s first Drupal 7 project.
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: |
2017-03-18 10:45:21 +00:00
Maintaining and adding new features to the Horse & Country TV website (Drupal 6).
2016-12-29 16:32:52 +00:00
use: [posts]
2015-11-07 08:43:18 +00:00
---
2017-05-21 21:04:57 +00:00
{% block content %}
<h1>Experience</h1>
{% for experience in page .experiences %}
2017-05-21 21:11:58 +00:00
{% set company = site .companies [ experience .company ] %}
<div class="experience-item {% if company .logo %} has-logo {% endif %} ">
{% if company .logo %}
<div class="experience-item-logo">
<img src=" {{ site .images_url }} /assets/images/experience/ {{ company .logo }} " alt=" {{ company .name }} logo">
2017-05-16 00:52:31 +00:00
</div>
{% endif %}
2017-05-21 21:11:58 +00:00
<div class="experience-item-inner">
<h2> {{ company .name }} </h2>
{% if company .url -%}
<a class="experience-item-website" href=" {{ company .url }} ">
{{ - company .url -}}
</a>
{% - endif %}
<div class="experience-item-role">
{{ - experience .role }} from {{ experience .start }} to {{ experience .end | default ( 'Present' ) -}}
{% - if experience .location %} ( {{ experience .location }} ) {% endif %} .
</div>
{% if experience .description %}
<div class="experience-item-description">
{{ experience .description | markdown }}
</div>
{% endif %}
</div> {# /.inner #}
</div>
2017-05-21 21:04:57 +00:00
{% endfor %}
{% endblock %}
{% block stylesheets %}
<link rel="stylesheet" href=" {{ site .url }} /assets/css/experience.css">
{% endblock %}