Sébastien Cevey is a software engineer at the Guardian where he leads the development of Grid, the new image management service. Before that, he was tech lead for Composer, the Guardian’s new digital-first CMS.
Editorial tools lie at the intersection of many of his interests, such as modelling semantic information and building elegant abstractions at all levels, from UX to API design.
Check out Guardian's developer blog here.
Talks I've Given
-
Fully Reactive User Interfaces
Featuring Sébastien Cevey
Most traditional JavaScript is inherently imperative: for-loops, async callbacks, event listeners, DOM manipulations. By relying on side-effects, the resulting code is not composable, hard to test and reason about, and generally forgoes the power of functional programming. With this talk you will...
javascript imperative declarative live-coding ui-rxjs virtual-dom systemjs