Giter VIP home page Giter VIP logo

Profile Visitor Count

Typing SVG

Cover

Connect with me

0xshahnawazkhan _shahnawazkhan

About Me...

  • πŸ”— I’m a Full Stack Blockchain Developer, Web3 Researcher & Enthusiast.
  • πŸ“– Author: "The Evolution of Blockchain"
  • πŸ‘¨β€πŸ« Delivered 20+ enlightening sessions on Web3 & Mentored 1000+ Students on Blockchain and related topics.
  • πŸ‘€ I’m looking to collaborate Development projects and Hackathons.
  • πŸ’žοΈ Love to collaborate on Defi, GameFi, SocialFi, Smart contracts and lots more.......
  • πŸ’­ Connect with me on LinkedIn and ask away! πŸš€ Happy to chat and share insights!

line

A little more about me...

// SPDX-License-Identifier: MIT
pragma solidity ^0.8.15;

contract Profile {
    string public name = "Shahnawaz Khan";
    string public pronouns = "He | Him";
    string public currentFocus = "Web3 / dApps";

    string[] internal skills;

    function getSkills() public returns (string[] memory) {
        skills = [
            string("MERN Stack"),
            "Solidity",
            "C++",
            "EVM Based Chains"
            "Hardhat/ Truffle/ Foundry",
            "ethers.js/ Web3.js",
            "Hyperledger Fabric"
        ];

        return skills;
    }

    function fun() public view returns (string memory) {
        return
            "Two bytes meet.  The first byte asks, 'Are you ill?' The second byte replies, 'No, just feeling a bit off.'";
    }
}


🀹 My Skill Set


JavaScript ReactJs NextJs NodeJs MongoDB C++ Git PowerShell Solidity Ethereum Hardhat Truffle ethers.js

πŸ“Š Github Stats

shahnawazkhan83

Β shahnawazkhan83

shahnawazkhan83

---

Shahnawaz Khan's Projects

bitcoin icon bitcoin

Bitcoin Core integration/staging tree

bookholidays.com icon bookholidays.com

BookHolidays.com is a robust hotel booking app built with the MERN stack (MongoDB, Express.js, React.js, Node.js). Users can seamlessly browse and book rooms with secure authentication, detailed descriptions, and easy booking management. Admins efficiently manage rooms, bookings, and users. Enjoy secure payments and a user-friendly interface.

chainlink icon chainlink

node of the decentralized oracle network, bridging on and off-chain computation

cosmicdefender-cpp-game icon cosmicdefender-cpp-game

CosmicDefender" is a thrilling C++-powered space adventure where players defend the galaxy against alien invaders.

cryptoxchange icon cryptoxchange

CryptoXchange, a decentralized crypto exchange platform with React.js, Node.js, Solidity, and smart contract functionality to enable users to send ether to any address globally.

dappchitchat icon dappchitchat

A decentralized chat application built on blockchain technology. Experience secure, private, and tamper-proof messaging with no need for a central authority. Connect with friends and family, share your thoughts and ideas, and enjoy a seamless chat experience like never before.

dapplotto icon dapplotto

A Lottery System smart contract application with conditions like: contract starts only when there is greater than 3 participants, randomly fair probability of winning and only manager can control the contract.

defi-by-example icon defi-by-example

Hands on Smart contracts and fuctionality implementation of Defi protocols

defi-developer-road-map icon defi-developer-road-map

DeFi Developer roadmap is a curated Developer handbook which includes a list of the best tools for DApps development, resources and references!

eips icon eips

The Ethereum Improvement Proposal repository

faircomplain icon faircomplain

A decentralized complaining system aimed at providing a secure and transparent platform for individuals to voice their grievances. With blockchain technology at its core, FairComplain ensures that all complaints are immutable and tamper-proof, making the complaining process fair and efficient. No more middlemen or biased decision-making,.

hacktoberfest2022 icon hacktoberfest2022

Hacktoberfest2022πŸ₯³ Contribute given programs in any language you like😎 Don't forget to give ⭐

hardhat-starter-kit icon hardhat-starter-kit

A repo for boilerplate code for testing, deploying, and shipping chainlink solidity code.

library-management-system-cpp-mysql icon library-management-system-cpp-mysql

A C++ implementation of a versatile Library Management System utilizing MySQL database for administrators to manage books and students, and for users to borrow books. The system is built with object-oriented programming principles for modularity and scalability.

liquiswap icon liquiswap

A decentralized exchange (DEX) inspired by Uniswap, facilitating token swapping, Pool creation and liquidity provision.

merkle_whitelist-verify icon merkle_whitelist-verify

This Hardhat project implements a Merkle tree to verify the presence of a value in the whitelist. The contract stores only the root of the Merkle tree, and users can prove their inclusion by providing a Merkle proof and a token amount.

myportfolio icon myportfolio

This website effectively showcases my skills as a full stack developer. The frontend of the website was built using React JS, used SCSS, a preprocessor for CSS, to style the website and make it visually appealing, utilized the Sanity, to manage and organize the content displayed on the website.

nft-mart icon nft-mart

a platform where users can buy, sell, and trade unique digital assets such as art, audio, and video content on the blockchain. These assets are verified and secured through the use of blockchain technology, which ensures their authenticity and provenance.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    πŸ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. πŸ“ŠπŸ“ˆπŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❀️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.