public class KaifShaikh {
String name = "Mohd Kaif Shaikh";
String role = "Backend Developer";
String location = "India ๐ฎ๐ณ";
String[] currentFocus = {
"๐ญ Building Spring Boot microservices",
"๐ฑ Mastering Docker & Cloud tech",
"โก Designing clean, scalable APIs"
};
String funFact = "I turn โ into backend code!";
}
"First, solve the problem. Then, write the code."

