Chris O'Sullivan is the CTO and co-founder of legal marketplace Lexoo. He has been developing websites and apps for more than 10 years - with companies such as Forward Partners, Aegis Media, and the BBC. He loves playing board games and drinking cocktails - ideally at the same time.
Talks I've Given
-
Make responsive emails super-duper easily with MJML
Featuring Chris O'Sullivan
If you're like me, you hate making HTML emails that work across email apps and devices. In this lightning talk I'm going to introduce you to MJML - a markup language that takes a lot of pain out of making responsive emails.
responsive-emails html mjml -
Objective C for Rubyists
Featuring Chris O'Sullivan
There are so many things we take for granted writing Ruby code - initialising hashes and arrays, doing basic arithmatic with floats and integers, using subscript accessors for containers.
ruby objective-c -
2
Making old projects better
Featuring Chris O'Sullivan and Tim Cowlishaw
Tim and Chris have been steadily improving how they go about things, getting better at BDD and Scrum, and starting to do a bit of Domain Driven Design. They're going to talk about how they got on, focusing in equal parts on refactoring legacy code bases, improving test coverage, improving...
bdd scrum domain-driven-design test-coverage refactoring testing agile -
Javascript Testing
Featuring Chris O'Sullivan
Chris O'Sullivan loves testing, and it's been eating away at him that he can't test the javascript he writes for his rails apps. In this talk he'll...
testing javascript ruby