Skip to content
View Azeem-0's full-sized avatar

Block or report Azeem-0

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 250 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
Azeem-0/README.md

Name

Role Focus

Profile Views Followers Building


👤 About Me

use std::collections::HashMap;

#[derive(Debug)]
pub struct Developer {
    pub name: String,
    pub role: String,
    pub company: String,
    pub expertise: Vec<String>,
    pub focus: String,
}

impl Developer {
    pub fn new() -> Self {
        Self {
            name: "Azeem Shaik".to_string(),
            role: "Software Associate Developer".to_string(),
            company: "Hashira".to_string(),
            expertise: vec![
                "Rust".to_string(),
                "Blockchain Development".to_string(),
                "Backend Architecture".to_string(),
                "Bitcoin Protocol".to_string(),
            ],
            focus: "Building scalable backend solutions".to_string(),
        }
    }

    pub fn get_interests(&self) -> Vec<&str> {
        vec![
            "Distributed Systems",
            "System Performance",
            "Cross-chain Protocols",
            "API Design"
        ]
    }
}

let me = Developer::new();

println!("👋 Hello! I'm {}, working as a {} at {}", me.name, me.role, me.company);


LinkedIn Email Instagram

Let’s connect, collaborate, and build something impactful.

Pinned Loading

  1. EasyShopify EasyShopify Public

    This repository houses the frontend code for our E-commerce platform, built with the MERN stack. It expertly handles the user interface, ensuring a smooth and intuitive shopping experience. The cli…

    JavaScript 1

  2. EasyShopifyServer EasyShopifyServer Public

    This repository contains the backend code for our E-commerce platform,built using the MERN stack. It efficiently handles API endpoints, manages database interactions, and ensures secure user authen…

    JavaScript

  3. kal-el-token-dashboard kal-el-token-dashboard Public

    Kal-El Token Dashboard is a frontend client for interacting with ERC-20 tokens, designed to work with the Kal-El Token. It supports wallet connection, token transfers, allowance management, and own…

    TypeScript

  4. hsm hsm Public

    This project implements a Hardware Security Module (HSM) simulation system for secure cryptocurrency transaction signing and validation. The system consists of two main components:

    Rust

  5. load-balancer load-balancer Public

    Rust

  6. oauth2.0 oauth2.0 Public

    Robust OAuth2.0 server built in Rust.

    Rust 2