Pankaj Kumar

How Privacy Concerns are Transforming Users’ Preferences

Privacy is of utmost importance to everyone. No one wants to share their personal details, even their browsing habits, with anyone. And users are quick to prove that they won’t tolerate questionable behavior. The finest example of users’ adverse reactions is the WhatsApp privacy policy. The poorly explained terms of service and privacy policy led […]

How Privacy Concerns are Transforming Users’ Preferences Read More »

RESTful API Using Node.js and Express.js

REST stands for REpresentational State Transfer. REST is a web standards-based architecture and uses HTTP Protocol. REST services address components as resources and are accessed by a common interface using HTTP standard methods. RESTful is the web service implementation of REST software architecture. In this tutorial, I am going to explain how to build RESTful

RESTful API Using Node.js and Express.js Read More »

How to Connect to the Ethereum Network using Python and Web3

Introduction In order to build a decentralized application, we need to connect to the Ethereum (or other) blockchain. In this tutorial, we are going to learn how to connect to the Ethereum blockchain using Python and Web3. Prerequisite Ethereum test net node ( we’ll use Infura.io for same) Python version >=3.5.3 and Pip3 Web3.py installed

How to Connect to the Ethereum Network using Python and Web3 Read More »

How to Connect to the Ethereum Network using Node and Web3

Introduction In order to build a decentralized application, we need to connect to the Ethereum (or other) blockchain. In this tutorial, we are going to learn how to connect to the Ethereum blockchain using Node and Web3. Prerequisite Ethereum test net node ( we’ll use Infura.io for same) Latest Node.js installed Web3.js installed Connect to

How to Connect to the Ethereum Network using Node and Web3 Read More »