How we manage live 1M GraphQL Websocket Subscriptions

GraphQL subscriptions are the key part of our environment because it allows using the same schema/query based concept but with live WebSocket updates over multiple UI components. Especially…

August 4, 2019 · 7 min · Tigran Bayburtsyan

Litecoin failed to build a simple website!

I’ve started trading crypto about a year ago, and it was surprising to see how bad they are in website building. You kind of expect that modern tech companies, especially the most innovative ones…

July 15, 2019 · 3 min · Tigran Bayburtsyan

Web app load metrics automated testing as a part of CI

Modern Web applications in most of the cases struggling to render API data as fast as possible and batch things for UI rendering. Especially with React, sometimes we have to check how our web…

March 24, 2019 · 4 min · Tigran Bayburtsyan

React.js QR code scanner with WebWorker in background

About a year ago we started development of Web based mobile application development targeting to run in mobile web browsers. In short mobile app was about having some tool to locate specific…

January 20, 2019 · 3 min · Tigran Bayburtsyan

Serverless concept is the key of scalability

You probably got the idea of server-less just from this image. Even without diving into details, it is obvious that Serverless applications are more scalable and cost effective. I already hear your…

August 15, 2018 · 4 min · Tigran Bayburtsyan