public class GauravProfile {
private final String pronouns = "He/Him";
private final String role = "Java Backend Developer";
private final List<String> languages = List.of("Java", "C++", "JavaScript", "SQL");
private final List<String> specialties = List.of(
"Backend Architecture",
"Microservices",
"Cloud Deployments",
"CI/CD",
"System Design"
);
private final List<String> backendTechnologies = List.of(
"Spring Boot",
"Spring Security",
"Hibernate",
"JPA",
"JUnit",
"Mockito",
"Kafka",
"REST APIs"
);
private final List<String> devOpsTools = List.of(
"Docker",
"Kubernetes",
"Jenkins",
"Git",
"Swagger"
);
private final List<String> cloudServices = List.of(
"AWS EC2",
"AWS S3",
"AWS Lambda",
"AWS CloudWatch",
"Amazon RDS"
);
private final List<String> databases = List.of(
"MySQL",
"Redis"
);
private final List<String> monitoringTools = List.of(
"Prometheus",
"Grafana"
);
private final List<String> architectureStyles = List.of(
"Microservices",
"Monolithic"
);
private final String currentFocus = "Designing scalable, fault-tolerant backend systems in the insurance domain";
private final String funFact = "I build better systems when fueled by caffeine and clean code!";
public String getRole() { return role; }
public List<String> getLanguages() { return languages; }
public List<String> getBackendTechnologies() { return backendTechnologies; }
public String getCurrentFocus() { return currentFocus; }
}
🎯
Focusing
Pinned Loading
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.
