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

Block or report MadtorXD

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

 About Me

Name:          Harsh Vardhan Tripathi
Location:      India 🇮🇳
Education:     B.Tech (IT) — Gautam Buddha University (8.7 / 10)
Current Focus: Building production-grade GenAI apps & AI agents
Open To:       SDE · AI/ML · Product-Tech · Data Engineering
Philosophy:    "Ship fast · learn faster · never stop building"

🧰 Tech Arsenal

🔤 Languages

Java Python JavaScript TypeScript

⚛️ Frontend

HTML5 CSS3 React Next.js Tailwind Vite Framer Shadcn

🔧 Backend

FastAPI Spring Node.js Django Convex

🤖 AI / GenAI

OpenAI LangChain Gemini Groq HuggingFace

📊 Data

SQL MySQL PowerBI Streamlit Excel

🛠️ DevTools

Git GitHub Docker Vercel Clerk

🏆 Featured Projects


🎯 Projects Deep-Dive

🤖 Podcastr — AI SaaS Podcast Platform  Live ↗

Tech: Next.js 14 TypeScript Convex OpenAI TTS DALL-E 3 Clerk Tailwind CSS Shadcn UI

  • Engineered AI-driven SaaS enabling text-to-podcast generation with 6 voice models via OpenAI TTS API
  • Integrated DALL-E 3 for dynamic thumbnail generation from natural language prompts
  • Implemented Clerk-based authentication with secure session management and protected API routes
  • Built a fixed-position audio player with seek, volume, mute — persists across page navigation
  • Designed a real-time discovery engine with search, filtering by voice type, and trending surfacing
  • Deployed on Convex for real-time backend with automatic data sync and serverless functions
🧠 BrainMate AI — Mental Health Conversational Agent

Tech: Python FastAPI Streamlit LangChain LangGraph

  • Built a multi-turn AI conversational system using LangChain with structured evaluation of response quality
  • Architected a state-graph workflow with LangGraph for managing conversation context and therapeutic patterns
  • Developed real-time data processing pipelines to monitor system performance, response latency, and session metrics
  • Implemented response quality metrics for reliability tracking and workflow efficiency benchmarking
📄 ResearchMate AI — Autonomous Research Paper Synthesizer

Tech: Python arXiv API PyPDF2 Streamlit

  • Designed an autonomous AI agent that browses, reads, and synthesizes papers into publication-ready output
  • Implemented keyword-based ranking and semantic filtering achieving ~90% retrieval accuracy
  • Built PDF extraction pipelines using PyPDF2 for processing large volumes of research documents at scale
  • Automated end-to-end summarization workflows, reducing manual research effort by ~80%
🎈 VisualTalk Junior — Child AI Voice Companion  Live ↗

Tech: React Groq (Llama 3.3 70B) Web Speech API Tailwind CSS Framer Motion

  • Built a real-time voice interaction system using Web Speech API for ultra-low latency speech recognition
  • Integrated Groq LPU inference (Llama 3.3 70B) for sub-second AI responses faster than human reactivity
  • Implemented pedagogical scaffolding — Hook → Contextualization → Prompt → Gentle Correction
  • Designed a lexile-appropriate AI persona with 5-7 word sentence constraints for age 3-5 interaction
🚀 TaskOrbit — Kanban Task Board  Live ↗

Tech: React 19 Vite @dnd-kit Context API Vitest

  • Engineered a 3-column Kanban board with full CRUD, drag-and-drop (via @dnd-kit), and localStorage persistence
  • Built a real-time search dropdown with matching results, color-coded status dots, and priority badges
  • Implemented centralized state management via Context API with memoized derived state
  • Added an Error Boundary with automatic recovery UI and storage cleanup
  • 12 passing tests using Vitest + React Testing Library covering auth, CRUD, and rendering
💬 Playto Community Feed — Scalable Social Feed Engine  Live ↗

Tech: Django REST Framework React PostgreSQL Docker

  • Solved the N+1 query problem for nested comments using O(1) in-memory adjacency-list tree reconstruction
  • Implemented a 24-hour rolling karma leaderboard using split-and-merge aggregate queries
  • Built polymorphic voting via GenericForeignKey with idempotent API and unique_together constraints
  • Designed a recursive React UI handling unlimited comment nesting without performance degradation
⚡ EnergyGrid — IoT Data Aggregator with Rate-Limit Handling

Tech: Node.js REST API Batch Processing

  • Built a Node.js client aggregating data from 500 IoT devices against a rate-limited API (1 req/sec)
  • Implemented intelligent batching (groups of 10) reducing total API calls from 500 → 50
  • Designed exponential backoff retry logic for automatic recovery from 429 responses
  • Serial processing with deliberate delays to respect API limits while maintaining data integrity

📊 GitHub Analytics




📜 Certifications

Programming Using Java — Infosys Springboard
Introduction to Cybersecurity — Infosys Springboard

🔭 Currently

🧠  Deep-diving into Generative AI — building agents, RAG pipelines & real-time AI apps
⚡  Shipping production-ready projects every month that solve real problems
🎯  Open to SDE · AI/ML · Product-Tech · Data Engineering roles
📬  Let's connect → hvtcodes@yahoo.com | linkedin.com/in/hvtdpt

github contribution grid snake animation

Ideas are easy. Execution is everything.

Thanks for stopping by!

Pinned Loading

  1. BrainMate-AI BrainMate-AI Public

    BrainMate AI is an AI Mental Health Therapist that can be accessed from anywhere and at any time.

    Python

  2. playto-community-feed playto-community-feed Public

    Submission for the Playto Engineering Challenge. A scalable social feed engine featuring infinite nested comments (N+1 optimized), real-time karma leaderboards, and polymorphic voting. Built with D…

    Python

  3. podcastr podcastr Public

    🤖 The ultimate AI Podcasting Platform. Transform text into professional podcasts with OpenAI TTS & DALL-E 3. Built with Next.js 14 & Convex.

    TypeScript

  4. ResearchMate-AI ResearchMate-AI Public

    ResearchMate AI is an AI powered research paper writer, that can browse papers on a given topic, read papers in depth, perform research and export a ready-to-publish research paper.

    Python

  5. TaskOrbit TaskOrbit Public

    TaskOrbit is a vibrant Kanban-style task management app with static authentication, drag-and-drop workflow, activity tracking, and localStorage persistence - built with React + Vite.

    JavaScript

  6. VisualTalk-Junior VisualTalk-Junior Public

    VisualTalk Junior is a child-friendly AI web application that creates a real-time voice conversation with young children based on a visual scene. The AI describes the image, asks simple questions, …

    JavaScript