π¨βπ» About Me | π Resume
public class SoftwareDeveloper {
private final String name = "Saumya Mishra";
private final String location = "Seattle, WA";
private final String email = "mishra.sau@northeastern.edu";
private final String[] expertise = {
"Backend Development",
"AI & Machine Learning",
"Distributed Systems",
"Software Testing",
"Cloud Computing",
};
private final Map<String, String[]> techStack = Map.of(
"Languages", new String[]{"Java", "Python"},
"Backend", new String[]{"Spring Boot", "Apache Kafka", "PostgreSQL", "Redis"},
"AI/ML", new String[]{"PyTorch", "TensorFlow", "Transformers", "Langchain"},
"DevOps", new String[]{"AWS", "Docker", "Kubernetes"}
"Testing", new String[]{"Selenium", "JMeter", "Appium", "JUnit", "TestNG"}
);
public String greet() {
return "I'm passionate about building innovative solutions and exploring new technologies!";
}
}|
1st Prize, Microsoft ML/AI Hackathon
|
|
AI/ML Project
|
|
ML Project
|
|
Research Project
|
|
Distributed Systems Project
|
|
Open Source Project
|
|
Technical Challenge
|
|
Graduate Student Researcher |
|
Software Development Engineer in Test |
|
Software Development Engineer in Test |


