What Rust can teach you, even if you are a C++ fan?

I started using Rust just as an experiment, to understand how they actually made memory safe language without loosing execution performance? As a software developer without any specific language…

July 11, 2018 · 7 min · Tigran Bayburtsyan

Solving Prime Numbers Problem for software efficiency

Few days ago I’ve started distributed caching system project on top of TreeScale PubSub system. General idea is to have completely distributed caching environment, but there was some strong…

May 2, 2017 · 3 min · Tigran Bayburtsyan