Pankaj Kumar

Pankaj Kumar

Configure Infura with Web3 and Node.js

Infura service

Infura is a SaaS-based application offers development suits for Ethereum and IPFS platform. By using Infura, you don’t need to worry about setting up your own nodes in the machine to participate in the network. You can use Infura service…

A Guide to Caching with Nginx

Nginx can be used to cache the content coming from the origin server. We also use Nginx to cache our HTML pages generated by the Node.js server. Nginx can be used as a reverse proxy, load balancer, and cache server…