Get started Learning BlockChain

Learn Solidity Programming Language: This is designed for developing smart contracts that run on Ethereum. Click here to get started with Solidity.

Learn Flat and Relational DB

Learn Data Structure: i.e. Stack, LinkedList, and Queue.

Learn Terms related with blockchain ie. Mining, Public Distributed Ledger, Hash Encryption, Proof of work etc.


Learn How does Ethereum, HyperLedger, Hashgraph works?

Understand the Economics behind blockchain:

  1. Cryptography and Economics
  2. Cryptography in blockchain invoices hashing, Digital Signatures, and Proof of Work
  3. Hashing uses a cryptography algorithm using (sha256 in bitcoin and ethash in ethereum)
  4. Digital Signature: Private Key and Public Key.
  5. POW requires a miner to solve a mathematical puzzle to be able to add a block to the blockchain

Start Coding and Creating your own smart contract.Create own distributed application in Ethereum.

PHP, Rails, dJango developer to Web 3.0 development Guide

Web 2.0 refers to the second generation of the World Wide Web, which emphasized the ability of users to interact and collaborate with each other online. This was made possible by the development of web-based social networking sites, wikis, blogs, and other interactive technologies.

Web 3.0, also known as the “Semantic Web,” refers to the next generation of the web, which is expected to be more intelligent and able to understand and interpret the meaning of the data on the web. It is based on technologies such as artificial intelligence and machine learning, and it is designed to enable computers to understand and process the data on the web in a more human-like way. Web 3.0 is still in development and it is not yet clear exactly what form it will take or how it will be used, but it has the potential to revolutionize many aspects of the internet and the way we use it.

Web3 is a term that refers to the next generation of the World Wide Web, which is expected to be more decentralized and distributed than the current web. It is based on technologies such as blockchain and peer-to-peer networking, and it is designed to enable users to have more control over their online data and interactions. Web3 technologies are still in development, and it is not yet clear exactly what form they will take or how they will be used, but they have the potential to revolutionize many aspects of the internet and the way we use it.

Ok, Now Let’s understand what is BlockChain?

A blockchain is a digital record-keeping system that is decentralized and distributed. It is made up of a series of blocks that are connected in a chain, with each block containing a record of multiple transactions. The transactions are secured through cryptography, and once they are recorded in a block, they cannot be altered.

One of the main benefits of a blockchain is that it allows multiple parties to trustlessly record and verify transactions without the need for a central authority. This makes it a secure and transparent way to store and transfer data and assets. Blockchains are used in a variety of applications, including cryptocurrency, supply chain management, and voting systems.

For a Web Developer, What is what will be the difference from normal web hosting to a blockchain project hosting ?

There are several key differences between hosting a traditional web application and hosting a blockchain project:

Decentralization: One of the main characteristics of blockchain technology is that it is decentralized, meaning that it is not controlled by any single entity. This is in contrast to traditional web hosting, which is usually centralized and relies on servers owned and operated by a single company.

Consensus: In a blockchain, transactions are validated and added to the ledger through a process called consensus, in which participating nodes agree on the validity of the transactions. This is in contrast to traditional web hosting, where a single server or database is responsible for storing and processing transactions.

Scalability: Blockchain projects can be more challenging to scale than traditional web applications due to the need for consensus among participating nodes. This can make it more difficult to add new users or increase transaction volume.

Security: Blockchain technology is generally considered to be more secure than traditional web applications due to the decentralized nature of the network and the use of cryptography to secure transactions.

Costs: Hosting a blockchain project can be more expensive than hosting a traditional web application due to the need for specialized hardware and the resources required to maintain and secure the network.