Blog Tech 3 min read Build And Share Your Single-page App With React, Node and Pouchdb, part IV Table of contents Description of the main concepts of single page applications How to build your client with ReactJS and Browserify How to build your…
Blog Tech 7 min read Build And Share Your Single-page App With React, Node and Pouchdb, part III Table of contents Description of the main concepts of single page applications How to build your client with ReactJS and Browserify How to build your…
Blog Tech 12 min read Build And Share Your Single-page App With React, Node and Pouchdb, part II Table of contents Description of the main concepts of single page applications How to build your client with ReactJS and Browserify How to build your…
Blog Tech 5 min read Build And Share Your Single-page App With React, Node and Pouchdb, part I The goal of this blog post is to teach you how to build a very smooth web application that will require close to zero configuration and that you will be able to publish on the Node Package Manager. Initially I performed this tutorial as a talk in front of an audience.…
Blog Tech 4 min read Timeline Retrospective: The Conflict Crusher Method Picture from Sky Coach Do you remember the last sprint or project where you faced terrible issues? E.g ; Production servers crashed after delivery,…
Blog Tech 5 min read 7 Rules To Write Better CoffeeScript Code Without Pain I often hear that CoffeeScript isn't that great, that not having parenthesis is not good for readability, and so on. I think that it mostly comes f…
Blog Tech 4 min read JS Task Runners Comparison: Grunt vs Cake vs Gulp vs Broccoli Programming single-page applications is great to build modern web application. Publishing NPM packages are awesome if you write Node.js softwares.…