Redefine CTO

This article is more personal than technical. I want to express my views on being a CTO and comparing them with those presented in Greg Bockman’s article. As a CTO, I really liked the article and I found it very inspiring. Defining roles is challenging and talking openly about it eases the job. The different paths Greg … 

 

The Coordinator pattern

I wanted to share a pattern that we’ve been using lately in our Backbone/Marionette application. It’s a pattern that we strongly recommend for separating monolithic applications into components. UI-heavy applications and components With the rise of reactive programming and frameworks like Facebook’s React its becoming more apparent that state should never be kept on the …