Pankaj Kumar

Pankaj Kumar

Pankaj Kumar is the founder and CEO of CodeForGeek, with more than 14 years in IT. He is an open-source enthusiast who enjoys sharing what he learns through CodeForGeek and YouTube, with a focus on Python, data analytics, machine learning, Angular, Node.js, and Kafka.

Configure Infura with Web3.js and Node.js

Infura service

An Infura HTTPS endpoint gives your Node.js program an Ethereum JSON-RPC connection without operating an Ethereum node, and Web3.js can confirm it by reading a chain ID and block number. What Infura and Web3.js each do Infura supplies an HTTPS…

Terraform security: state, secrets, access, and review

Terraform security starts with the files and identities that can change infrastructure, because a configuration can look harmless in Git while its state, plan output, provider credentials, or broad deployment role exposes more than the team intended. Protect state before…