ProgrammableWeb Interview: Nathan Kontny’s Draft Takes on Google, Microsoft, Apple.  

I did a three part interview with ProgrammableWeb. We talked about writing, being an underdog in a fight against Google and Microsoft, innovation, and what’s maybe next for Draft.

 
18
Kudos
 
18
Kudos

Now read this

Faster Rails partial rendering and caching. 78% improvement of test application

Using a new gem I created, I was able to optimize a Rails action by 78% (152 ms to 34 ms). The gem takes advantage of Rail’s read_multi method to retrieve cached partials in parallel instead of the traditional route of sequentially... Continue →