name: Vedant Manmath Idlgave location: Hyderabad, India education: B.Tech CSE @ VJIT (2024-28) current_roles: - Technical Lead, AWS Student Builders Group (VJIT Chapter) - Open Source Contributor (GSSoC 2026) - Full-Stack & GenAI Developer interests: [ "Building AI agents", "Hackathons", "Cloud Architecture", "Open Source" ] fun_fact: "I shipped 48+ APIs in 24 hours at a hackathon. Sleep is optional."
JavaScript TypeScript Python C++ Java
Next.js React Tailwind CSS GSAP
Node.js Express MongoDB Firebase
| π― Achievement | π Details |
|---|---|
| π₯ Google PromptWars C3 | 3rd Rank with Delta (carbon coaching app, scored 97.44) |
| π ForgeAscend v1.0 | 4th of 170+ teams, sole backend dev (48+ APIs, 18K+ LOC in 24 hrs) |
| π India Innovates 2026 | Presented NagrikaSeva AI at Bharat Mandapam |
| π AlgoUniversity Fellowship | Shortlisted (top 0.2% of 250,000+ applicants) |
| π€ HackerRank Orchestrate | Solo 24-hr build: RAG triage agent, 9/10 accuracy, ~0γγ«.20 API cost |
| βοΈ Google Cloud Gen AI Academy | SmartCareer AI multi-agent system deployed on Cloud Run |
| π Anthropic Academy | Completed Claude, MCP, Agents, and AI Fluency tracks |
Note: Replace the repo names above with the actual repository names on your GitHub. The pin cards auto-pull descriptions and stars.
Setup required: To enable the snake animation, add the GitHub Action workflow below in your
vedant7007/vedant7007repo at.github/workflows/snake.yml. See the Setup section at the bottom.
π Snake Animation Setup
Create .github/workflows/snake.yml in your vedant7007/vedant7007 repository:
name: Generate Snake on: schedule: - cron: "0 */12 * * *" # Runs every 12 hours workflow_dispatch: jobs: build: runs-on: ubuntu-latest steps: - uses: Platane/snk@v3 with: github_user_name: vedant7007 outputs: | dist/github-snake.svg dist/github-snake-dark.svg?palette=github-dark - uses: crazy-max/ghaction-github-pages@v3.1.0 with: target_branch: output build_dir: dist env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
After adding this, go to your repo Settings > Actions > General and enable "Read and write permissions" under "Workflow permissions". Then manually trigger the workflow once from the Actions tab.