Skip to content
View JunaidCD's full-sized avatar

Block or report JunaidCD

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. Markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
JunaidCD/README.md

> whoami

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

/**
 * @title JunaidMollah
 * @notice Smart Contract Developer & Web3 Engineer
 * @dev EVM Internals | DeFi | Layer 2 | Security
 */
contract JunaidMollah {

    string public constant NAME     = "Junaid Mollah";
    string public constant ROLE     = "Smart Contract Developer";
    string public constant LOCATION = "Building on Ethereum";
    string public constant STATUS   = "Open to Web3 Collaborations";

    string[] public CURRENTLY_BUILDING = [
        "Production-grade Smart Contracts & DApps",
        "DeFi Protocols & Layer 2 Architecture",
        "Smart Contract Security Reviews"
    ];

    string[] public EXPERTISE = [
        "Solidity | EVM Internals | Hardhat | Foundry",
        "OpenZeppelin | Chainlink | IPFS | The Graph",
        "React | Next.js | Node.js | TypeScript",
        "Gas Optimization | Reentrancy Guards | Auditing"
    ];

    string public FUN_FACT =
        "I care more about clean architecture "
        "and security than hype and buzzwords.";

    function contact() external pure returns (string memory) {
        return "junaidmollah17@gmail.com";
    }
}


⚡ What I Build

🔐 Smart Contract Engineering

Designing & deploying production-grade contracts on Ethereum. Deep understanding of EVM internals, storage layout, opcode-level optimization, and contract upgrade patterns (Proxy, Diamond).

🏗️ Web3 DApp Development

Full-stack Web3 — React/Next.js frontends, Node.js backends, ethers.js/wagmi/viem integration, IPFS storage, subgraph indexing, and end-to-end production deployments.

🛡️ Security & Auditing

Checks-Effects-Interactions, reentrancy guards, access control, flash loan attack mitigation, and formal verification thinking. Writing exploit-resistant, battle-tested contracts.

⛽ Gas Optimization

Storage slot packing, custom assembly via Yul, unchecked math patterns, calldata optimization, and profiling with Hardhat Gas Reporter & Foundry snapshot diffs.


🛠️ Tech Arsenal

⛓️ Blockchain & Web3

🌐 Frontend & Backend

🔧 DevOps & Tools


🚀 Featured Projects

Project Description Stack
🌿 AyurHerbX Blockchain-powered Ayurvedic herb tracking & verification platform Solidity · React · Node.js · IPFS
🔐 Credence Decentralized credential & identity verification system on-chain Solidity · Next.js · EVM · TypeScript
🏦 Finbridge DeFi financial bridging protocol with cross-chain asset support Solidity · Hardhat · ethers.js · Web3

📊 GitHub Analytics


📈 Contribution Snake

Contribution snake animation

🌐 Connect With Me

Portfolio LinkedIn X / Twitter Telegram Discord Email


💬 Ask me about

Solidity · Smart Contract Architecture · EVM Internals · DeFi Protocols · Layer 2 · Web3 Backend · Gas Optimization · Contract Security



⭐ If you find my work valuable, consider starring my repos — it motivates me to keep building!

🔥 "Security first. Clean code always. Hype never."

Pinned Loading

  1. FinBridge FinBridge Public

    FinBridge is a decentralized P2P lending protocol built with Solidity and Hardhat. It enables users to create, fund, and repay loans with tiered interest rates. Features include role-based access, …

    JavaScript

  2. Credence Credence Public

    Credence is a decentralized credential verification platform on Arbitrum Sepolia using ZK Proofs for privacy. Issuers create EIP-712 credentials, Users manage and share them, Verifiers authenticate…

    JavaScript

  3. AyurherbX AyurherbX Public

    AyurherbX is a blockchain-based supply chain traceability system for Ayurvedic herbs. Built with Solidity & Hardhat, it tracks herb batches via role-based access (Farmer → Processor → Distributor →…

    JavaScript 1