Skip to content
View vineetagarwal54's full-sized avatar

Highlights

  • Pro

Block or report vineetagarwal54

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

Hey, I'm Vineet 👋

I started out as a full-stack engineer who liked owning the whole flow — backend APIs, frontend interfaces, databases, deployments, and everything in between.
Over time this pulled me deeper into cloud systems, distributed services, and the kind of architecture work that keeps real products running.

That foundation still drives how I work:
design the system first, understand the data, make it scalable, then build the parts on top of it.


What I’m good at

Full-stack development
APIs, authentication, database design, frontend logic, state management, caching, background jobs — I enjoy writing the pieces that connect everything together.

Cloud & infrastructure
Containerized services, CI/CD, AWS basics, logging, monitoring, and the mental model of “how does this behave in production?”
I love the clarity that good infrastructure brings.

Building for real users
Fast responses, predictable behavior, clean flows, and systems that can grow without turning chaotic.


What I’m exploring now

React Native + modern mobile patterns
I’m learning how to build mobile apps that feel smooth, responsive, and actually useful day-to-day.
Think good UI, clean navigation, offline behavior, and talking to smart backends.

Multi-agent AI systems
Not just calling an LLM — coordinating multiple reasoning units that can research, review, summarize, plan, or make decisions together.
I’m experimenting with agent orchestration, contextual memory, retrieval, and how these agents can power mobile experiences.

Where mobile meets AI
This is the direction I’m most excited about.
Apps that respond to the world, remember context, and behave more like partners than interfaces.


How I work

I like systems that make sense.
I like APIs that don’t surprise you.
I like UIs that guide instead of confuse.
And I try to build things that can survive beyond the first version.

If you’re somewhere in the world of full-stack, cloud, mobile, or applied AI and want to build, explore, or break things together, I’m around.


How to reach me:

LinkedIn: Vineet Agarwal
Email: vineetagarwal540@gmail.com
Portfolio/Website: My Protfolio

Pinned Loading

  1. CollabDrawAI CollabDrawAI Public

    Real-time collaborative whiteboard built with a Turborepo monorepo: Next.js frontend, Express API, WebSocket server, shared UI package, and PostgreSQL database. Designed for low-latency sync, clean…

    TypeScript

  2. MeetSpace MeetSpace Public

    WebRTC-powered meeting app with multi-participant video, screen sharing, chat, and recording. Built with React + TypeScript on the frontend and Node/Express + Socket.IO + PeerJS for real-time signa…

    TypeScript 1

  3. ActivityLogger ActivityLogger Public

    RESTful backend service for logging user activities. Built with Node.js, Express, MySQL, and validation middleware. Clean API design with CRUD operations, error handling, and organized service-laye…

    JavaScript

  4. AIChatbot AIChatbot Public

    Domain-specific AI chatbot with RAG, vector search, Redis caching, and support for multiple LLM backends (OpenAI, Hugging Face, LangChain). Designed for real business use cases with contextual resp…

    Python

  5. RepoResearchAI RepoResearchAI Public

    RepoResearch is a long-running analysis system that uses AutoGen agents, vector search, and best-practice reasoning to break down any codebase. The flow is simple: upload → preprocess → agentic ana…

    Python

  6. google-adk google-adk Public

    Experiments with Google ADK and agentic workflows. Includes search agents, research/summarization chains, sequential and parallel agent orchestration, and lightweight Web UI flows. A sandbox for ex…

    Python