Skip to content
View winitdwd-lgtm's full-sized avatar

Highlights

  • Pro

Block or report winitdwd-lgtm

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

Typing SVG


LinkedIn Gmail GitHub Phone


🧬 Who I Am

I'm a Computer Science undergrad at Global Academy of Technology, Bengaluru with a singular obsession: building systems that are autonomous, secure, and intelligent by default β€” not as an afterthought.

I don't build CRUD apps with an AI wrapper. I build zero-trust LLM negotiation gateways that evaluate agent intent before exposing data. Self-healing service grids where crashed nodes recover in under 8 seconds with zero human intervention. Compiler-level refactoring engines that parse ASTs across 25+ languages. Sensor-driven accessibility interfaces that adapt in real-time to motor impairment.

My stack is deep: Java/Spring Boot on the backend, React/Node.js on the frontend, Gemini LLMs for intelligent automation, WebSockets for real-time telemetry, and Three.js for immersive 3D dashboards. I write code that ships, tests that catch edge cases, and architectures that scale.

Currently seeking Software Engineering Internships β€” I bring production-grade engineering discipline to every project I touch.


πŸ›  Tech Arsenal

Languages Frameworks & Runtime AI & Data DevOps & Tools
Java Python JavaScript TypeScript C SQL HTML5 CSS3 Spring Boot React Node.js Express Next.js Three.js Tailwind Socket.io Framer Motion Gemini Google ADK LLMs NLP MongoDB MySQL Git Docker Maven Kafka Postman Vite IntelliJ VS Code

Core Competencies: Data Structures & Algorithms OOP REST APIs Microservices JWT Authentication Zero-Trust Security Prompt Engineering Unit Testing Agile/Scrum WebSocket Pipelines AST Parsing


πŸ— Flagship Projects

Zero-trust AI gateway where Gemini 2.5 Flash evaluates external agent intent and clearance before exposing any data schema

The Problem: Traditional API gateways blindly authenticate β€” they never question why an agent wants access.

What I Built:

  • Engineered prompt-level security rules enforced on every single request β€” no static API-key trust
  • 5-layer firewall stack: Helmet.js headers β†’ CORS whitelisting β†’ 20 req/min/IP rate limiting β†’ 10KB body-flood cap β†’ printable-ASCII sanitizer
  • Blocks prompt-injection, DDoS, and buffer-overflow attacks at the gateway perimeter
  • Real-time negotiation telemetry piped to a React + Three.js WebGL console via Socket.io with sub-10ms delivery, parallax HUD panels, and 3D particle visualizations

Stack: Node.js Express Socket.io React Three.js Gemini 2.5 Flash

AI-powered autonomous grid that detects crashes and restores services in < 8 seconds β€” zero manual intervention

The Problem: Microservice failures cascade. By the time a human responds, the system is already degraded.

What I Built:

  • Node.js + Python sidecar agents paired with a Gemini LLM patch service that auto-diagnoses root cause and applies fixes
  • Tested across 5 simulated failure scenarios β€” every recovery was fully autonomous
  • Live service health monitoring across 3 nodes via Socket.io WebSocket pipeline
  • 3D React Three Fiber dashboard with sub-second UI refresh β€” you watch services heal in real-time

Stack: Node.js Python Express Socket.io React Three.js Gemini API

Compiler-level refactoring across 25+ programming languages with sub-150ms round-trip latency

The Problem: Developers manually refactor one file, one language at a time. That doesn't scale.

What I Built:

  • 3-tier distributed architecture: React 19 frontend β†’ Spring Boot API gateway β†’ Express.js microservice
  • JavaParser AST engine automates compound-assignment rewrites (x = x + y β†’ x += y), cutting manual refactoring effort by ~85%
  • Extended to SQL and 20+ additional languages via Prettier & SQL-Formatter integrations
  • Sub-150ms end-to-end latency across the full microservices pipeline

Stack: React 19 Spring Boot Java 17 Node.js Express Microservices

Resilient, containerized architecture designed to handle massive traffic spikes with high availability

The Problem: Systems crumble under unexpected load. Observability and scalability are afterthoughts.

What I Built:

  • Containerized distributed systems architecture built for horizontal scalability
  • Robust service orchestration with health monitoring and fault tolerance
  • Full observability stack for real-time traffic analysis and system diagnostics
  • Designed for production-grade resilience under extreme concurrency conditions

