Posts

Showing posts from July, 2020

Blockchain and Cryptocurrency Tutorial using Python

Image
Blockchain and Cryptocurrency Tutorial using Python Introduction         Blockchain and Cryptocurrency are the two most popular buzz words in the technology industry today. Blockchain is the technology on which the most popular Cryptocurrency Bitcoin is built upon. I was searching online for a tutorial to understand about Blockchain and how it is used in cryptocurrencies, but I could not find simple examples, hence I decided to come up with this post. In this post, we will understand about Blockchain by building our own cryptocurrency, that I have named as Alpha, using Python. Blockchain and Cryptocurrency         Blockchain in simple terms is a chain of blocks or a list of records. It is an open, distributed ledger that can record transactions between two parties efficiently and in a verifiable and permanent way and it cannot be edited. In a broader sense it is a domain and a technology. Cryptocurrency is one of the practical applications of Blockchain technology.       

React, Highcharts and Spring Boot Integration

Image
React, Highcharts and Spring Boot Integration Introduction         If you search for a tutorial online about React, Highcharts and Spring Boot Integration, most of the times you end up with tutorials which are not that that easy to follow. Hence I decided to come up with this blog post to explain the concepts of integrating React, Highcharts and Spring Boot in  simple language which is very easy to follow. This blog post will give you a comprehensive overview of the following: Building a simple React App Integrating the React App with a Spring Boot Application and using CRUD operations Integrating React, Highcharts and Spring Boot Application to view charts React         React is one of the most popular JavaScript libraries for building user interfaces. To know more about React, please check React Website . Highcharts         Highcharts is a software library, written in pure JavaScript, that can be used to setup interactive charts in applications or websites.