I'm a Computer Science student at Virginia Tech with a focus on backend engineering,
cloud infrastructure, and distributed systems. I care about writing software that's
reliable, observable, and built to scale.
My work spans from designing Spring Boot services deployed on AWS to building
event-driven architectures that handle high-concurrency workloads. I'm drawn to
hard problems, the kind where you need to think carefully about state, failure
modes, and system boundaries.
Education
Virginia Tech
B.S. Computer Science, 2028
Certifications
AWS Solutions Architect
AWS Developer (Associate)
public class Java {
String name = "Jawad Azeem";
String location = "Virginia, US";
String education = "Virginia Tech — CS '28";
String[] focus = {
"Cloud Infrastructure",
"Backend Systems",
"Distributed Architecture"
};
String[] stack = {
"Java", "Spring Boot",
"AWS", "Docker",
"JS", "TS"
};
String status = "Building something cool";
}