JavaScript Promises: The right way

Are you still writing your async JavaScript code using callbacks or async library? It’s the time to start to Promises! What is a Promise? As the word says, Promise is something that can be available now, or in future, or newer. When someone promises you …

Similar

Live server push without JavaScript

So in my post Is this evil? I covered a way of tracking users with CSS. While thinking about those weird ways of using the web I also started thinking about pushing live data to clients without JS. Or at least maintaining a connection. So... (more…)

Read more »

Flatbuffers in JavaScript

If your web app gets huge amount of data from your server, FlatBuffers is the perfect ‘heavy lifting’ tool for you. Here’s how we use it at Jaco.

Read more »