What are JavaScript Promises? Today I want to talk about Promises in JavaScript. The MDN docs say: “The Promise object is used for deferred and asynchronous computations. A Promise represents an operation that hasn't completed yet, but is expected in the future.” In one article I read the Promise...

December 1, 2015
Kirill Gusyatin
Kirill Gusyatin

Web components Exploring new methods to improve my code in JS and increase performance I started to look through some new libraries. Our CTO told me that Polymer has some awesome and interesting solutions for speeding up apps and using the latest browser ‘Web Components’ (Custom elements, Shadow ...

November 6, 2015
Kirill Gusyatin
Kirill Gusyatin

Ionic’s new Web Client I want to tell you about the new Web Client from Ionic framework. I got the update message from their team and decided to explore it for myself. I faced a few little problems as I did it, so I’m writing this post to tell you about those problems and about the solutions I fo...

October 6, 2015
Kirill Gusyatin
Kirill Gusyatin