Outline
Philosophy
Backstory
Tools
Using the skeleton
Useful resources
TL;DR
It took me some time to get an optimal code/directory layout for Backbone.js apps.
Because I think this is a major pain for beginners, I prepared a well...
5 months
ago on
break the bit
Why you need this?
You don’t want your heavy-weight data to travel 2 legs from Client to Server to S3, incurring the cost of IO
and clogging the pipe 2 times.
Instead, you want to ask your server to give your client one-time permission to upload you...
6 months
ago on
break the bit
Original post on our codeartists team blog:
Two weeks ago a new version of Chrome was released. Google switched from the default Adobe’s Flash Player to an in-house developed version called “Pepper Flash”. Unfortunately Pepper Flash has a problem with...
6 months
ago on
break the bit