Skip to content
View eagle-provision's full-sized avatar
🤗
🤗

Block or report eagle-provision

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.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, 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
eagle-provision/README.md

Fullstack, Blockchain , AI developer. Greetings!

struct BlockchainDev {
    languages: Vec<&'static str>,
    tools: Vec<&'static str>,
    currently_learning: &'static str,
    fun_fact: &'static str,
}

impl BlockchainDev {
    fn new() -> BlockchainDev {
        BlockchainDev {
            languages: vec!["Solidity", "Rust", "Go"],
            tools: vec!["Ethereum", "Solana", "Polkadot"],
            currently_learning: "ZK-Rollups & Layer 2 Scaling",
            fun_fact: "I once explained blockchain to my grandma using Lego blocks. She’s now a Bitcoin holder.",
        }
    }

    fn build_smart_contract(&self) {
        println!("Writing immutable code...");
        println!("Deploying to the blockchain...");
        println!("Praying for no gas fee spikes...");
    }
}

fn main() {
    let chain_dev = BlockchainDev::new();
    chain_dev.build_smart_contract();
}

I focused on full-stack development so far, but recently I've been focusing on AI and blockchain development. I am learning new things and challenging myself every day !! My favorite saying is "雨垂れ石を穿つ" !!

Popular repositories Loading

  1. NFT-mining-FE NFT-mining-FE Public

    Vue 5

  2. Nx-Amplify-cdk Nx-Amplify-cdk Public

    TypeScript 5

  3. ddnet ddnet Public

    Forked from ddnet/ddnet

    DDraceNetwork, a mod of Teeworlds

    C++ 4

  4. aws-lamda-node aws-lamda-node Public

    JavaScript 4

  5. Chatting-app Chatting-app Public

    Dart 3

  6. react-native-demo react-native-demo Public

    JavaScript 2