Colin's business card says 'Technology Director' and he works at a UK-based software consultancy, however, he thinks of himself as a technology enthusiast. Colin has been working in software for many years, and has never stopped exploring, learning and creating. He writes a lot, speak a lot and code a lot. He likes telling stories, he likes his presentations to have a narrative. He likes people to feel educated, but more than anything else, he wants them to just enjoy it and have fun.
Follow Colin on Twitter, check out his blog and find out more about ShinobiControls.
Talks I've Given
-
WebAssembly And The Future of JavaScript
Featuring Colin Eberhardt
JavaScript brought interactivity to the web more than 20 years ago, and despite numerous challengers, it is still the only language supported by browser. However, as those 20 years have passed we've moved from adding a little interactivity to largely static sites, to creating complex...
fullstack javascript web-assembly asm.js fullstackcon -
From monoliths to components with D3
Featuring Colin Eberhardt
This talk explores a different approach to building charts with D3 that follows the existing patterns of components and data-joins and adds some new ones too. We’ll also look at some funky ideas along the way such as using Flexbox for styling SVGs, and new patterns.
javascript -
ReactiveCocoa and Swift, Better Together
Featuring Colin Eberhardt
ReactiveCocoa is an elegant framework that radically changes the way we structure our applications and handle flows of data. However, it's beauty is somewhat marred by Objective-C!
In this talk I will cover the basics of ReactiveCocoa and the principles of Functional Reactive Programming....
ios swift cocoa functional-programming reactive-programming