public class Purv {
String role = "Software Engineer";
String education = "Final Year B.Tech IT @ VIT Vellore";
String location = "Ahmedabad, Gujarat";
String[] skills = {
"C++", "Java", "JavaScript", "MySQL"
"Spring Boot", "MERN", "AWS"
};
String[] interests = {
"Full-Stack Development",
"Cloud Infrastructure",
"Machine Learning Pipelines"
};
String motto = "Building production-ready software that solves real-world problems.";
}
|
--- -->