Blockchain Data Management

Blockchain-Data-Management

In my last blog, I have briefed on basics of Blockchain. In this blog, I will try to cover details on how actual data gets stored/managed on chain of blocks. As you all know Blockchains are of distributed architectures, which follows peer-to-peer network and essentially inherits all advantages of peer to peer network like performance, … Read more

Advantages of JavaScript ES6 over ES5

Advantages-of-JavaScript-ES6-over-ES5-1

ES6 is the 6th edition of ECMAScript, standardized in 2015. It brings many engrossing features that were not seen in previous versions like ES5. For instance, let and const, they are blocked scoped declarations and thus not prone to the common errors caused by misunderstanding. ES5 gives much space for these misunderstandings due to lack … Read more