I'm a Student Developer on a quest to conquer Systems Programming, Web Development, and AI/ML. When I'm not debugging code or wrestling with assembly, you'll find me caffeinating to infinity βοΈ and crafting digital dreams.
struct Developer {
name: String,
role: String,
current_focus: Vec<String>,
enthusiasm_level: u8,
}
impl Developer {
fn new() -> Self {
Developer {
name: String::from("Agamjot Singh Bindra"),
role: String::from("Student Developer"),
current_focus: vec!["Systems Programming".to_string(), "Web Development".to_string(), "AI/ML".to_string()],
enthusiasm_level: 100,
}
}
}
βCode is like humor. When you have to explain it, itβs bad.β β Cory House
I wield these tools to build fast, reliable, and elegant software. But the magic truly happens when they all play nicely together(I'll let you know when that happens...)!
interface Project {
name: string;
status: "In Development" | "Completed" | "Planning";
stack: string[];
description: string;
}
const currentProject: Project = {
name: "zenos",
status: "In Development", // I am taking a break from PortfoliOS
stack: ["Rust", "Assembly"],
description: `
A full-fledged OS, with a working userland, and syscalls(a beast I have never tackled up to now)
`
};
This isn't just a projectβit's a journey to the heart of how computers tick. Expect dragons (bugs), treasure (neat features), and plenty of epic commits!
def get_daily_routine():
return {
"coding_hours": "Too many to count π€",
"coffee_cups": "β",
"favorite_editor": "RustRover/WebStorm",
"current_status": "Surviving School"
}
- π¨ Email: ajs.bindra@proton.me
Feel free to say hi, collaborate, or share your favorite meme!
Fun Fact: I once tried to code an AI that writes README filesβ¦ ironically, itβs still stuck in infinite loop. π€π
Thanks for dropping byβletβs build something awesome together! π