oracles-v2

How to achieve decentralization using Oracles in blockchain?

So how do we create a decentralized oracle? The model is as follows: a contract should ask several oracles to execute the same query, get results from each oracle, and then determine the correct answer on its own based on multiple results (answers…

Read More


0 Comments3 Minutes

lisk-development

Implementing own sidechain using Lisk.

Lisk is dedicated to develop custom blockchain based applications using Javascript. After Alpha SDK release it's possible for developers to prototype first custom applications. Technology is awaited by project investors since some time already. In…

Read More


0 Comments27 Minutes

QuasarTool

10 reasons Quasar is great tool for Vue.js

In one of my last projects first time I used Quasar and here I would like to share 10 reasons why I think it's good tool to be base of any Vue.js project.

Read More


0 Comments8 Minutes

Nginx Background

Setup frontend application on Nginx in 5 minutes.

Nginx is popular web server used to serve static resources of the web app (client sources). I will explain how to setup Nginx as the static content resources web server and how to configure it as the reverse proxy (connect client with backend) on…

Read More


0 Comments5 Minutes