Continuous delivery with Bitbucket Pipeline + Redux with Cycle.js


Details
http://photos4.meetupstatic.com/photos/event/b/9/b/5/600_457307541.jpeg
Bitbucket Pipelines brings continuous delivery to Bitbucket Cloud and it lets to have a build / test / jenkins-like service built-in with your hosted repositories.
In this talk we'll see how to start deploying your application with Bitbucket Pipelines, from the pipeline configuration to FTP and SSH deploy; of course only when tests are green!
Speaker: Matteo Manchi (@matteomanchi)
Pill of the month:
Dealing with async in Redux apps has no straightforward answer. There are various solutions starting with (i) redux-thunk, which mixes side-effects inside action creators, (ii) redux-saga, which introduces generators to deal with async code, and more recently (iii) redux-observable, which uses Observables to handle complex async workflows. The problem is that all these solutions provide imperative ways with working with async. Redux-cycle-middleware, which is presented in this talk, is a fourth solution which allows to handle async code in a completely declarative and pure way using Cycle.js.
Speaker: Luca Matteis (@lmatteis)
-------------------------------------------------------
Keep in touch
RomaJS on Facebook (https://www.facebook.com/RomaJS-1594098737474547/)
@roma_js on Twitter (https://twitter.com/roma_js)
RomaJS on YouTube (https://www.youtube.com/channel/UCFm8OPi5USbFybw9SaTLxeA)
RomaJS mailing list (https://groups.google.com/forum/#%21forum/romajs)

Continuous delivery with Bitbucket Pipeline + Redux with Cycle.js