namespace VishalManve
{
class Developer
{
public string Name = "Vishal Manve";
public string Role = ".NET Developer @ Simplyphi India";
public string Education = "B.Tech Graduate (2025)";
public int Experience = 1; // year in .NET
public string Location = "India";
public string Email = "manvevishal09@gmail.com";
public string[] CurrentlyLearning = {
"Azure Cloud",
"Microservices Architecture",
"Advanced C# Patterns"
};
public string[] Interests = {
"Backend Development",
"Cloud Solutions",
"DSA and Problem Solving"
};
}
}"The expert in anything was once a beginner. Every line of code you write today is an investment in the developer you are becoming."
