Skip to content
View VishwamKumar's full-sized avatar

Block or report VishwamKumar

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
VishwamKumar/README.md

🧘‍♂️ Hi, I'm Vishwa — Enterprise & Solution Architect, AI Architect, and Yoga Practitioner

I design modern, scalable, clean, and AI-driven systems with a deep emphasis on architecture discipline, clarity, and simplicity — all balanced through mindful living and yoga.


🚀 What I Do

I specialize in modernizing complex enterprise systems using:

  • Clean Architecture & DDD
  • gRPC, REST, API Gateways
  • Azure Cloud (App Services, Key Vault, SQL Server, AI Studio)
  • AI/LLMs (GPT, RAG, Assistants, embeddings)
  • Blazor (Server + WASM) UI architecture
  • Event-Driven & Distributed Systems
  • Identity & Security Architecture
  • Governance, standards, documentation, and architectural leadership

I lead large-scale modernization initiatives where strong architecture, clean patterns, and reliability are essential.


🧩 My GitHub Repository Structure

My GitHub is intentionally organized into three professional categories: what you see here is public, other two are my private and research work.

1. exp. — Examples, Experiments, Patterns

Hands-on examples, API demos, auth patterns, architecture styles, and Blazor experiments.

Some of the sample repos:

  • exp.rest-api.auth-styles
  • exp.graphql-api.styles
  • exp.grpc-api.clean-arch
  • exp.soap-api.styles
  • exp.infra.patterns
  • exp.grpc-api.clean-arch

Focused on clarity, learning, and demonstrating architectural options.


🧱 What I Believe In

Clean, consistent, intentional architecture

Simplicity > cleverness
Modularity > chaos
Design > accident

AI as an accelerator, not a replacement

Architects who wield AI intelligently will outperform those who don’t.

Documentation is design

C4, HLDs, LLDs, flows, contracts — all first-class artifacts.

Balance through Yoga

I practice and teach various styles of yoga including popular Hatha Vinyasa, Laya-Kriya, and mindful movement — these principles shape my clarity and decision-making as an architect.


🌐 Websites & Projects

  • Personal Portfolio: https://vishwa.me
  • Fluent Blog: Blazor + Fluent UI
  • Vishwa Yoga: Mindful teaching (private projects)

✨ Outside of Tech

I teach yoga, practice mindful living, and enjoy purposeful travel.
This balance fuels better engineering, better leadership, and better architecture.


🤝 Thanks for Visiting

If my work inspires or helps you, feel free to explore, fork, or reach out.
I love connecting with people who value architecture, AI, clarity, and balance.

Pinned Loading

  1. exp.ui-styles.frameworks exp.ui-styles.frameworks Public

    ToDo Mobile App with MAUI and REST API

    C# 1

  2. exp.api-gateway.rest-apis exp.api-gateway.rest-apis Public

    Implementation of Gateway Service Consuming Multiple REST APIs

    C#

  3. exp.infra.patterns exp.infra.patterns Public

    Infrastructure components showcasing Redis caching, RabbitMQ messaging and Serilog for logging with .NET REST APIs using a Weather App example.

    C#

  4. exp.rest-apis.auth-styles exp.rest-apis.auth-styles Public

    Exploration of Authentication Mechanisms in REST APIs using .NET, showcasing multiple styles including API Key, Basic Auth, JWT, Identity-based JWT, and OAuth2 (Duende), all structured with a laye…

    C#

  5. exp.rest-apis.styles exp.rest-apis.styles Public

    Simple ToDo application showcasing multiple REST API implementation styles (MVC Controllers, Minimal APIs, Endpoints, FastEndpoints), all structured using a layered architecture in .NET.

    C#