Careers 2.0 by Stack Overflow
gravatar
profile updated
on Mar 11

Andrew Lawson

London, United Kingdom

adlawson.com

Top 10% Stack Overflow for
Top 20% Stack Overflow for
Currently Developer at Graze.

I'm currently a backend developer working at BraveNewTalent. You'll likely find me messing around with various side projects, playing hockey, or out on my mountain bike. I'm a fully rounded developer, having worked both on server and client side.

My server side experience ranges from programming in PHP, Node.js and Ruby; writing to databases in MySQL and popular "NoSQL" platforms such as MongoDB and CounchDB. I am also more than comfortable rummaging around a Linux sytem, configuring servers and setting up continuous integration. I have written a server implementation of a websocket chat application in Node.js, with the client side written by a fellow colleague. I currently contribute and maintain a number of server side open sourced libraries:

  • Vfs Virtual file system
  • Mustache Templating language implementation
  • Restack Datastructure library

On the client side, I am a competent developer with JavaScript and CoffeeScript. I'm currently involved in a client side interaction framework, written in CoffeeScript, which we have subsequently open sourced. Unlike classic event management based on subscriptions, functions are triggered when watched values change. This makes frontend interaction very easy to implement.

  • Key Keycode assertion
  • Cosy Low level event management
  • Snuggle DOM abstraction for use with Cosy

The majority of my programming experience lies in PHP because I aim to push it as far as it can go by engineering the most beautifully simple solutions imaginable, while opening up libraries that will make the working lives of other programmers that much easier.

I'm not your typical programmer or software engineer. I strive for excellence in the code I write, the solutions my team develop, and the product at the end of it all. I am passionate in processes like Scrum and principles like SOLID and TDD that assist in achieving this goal.

Skills/experience

  • Languages PHP, Node.js, JavaScript, CoffeeScript, Ruby, MySQL

  • Processes & methods Git, TDD, BDD, Agile (Scrum method), Code reviews, Pair programming, Continuous integration, SOLID principles, RESTful services

  • Libraries Symfony 2, Zend Framework, Doctrine ORM & DBAL, PHPUnit & Mockery, Behat, jQuery

  • Other HTML & CSS

Technologies

Dislikes:

Experience show all

Developer, Graze

February 2013 - Current

Backend Developer, BraveNewTalent

April 2011 - January 2013

Taken on as a mid-level backend developer, my role has grown from being "The PHP Guy" to being a key member of the architecture team of the new, upcoming platform. Since working here, I have grown as a developer and an engineer; working in JavaScript and CoffeeScript alongside PHP on the backend.

We work in a true Scrum process, with daily stand-up meetings and sprint planning, review and retrospective. Sprints are typically 10 days long including planning and review, but completely depends on the size of the tasks in each sprint.

Developer/Director, Fully Charged OS Ltd

September 2010 - June 2011

Freelance work under my own company, specialising in application development and system setup. Running my own company, I was a client facing developer advocating the need for tested, stable applications.

I learned a huge amount while working for myself, specifically in unit testing and separation of logic (besides all the administration work that comes with going it alone).

Education

Architectural Technology, Northumbria University

2006 - 2009

A Levels: Maths, Physics & Product Technology, King Edward VI High School

2004 - 2006

Stack Exchange show all Last seen today

Open Source (6) show all

frame

GitHub, Feb 2013

Animation frame wrapper.

requestAnimationFrame wrapper, currently part of a larger physics project.


clock

GitHub, Feb 2013

Clock based event emitting

A simple ticker that was originally intended for other purposes but was deemed insufficient.

It isn't reliable enough for time-sensitive operations because it is merely built ontop of setTimeout. It is still useful, however, for polling and other time independent applications.


key

GitHub, Oct 2012; followed by 3 people

A tiny little keycode library

A library to abstract key code assertions in the browser. Useful for any keyboard based interaction.


cosy-js

GitHub, Sep 2012 - Jan 2013; followed by 5 people

A cosy little library

A set of language constructs for JavaScript. Currently being rewritten as a separate organisation at http://github.com/getcosy


vfs

GitHub, Jul 2012 - Oct 2012; followed by 2 people

PHP5.3+ Virtual File System. Still currently in development

For another project, I needed to implement a VFS, so I thought I would open source it!

I currently use it to bypass the need for eval in a code compiler. I do this by writing my compiled code to the VFS and then I read(include) it back out. This way, Zend Engine can safely compile the PHP. Simple, but safe as houses.

I could also be used as a non-persistant cache or just as a VFS for unit testing.


upfront

GitHub, Feb 2013

Frontend bootstrap.

Okay. So I'm not a frontender, but every now-and-then I need to make a website. This library gives me a foundation to build upon for future projects.


1 more

Tools

Sublime Text 2