Sahat Yalkabov
Sahat Yalkabov
This is just after running `jekyll new`  This code right here adds `index.html` and `feed.xml` to the header. And since neither feed.xml nor index.html has...
I was just looking through a few Flux implementations and stumbled upon fluxify. One major problem I have with Flux is the difficulty of building isomorphic apps. With React (no...
I would like to move `app.js` and `routes.js` from the config folder to the root of javascripts folder next to views, controllers, models, helpers, etc. I think that makes more...