✅ Feature locked: existential placeholder to reflect the never-ending journey of self-improvement.
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", "C"],
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: [email protected]
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! 🚀