public class KushDani implements JavaDeveloper {
private final String role = "Java Developer";
private final String[] focus = {"Backend Systems", "REST APIs", "Spring Boot"};
private final boolean openToWork = true;
// Building maintainable, production-oriented backend applications
}/**
* @author Kush Dani
* @degree M.Sc. in Information Technology
* @college Dhirubhai Ambani Institute of Information and Communication Technology (DA-IICT)
*/
public class About {
String primaryLanguage = "Java";
String[] interests = {
"Backend Systems",
"REST API Design",
"Database-backed Applications",
"Clean Architecture"
};
String philosophy = "Readable, modular, and maintainable code";
}public class MailInsight extends SpringBootApplication {
// Gmail inbox analyzer — classifies unread emails by priority using the Gemini API
void highlights() {
applyArchitecture("Modular Monolith"); // Controller -> Service -> Repository
enable("Incremental Gmail Sync");
enable("Batched AI Requests"); // minimizes API calls
encrypt("Per-user API Keys", "AES-256-GCM");
support("Multi-account OAuth");
}
}public class ClaimFlow extends SpringBootApplication {
// Insurance claim processing system with multi-role workflows
void highlights() {
exposeRestApi();
enforce("Strict Claim State-Transition Validation");
secureWith("JWT", "Role-Based Access Control");
log("Immutable Audit Trail");
persistWith("JPA/Hibernate", "PostgreSQL");
}
}public class TestPilotAI extends SpringBootApplication {
// AI-powered REST API test case generator (Groq / Llama 3.1)
void highlights() {
applyArchitecture("Layered: Controller -> Service -> API");
decoupleWith("DTOs");
parseWith("Regex", "Jackson ObjectMapper"); // reliable JSON extraction from LLM output
generate("Positive", "Negative", "Boundary Test Cases");
}
}public interface EngineeringPractices {
void layeredArchitecture(); // Controller -> Service -> Repository
void restApiDesign();
void objectOrientedDesign(); // SOLID Principles
void jwtAuthentication(); // JWT, OAuth2
void roleBasedAcessControl();
void batchProcessing();
void exceptionHandling();
void inputValidation();
void databaseDesign(); // PostgreSQL, JPA/Hibernate
void gitBasedDevelopment();
}public class CurrentFocus {
String[] learning = {"Spring AI", "Gen AI"};
String[] building = {"Java Backend Projects"};
String[] openTo = {
"Software Development Engineer (SDE) Roles",
"Java Developer Roles"
};
}public class Contact {
String linkedIn = "https://www.linkedin.com/in/kushdani/";
String leetCode = "https://leetcode.com/u/KushDani09/";
String email ="kushdani1228@gmail.com";
}