Polygon

Summary A network with low transaction cost.

March 20, 2022 · 1 min · jaavedkhan

Setting up development environment for NFT

March 17, 2022 · 0 min · jaavedkhan

Blockchain

Summary A blockchain is a distributed database that is shared among the nodes of a computer network. As a database, a blockchain stores information electronically in digital format. Blockchains are best known for their crucial role in cryptocurrency systems, such as Bitcoin, for maintaining a secure and decentralized record of transactions. The innovation with a blockchain is that it guarantees the fidelity and security of a record of data and generates trust without the need for a trusted third party....

March 17, 2022 · 2 min · jaavedkhan

File System

Summary ref In computing, a file system or filesystem (often abbreviated to fs), controls how data is stored and retrieved. Adding new/extra device to increase storage capacity Followed this tutorial to enable added 1GB storage to the , which Jameel Bhai

March 17, 2022 · 1 min · jaavedkhan

Ganache

Summary Personal Ethereum for the development and testing NFT and contracts etc Download it from here and double click to run it.

March 17, 2022 · 1 min · jaavedkhan

Ethereum

What it is? The foundation for our digital future Ethereum is open to everyone. All you need is a wallet to take part. It’s the world’s programmable .

March 17, 2022 · 1 min · jaavedkhan

HP EliteBook 840 G3

Summary Light weight HP laptop I used while , of-course given by them.

March 16, 2022 · 1 min · jaavedkhan

Bitcoin

March 7, 2022 · 0 min · jaavedkhan

Redux

Summary Used for state management across multiple components. Uses pure functional programming concepts to implement ref and good tutorial about redux Terminology copy diagram from here Actions(events names that change store) and Action creators Actions You can think of an action as an event that describes something that happened in the application. const addTodoAction = { type: 'todos/todoAdded', payload: 'Buy milk' } Action creators...

March 4, 2022 · 8 min · jaavedkhan

Android

0 min · Jaaved Khan