I’m a student developer interested in systems programming,
physics, and mathematics.
I enjoy understanding how things work at a low level and building projects
that feel close to the machine.
I mostly work with Rust, Python, and JavaScript.
Right now, I’m building my own shell in Rust, and one of my long-term goals
is to create a full physics simulator from scratch.
const arjan = {
spokenLanguages: ["English", "Bengali", "Hindi"],
programming: ["Rust", "Python", "JavaScript"],
interests: ["Systems", "Physics", "Maths"],
currentProject: "Sheller (Rust-based shell)",
goal: "Build a physics simulator"
};
Still in progress