Skip to content
View rutu-y-patel's full-sized avatar
πŸ‘§
Just a girl, standing in front of GitHub, asking it to work.
πŸ‘§
Just a girl, standing in front of GitHub, asking it to work.

Block or report rutu-y-patel

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
rutu-y-patel/README.md

Hi I am Rutu Patel

Java Backend Developer | Spring Boot | Microservices | Kafka | Redis | AWS


πŸ§‘β€πŸ’» About Me

  • I’m currently working as a Java Backend Developer with 6+ years of experience
  • I specialize in engineering cloud-native microservices that scale, crafting clean and secure APIs, and publishing reusable Spring Boot libraries.
  • Passionate about performance tuning, clean architecture, and observability
  • Open to remote/hybrid opportunities (USA/Canada preferred)
  • Ask me about Java 17, Kafka, Redis, Spring Cloud, Docker, or AWS
  • Reach me via LinkedIn
  • Explore my projects below ⬇️

Tech Stack

Java Spring Boot Kafka Redis Docker AWS PostgreSQL GitHub Actions


Notable Project

  • spring-aop: A zero-boilerplate method-level logging library using Spring AOP & custom annotations
  • idempotent-cache: A plug-and-play Java/Spring Boot library for idempotent processing using Redis.
    • Prevents duplicate processing in batch jobs, APIs, event-driven systems
    • Spring Boot auto-configuration, Prometheus/Micrometer metrics, detailed logging
    • Full documentation & examples β†’

πŸ“ˆ GitHub Stats

Popular repositories Loading

  1. lru-cache-impl lru-cache-impl Public

    Lightweight Java 17 library providing fast LRU (Least Recently Used) cache implementations using LinkedHashMap and HashMap + Doubly Linked List.

    Java 1

  2. spring-aop-custom-annotation spring-aop-custom-annotation Public

    Reusable Spring Boot logging library using custom annotations and AOP

    Java

  3. rutu-y-patel rutu-y-patel Public

  4. idempotent-cache idempotent-cache Public

    Plug-and-play Spring Boot idempotency library using Redis. Deduplication, TTL, metrics, logging.

    Java