Skip to content
View guthaVamshi's full-sized avatar

Highlights

  • Pro

Block or report guthaVamshi

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
guthaVamshi/README.md
Vamshi Gutha - Banner
Typing Subtitle

LinkedIn   Portfolio   Email


💻 About Me

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
        );
    }
}

🛠️ Tech Stack & Expertise

Backend Architecture

Backend Stack

Frontend & DevOps

Frontend & DevOps

🚀 Featured Projects

🤖 AI Retail Product Discovery

An intelligent search engine leveraging OpenAI vector embeddings for semantic retail product search.

Spring BootReactOpenAIPostgreSQLAWS

🏥 Insurance Claims Platform

Enterprise-grade insurance workflow management system with secure claims processing and role-based access control.

Spring BootSpring SecurityReactSQL Server


📊 GitHub Analytics

Streak Stats

Activity Graph


Building scalable, secure, and modern software — one microservice at a time.

Pinned Loading

  1. AI-Audio-Transcription AI-Audio-Transcription Public

    TypeScript

  2. CalorieCalc CalorieCalc Public

    TypeScript

  3. ExpenseTracker ExpenseTracker Public

    Java

  4. Next-Hire--Salesforce Next-Hire--Salesforce Public

    Apex

  5. RestroRealm RestroRealm Public

    Forked from sravankumarbodakonda/RestroRealm

    A restaurant managment system

    CSS