How I made 78$ Taxi ride having only 32$

In US most of the people using Credit Cards which don’t have specific balance in it, which means you have your credit line, and even if you don’t have that match of amount in your bank account you…

May 27, 2017 · 5 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

5 Reasons Why We switched from Python To Go

If you got the idea of this quote, then you probably tried or just looked around Go programming language. Which is I think easiest programming language that can fit in any kind of application…

March 31, 2017 · 5 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

“Hello World!” in Top 15 Programming Languages

This gave me an idea “What it would be look like to make very minimal examples of all that languages in the same page?”. Seems crazy right? And that’s why I’ve done it! I wanted to point out the…

March 12, 2017 · 2 min · Tigran Bayburtsyan