Hi, I’m Yusuf. I am a CS student at UC San Diego interested in software engineering and building useful projects. I am originally from the San Fernando Valley and I transferred to UCSD Fall 2025.
I have experience with Java, C, and C++, and I am currently learning Git, GitHub, and more Python.
Outside of programming, I enjoy lifting weights, self improving, and learning skills that help me grow.
Better to try and fail than to not try at all.
public class Hello {
public static void main(String[] args) {
System.out.println("Hello, GitHub!");
}
}