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

Container is live? Ok let’s move it!

Surprisingly it is actually possible! But very few companies using that capability, mostly there is not a big use-case in that cool feature. Docker CLI with Docker Engine combination is giving tons…

August 15, 2017 · 4 min · Tigran Bayburtsyan

Making Node.js service always alive on Ubuntu Server

Forever Module is good, but you don’t need another software to control background processes on your server! All of them are similar to every long running application on server side, so the Linux…

March 15, 2017 · 3 min · Tigran Bayburtsyan