Skip to content
View devsocket's full-sized avatar

Block or report devsocket

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 supported. This note will be visible to only you.
Report abuse

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

Report abuse
devsocket/README.md

👋 Hi, I'm Venkata Sudheer Kumar Kondeti — aka @devsocket

Welcome to my GitHub profile! I'm a Software Architect & DevOps Enthusiast focused on building scalable, cloud-native systems using:

  • 🧠 Java, Spring Boot, Kafka, JWT
  • 🐳 Docker, Kubernetes, Helm
  • ☁️ Terraform, Azure, CI/CD pipelines
  • 🤖 Agentic AI (coming soon)

I specialize in designing resilient backend platforms, automating infrastructure with IaC, and deploying secure APIs in distributed environments.


🚀 Featured Project: ecommerce (springboot-ecommerce-microservices)

🔗 View Repository

A production-grade eCommerce backend built with(🚧 In Development):

  • Spring Boot for RESTful services
  • Kafka for asynchronous messaging
  • PostgreSQL for data persistence
  • JWT for secure authentication
  • Docker & Kubernetes for container orchestration
  • Terraform & Helm for Infrastructure as Code

🛠️ E-Commerce Microservices Architecture

flowchart LR
  %% Frontend
  A[User Interface] --> GW[API Gateway]

  %% Microservices
  GW --> US[user-service]
  GW --> PS[product-service]
  GW --> IS[inventory-service]
  GW --> CS[cart-service]
  GW --> OS[order-service]
  GW --> PayS[payment-service]
  GW --> SS[shipping-service]
  GW --> RS[review-service]

  %% Databases
  US --> US_DB[(PostgreSQL)]
  PS --> PS_DB[(PostgreSQL)]
  IS --> IS_DB[(PostgreSQL)]
  CS --> CS_DB[(PostgreSQL)]
  OS --> OS_DB[(PostgreSQL)]
  PayS --> PayS_DB[(PostgreSQL)]
  SS --> SS_DB[(PostgreSQL)]
  RS --> RS_DB[(PostgreSQL)]

  %% Kafka Event Bus
  K[Kafka]
  US --> K
  IS --> K
  OS --> K
  PayS --> K
  SS --> K
  K --> US
  K --> IS
  K --> OS
  K --> PayS
  K --> SS

  %% Shared Services
  JWT[JWT Auth Service]
  Config[Config Server]
  GW --> JWT
  US --> JWT
  PS --> Config
  IS --> Config
  CS --> Config
  OS --> Config
  PayS --> Config
  SS --> Config
  RS --> Config

  %% DevOps and Infra (Future)
  Docker[(Docker)]
  Compose[(Docker Compose)]
  K8s[(Kubernetes)]
  Terraform[(Terraform)]
  Azure[(Azure)]
  CICD[(CI/CD Pipeline)]
  AI[(Agentic AI)]

  US --> Docker
  PS --> Docker
  IS --> Docker
  CS --> Docker
  OS --> Docker
  PayS --> Docker
  SS --> Docker
  RS --> Docker

  Docker --> Compose --> K8s --> Azure --> Terraform
  CICD --> K8s
 AI --> PS
 AI --> US
 AI --> CS
 AI --> OS
 AI --> IS
 AI --> SS
 AI --> PayS
 AI --> RS

Loading

🗺️ Roadmap Highlights

  1. Transition to full Kubernetes orchestration
  2. Set up CI/CD pipelines using GitHub Actions or Azure DevOps
  3. Provision infrastructure with Terraform on Azure
  4. Deploy entire solution to the cloud
  5. Integrate Agentic AI for intelligent automation

This project reflects my hands-on expertise in backend engineering, DevOps, and cloud-native architecture. It’s actively evolving and serves as a showcase for real-world delivery.


📚 More Projects Coming Soon

I'm actively working on new repositories that explore:

  • 🔐 Advanced security patterns with OAuth2 and Keycloak
  • 🧠 AI-powered microservices with LangChain and Agentic frameworks
  • ☁️ Multi-cloud deployments with Terraform and Pulumi
  • 📦 Event-driven architectures with Kafka Streams and Apache Flink

Stay tuned—these projects will be added and pinned here as they go live.


🧰 Tech Stack & Tools

Languages & Frameworks
Java · Spring Boot · Kafka · PostgreSQL

DevOps & Cloud
Docker · Kubernetes · Terraform · Helm · GitHub Actions · Azure DevOps

Security & Architecture
JWT · OAuth2 · Microservices · REST APIs · IaC · Agentic AI


📈 GitHub Stats

GitHub Stats Top Languages


🌐 Connect & Collaborate

I'm open to:

  • 🤝 Freelance or contract opportunities
  • 🧠 Technical consulting on cloud-native architecture
  • 🛠️ Collaborations on open-source and AI integrations

📫 Reach me via:


🔍 SEO Keywords for Discoverability

GitHub Username: @devsocket
Name: Venkata Sudheer Kumar Kondeti
Tech Stack: Java, Spring Boot, Kafka, JWT, Docker, Kubernetes, Terraform, Azure, CI/CD, Helm, PostgreSQL
Projects: ecommerce (springboot-ecommerce-microservices), cloud-native backend, microservices architecture
Topics: Agentic AI, Infrastructure as Code, GitHub Actions, Azure DevOps, scalable systems, backend engineering


This profile is optimized for search engines and GitHub discovery. If you find it valuable, feel free to ⭐ star it, fork it, or share it with your network.

Popular repositories Loading

  1. ecommerce ecommerce Public

    E-commerce platform with microservices(Springboot, Kafka, Postgres) and full CI/CD on Kubernetes using GitHub Actions

    Java 3

  2. GitPiletProject GitPiletProject Public

    Testing Git Initial Settings

  3. JSAT JSAT Public

    Forked from EdwardRaff/JSAT

    Java Statistical Analysis Tool, a Java library for Machine Learning

    Java

  4. devsocket devsocket Public

    Software Architect & DevOps Enthusiast building scalable systems with Java, Spring Boot, Kafka, and Kubernetes. Passionate about cloud-native design, Infrastructure as Code (Terraform, Helm), Agent…