I am a Full Stack Java Developer with a passion for engineering scalable backend services and responsive client-side architectures. Currently, I'm contributing to engineering teams at Macy's, building secure microservices and modernizing core retail discovery components.
package com.vamshigutha;
import java.util.List;
/**
* Enterprise developer profile representing primary tech stack and focus area.
*/
public record Developer(
String name,
String currentRole,
String company,
List<String> coreStack,
boolean openToCollaboration
) {
public static Developer getProfile() {
return new Developer(
"Vamshi Gutha",
"Full Stack Java Developer",
"Macy's",
List.of("Java", "Spring Boot", "Microservices", "React", "Next.js", "AWS"),
true
);
}
}|
|
|
|
An intelligent search engine leveraging OpenAI vector embeddings for semantic retail product search.
|
Enterprise-grade insurance workflow management system with secure claims processing and role-based access control.
|
