Async functions in ES7

Today I will talk about the Async/Await pattern which will be introduced in ES7 (ECMAScript 7). Before I get to that, to provide context, I use promises for few years now with the amazing bluebird library. With the release of Node.js v6, native promises have…

json icon

JSON library comparison in Swift

These are not the library to parse and manipulate JSON in Swift that missing. But the arrival of a new library, Freddy, made me want to make a comparison between some of them. So this post will aim to compare the design and the performance…