Blog Tech 3 min read Build And Share Your Single-page App With React, Node and Pouchdb, part IV Table of contents 1. Description of the main concepts of single page applications [https://blog.cozycloud.cc/post/2015/09/29/Build-and-share-your…
Blog Tech 7 min read Build And Share Your Single-page App With React, Node and Pouchdb, part III Table of contents 1. Description of the main concepts of single page applications [https://blog.cozycloud.cc/post/2015/09/29/Build-and-share-your…
Blog Tech 12 min read Build And Share Your Single-page App With React, Node and Pouchdb, part II Table of contents 1. Description of the main concepts of single page applications [https://blog.cozycloud.cc/post/2015/09/29/Build-and-share-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 [http://skycoach.be/2009/01/28/project-retrospective/] Do you remember the last sprint or project where you faced terrible is…
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 fr…
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.…