Published on

2017 ¤ 2020 journey with exciting Vresh & Tag-ya

In 2017, I have decided to accept the offer of CTO & Partner in a startup called Vrenetic. It all started in Los Angeles as a vision of two movie producers from Hollywood - Roland Emmerich and Marco Weber. At that time the…

Read more

Jolla phone is here!

I have just received new Jolla phone (more at www.jolla.com). I had to wait almost 4 weeks but I think it was worth it! All I can say on this point is that I love "developer mode". It gives perfect gateway…

Infrastructure deployment with Puppet

After few months of hard work with new approach to infrastructure deployment I can say that the choice of using Puppet was very good. We reached our goals like: If you are interested in puppet please have a look on open…

Pushing Your Meteor Project to Heroku

Meteor preparation Go to your meteor project folder: $ meteor bundle myproject.tar.gz $ tar -xf myproject.tar.gz $ cd bundle/ Reinstall fibers $ cd programs/server $ npm uninstall fibers $ sudo npm install fibers $ cd ../../ Heroku preparation Node.js Create package.json file.

WebSocket very basic protocol debugging overview

1. Required tools netcat brew install netcat nodejs brew install node websocket tools npm install websocket-upgrade Chrome browse 2. Starting netcat as "server" on localhost, port 8080 $ nc -lcvv localhost 8080 3. Creating websocket using chrome developer console var…

Introduction to me...

In the first post, I would like to say that the virtual area of my thoughts will help you better understand who I am and where I am going in thinking and researching. I am going to seek knowledge, techniques,…