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 … →
As your code base grows, so does the amount of testing you need to do. It is really easy to end up having dozens of different testing strategies, some of them of dubious efficiency. If your team is also growing having testing guidelines is a must. This is ours at Redbooth: Understand what a test is … →
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 … →