Skip to content
View sahoouttam's full-sized avatar
🎯
Focusing
🎯
Focusing

Block or report sahoouttam

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.

Content in all repositories owned by your account will be closed.
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
sahoouttam/README.md

Hi, I'm Uttam Sahoo 👋

Software Engineer

🛠️ Tech Stack

Languages: Java, Python, Golang
Backend: Spring Boot, FastAPI, REST APIs, Microservices
Messaging & Caching: Kafka, RabbitMQ, Redis
Databases: MySQL, PostgreSQL, MongoDB
Cloud & DevOps: AWS (S3, SES), Docker, Kubernetes
Tools: Git, Gradle, Maven, Liquibase, JUnit, Mockito

📫 Connect



Pinned Loading

  1. event-driven-microservices event-driven-microservices Public

    Production-grade event-driven microservices architecture using Spring Boot, Apache Kafka, and SAGA pattern. Features Outbox pattern for reliable event publishing, Kafka Streams for real-time enrich…

    Java

  2. payment-and-invoice-service payment-and-invoice-service Public

    A minimal invoice and payment service built with Java, Spring Boot, PostgreSQL, and Liquibase. Designed to demonstrate real-world payment flows including idempotency, webhooks, and invoice lifecycl…

    Java 1

  3. document-summarizer document-summarizer Public

    A RAG-based document summarization and Q&A service. Upload documents, get an LLM-generated summary, or ask questions answered from the ingested content.

    Python

  4. weather-lakehouse-pipeline weather-lakehouse-pipeline Public

    A data engineering pipeline that ingests weather forecast data, processes it through raw, processed, and analytics-ready stages, using Spark, Delta Lake, and dbt.

    Python

  5. food-ordering-system food-ordering-system Public

    This is a DDD food ordering platform in Java/Spring Boot. It has four microservices Order, Payment, Restaurant, and Customer coordinated via a choreographed Saga pattern over Kafka. Each service fo…

    Java

  6. weather-forecast-react-agent weather-forecast-react-agent Public

    A ReAct agent built with LangGraph and Google's Gemini LLM. It answers weather questions by reasoning about when it needs live data, calling a weather tool to fetch it, and responding in natural la…

    Python