Turning text into video with DraftJS

At BBC News Labs we built a suite of media editing tools that allow journalists to create audio and video content from a UI as familiar as a text editor. One library has been key to delivering this ambition, DraftJS... »

Mocking requireJS modules

I'm currently working with a legacy requireJS browser module, in which several 3rd party dependencies are being selectively loaded at runtime. This has been achieved using »

BDD Tips - Mocking an API

Why might you mock an API? API's, whether they be REST, SOAP or the dreaded 'banter' variety, play central roles in both client-side and server-side application »