Skip to content
View BindraAgamjot256's full-sized avatar
πŸ“š
Studying
πŸ“š
Studying
  • New Delhi
  • 04:49 (UTC +05:30)

Block or report BindraAgamjot256

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
BindraAgamjot256/README.md

           _                _          _            _           _           _                   _                   _             _                 _   _              _       _         _        _            _______     _    
          / /\             /\ \       /\ \     _   /\ \        /\ \        / /\                / /\                /\ \          / /\              /\_\/\_\ _         /\ \    /\ \      /\ \    /\ \          / ___  /\  /\ \   
         / /  \            \ \ \     /  \ \   /\_\/  \ \____  /  \ \      / /  \              / /  \              /  \ \        / /  \            / / / / //\_\       \ \ \  /  \ \     \_\ \  /  \ \        / /\__\ \ \/  \ \  
        / / /\ \           /\ \_\   / /\ \ \_/ / / /\ \_____\/ /\ \ \    / / /\ \            / / /\ \            / /\ \_\      / / /\ \          /\ \/ \ \/ / /       /\ \_\/ /\ \ \    /\__ \/ /\ \ \      / / /   \_\/ /\ \_\ 
       / / /\ \ \         / /\/_/  / / /\ \___/ / / /\/___  / / /\ \_\  / / /\ \ \          / / /\ \ \          / / /\/_/     / / /\ \ \        /  \____\__/ /       / /\/_/ / /\ \ \  / /_ \ \/_/\ \ \    / / /      / / /\/_/ 
      / / /\ \_\ \       / / /    / / /  \/____/ / /   / / / / /_/ / / / / /  \ \ \        / / /  \ \ \        / / / ______  / / /  \ \ \      / /\/________/       / / / / / /  \ \_\/ / /\ \ \  / / /    \ \ \     / /_/_     
     / / /\ \ \___\     / / /    / / /    / / / / /   / / / / /__\/ / / / /___/ /\ \      / / /___/ /\ \      / / / /\_____\/ / /___/ /\ \    / / /\/_// / /\ \    / / / / / /   / / / / /  \/_/ / / /      \ \ \   / /___/\    
    / / /  \ \ \__/    / / /    / / /    / / / / /   / / / / /_____/ / / /_____/ /\ \    / / /_____/ /\ \    / / /  \/____ / / /_____/ /\ \  / / /    / / /\ \_\  / / / / / /   / / / / /       / / /  _     \ \ \ / /\__ \ \   
   / / /____\_\ \  ___/ / /__  / / /    / / /\ \ \__/ / / / /\ \ \  / /_________/\ \ \  / /_________/\ \ \  / / /_____/ / / /_________/\ \ \/ / /    / / / / / /_/ / / / / /___/ / / / /       / / /_/\_\____/ / // / /__\ \ \  
  / / /__________\/\__\/_/___\/ / /    / / /  \ \___\/ / / /  \ \ \/ / /_       __\ \_\/ / /_       __\ \_\/ / /______\/ / / /_       __\ \_\/_/    / / / / / /__\/ / / / /____\/ /_/ /       / /_____/ /_____/ // / /____\ \ \ 
  \/_____________/\/_________/\/_/     \/_/    \/_____/\/_/    \_\/\_\___\     /____/_/\_\___\     /____/_/\/___________/\_\___\     /____/_/       \/_/  \/_______/  \/_________/\_\/        \________/\_____\/ \/__________\/ 
                                                                                                                                                                                                                                

Hey there!

struct Developer {
    name: String,
    role: String,
    current_focus: Vec<String>,
    last_active: DateTime<Utc>,
}

impl Developer {
    fn new() -> Self {
        Developer {
            name: String::from("Agamjot Singh Bindra"),
            role: String::from("Student Developer"),
            current_focus: vec!["Systems Programming", "Web Development", "AI/ML"],
            last_active: Utc.ymd(2025, 1, 6).and_hms(07, 44, 36),
        }
    }
}

πŸ’» Tech Stack

Rust TypeScript JavaScript React Next JS Python

🌟 Current Project

interface Project {
    name: string;
    status: "In Development" | "Completed" | "Planning";
    stack: string[];
    description: string;
}

const currentProject: Project = {
    name: "[PortfoliOS]",
    status: "In Development",
    stack: ["Rust", "Assembly"],
    description: `
        A full fledged OS,
        With own sandboxed programming language,
        For my portfolio, in a CLI 
    `
};

πŸ“Š Quick Stats

def get_daily_routine():
    return {
        "coding_hours": "Too many to count πŸ€“",
        "coffee_cups": "∞",
        "favorite_editor": "RustRover/Webstorm", # ❀️ to school for that
        "current_status": "actually studying for 10th boards"
    }

GitHub Stats GitHub Streak Top Languages

Enjoy yourself with some satisfaction...

github-snake

Pinned Loading

  1. PortfoliOS PortfoliOS Public

    Rust 2

  2. AI-Snake-Game AI-Snake-Game Public archive

    A Game That Uses ai, and RL to play snake

    Python 1