Stack: Node.js Docker Microservices WebSockets

πŸ’Ό NEXUS CRM

Full-stack MERN lead management system with JWT auth, real-time conversion analytics, and a cinematic dashboard

What I Built:

  • End-to-end CRM with lead tracking, pipeline management, and conversion analytics
  • JWT + Bcrypt authentication securing all API routes
  • Cinematic React + Framer Motion dashboard with real-time data visualizations
  • RESTful API backend with MongoDB persistence

Stack: React Node.js Express MongoDB JWT Framer Motion

Sensor-driven accessibility engine that auto-scales UI elements for users with motor tremors

The Problem: Standard UIs assume perfect motor control. For users with tremors, buttons are impossibly small targets.

What I Built:

  • Pointer path-efficiency ratio (total_path / net_displacement) sampled every 500ms to detect motor instability
  • Auto-scales UI elements by up to 20% when struggle is detected
  • Custom React Context hook with a 200ms active-decay timer β€” UI smoothly normalizes when motor stability returns
  • Eliminated prop-drilling entirely via broadcasted live Struggle Score

Stack: React Vite JavaScript


πŸ’Ό Professional Experience

Full-Stack Web Development Intern β€” Future Interns

Apr. – May 2026 Β· Remote

  • Shipped 3 full-stack applications within a 4-week sprint: React 19 + TypeScript frontends over Node.js/Express REST APIs backed by MongoDB
  • Reduced authentication vulnerabilities to zero across all API routes by implementing JWT + Bcrypt-hashed endpoints
  • Validated behavior with Jest unit tests, achieving 98% endpoint coverage before final submission
  • Met all graded milestones on schedule β€” zero delivery slippage

πŸ… Certifications & Credentials

Oracle Google ADK IBM Agile Walmart Goldman GCP Java Python DSA Infosys


πŸ“Š GitHub Analytics

GitHub Stats Β Β  Top Languages



GitHub Streak



Contribution Graph



Snake animation

🎯 Leadership & Impact

Role Scope
Organizer & Partnership Lead β€” Hack-A-League 4.0 Secured 8 industry sponsors through formal proposal pitches Β· Co-managed logistics, judging, and communications for 500+ attendees
Marketing Specialist β€” IT Virtuoso Club Scaled events to 150+ participants across 2+ major events Β· Emceed 5+ technical sessions Β· Led outreach for national hackathon

πŸŽ“ Education

B.E. in Computer Science & Engineering Global Academy of Technology, Bengaluru, India 2024 β€” July 2028


Profile Views

"I don't build demos. I build systems that ship, scale, and survive."


Popular repositories Loading

  1. Portfolio_V Portfolio_V Public

    🌌 My personal developer portfolio β€” built with Next.js 16, React 19, TypeScript & Framer Motion. Cinematic animations, glassmorphic design, and a fully responsive experience.

    TypeScript 2

  2. NEXUS_CRM NEXUS_CRM Public

    Nexus CRM β€” a full-stack MERN lead management system with JWT auth, real-time conversion analytics, and a cinematic React + Framer Motion dashboard.

    TypeScript 2

  3. Arum_Coffee_website Arum_Coffee_website Public

    β˜• Aurum Coffee β€” a premium, immersive cafe experience built with React 19, Three.js & Framer Motion. Cinematic 3D visuals, magnetic UI, and a state-managed ordering flow.

    JavaScript 2

  4. Neuro-Adaptive-Engine Neuro-Adaptive-Engine Public

    Real-time adaptive UI engine that detects motor-impairment via mouse telemetry and dynamically scales components for accessibility.

    JavaScript 2

  5. AST_Refactor_Engine AST_Refactor_Engine Public

    β†’ Multi-language AST parsing & code-refactoring platform β€” Spring Boot Java gateway + Node.js microservice + React glassmorphic editor. Optimizes & formats 20+ languages in real time.

    JavaScript 2

  6. Aegis-Autonomous-Healing-Grid Aegis-Autonomous-Healing-Grid Public

    πŸ›‘οΈ AI-powered self-healing application grid β€” sidecar agents detect crashes, auto-patch code via Google Gemini, and hot-swap services in real time, visualized on a 3D cyberpunk dashboard.

    JavaScript 2