Posted in VueJS, Web Application

VueJS Router Code Splitting

Code splitting is quite an interesting concept and can be used with vue router easily. PS: This an advanced topic, so its important to have a good understanding of vue-router before reading this. Let’s first understand what is the use of code splitting. If we have large project with lot of components and we build […]

Posted in Back-End & Database, Blockchain

Introduction to blockchain

This blog post will act as an prelude to our smart contracts & dapps development series. In the blog we will try to first understand what is a blockchain, how it works and specifically focus on bitcoin/ethereum. Its required to have good understanding on core concepts to do development on the platform. Blockchain Blockchain is […]