Skip to content
View Abhinav-kodes's full-sized avatar
🦝
Hi
🦝
Hi

Highlights

  • Pro

Block or report Abhinav-kodes

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

Hi there, I'm Abhinav πŸ‘‹

Systems Engineer | AI Researcher | Full Stack Developer

Building at the intersection of Distributed Systems, Edge AI, and Autonomous Agents.

LinkedIn


πŸ‘¨β€πŸ’» About Me

I am a Computer Science undergraduate at KIET Group of Institutions. My work focuses on agentic workflows and high-performance backends.

I move fast, break things, and fix them with better architecture. Currently, I'm exploring Model Context Protocols (MCP) and multi-agent orchestration architectures.


πŸ› οΈ Tech Stack

Languages

Go TypeScript Python Java C++ Rust SQL Bash

Backend & Systems

Node.js FastAPI Express PostgreSQL Redis Drizzle ORM Docker Kubernetes Nginx Linux

AI Engineering

LangChain RAG Transformers.js TensorFlow Ollama OpenAI SDK Vector DB MCP AG-UI A2A

Frontend & Tools

React Next.js Tailwind CSS Vite Git Neovim


πŸ”­ Featured Projects

Project Description Stack
Fraktal Workflow Automation Engine. A backend execution engine that chains API calls (Trigger β†’ Action) with dynamic state injection and real-time webhook listeners. TypeScript Node.js Redis
Aether Local-First AI Memory. A unified memory layer using Chrome's Nano AI and vector search to sync context across ChatGPT, Claude, and Gemini locally. Edge AI Vector DB Transformers.js
Insights AI Research Platform. Content aggregation engine that uses Gemini 2.0 Flash to parse/summarize complex PDFs and serve RAG-based Q&A. PostgreSQL GenAI Express

🌍 Open Source Contributions

better-auth β€” TypeScript Auth Framework

fix(client): broadcast session updates to other tabs on sign-out and user update Β· Merged Feb 2026

broadcastSessionUpdate() was dead code β€” defined and exported from createSessionRefreshManager but never called. Session mutations (sign-out, user updates) were never broadcast to other open tabs, causing stale useSession() state when refetchOnWindowFocus was disabled or rate-limited.

  • Wired broadcastSessionUpdate into atomListeners callback for /sign-out, /update-user, and /update-session
  • Added optional callback?: (path: string) => void to ClientAtomListener type
  • Called match.callback?.(routePath) inside proxy onSuccess to trigger cross-tab broadcasts
  • Added 2 new tests verifying broadcast fires correctly for sign-out and updateUser triggers

Pangolin β€” Self-Hosted Tunneled Reverse Proxy

fix: correct session DELETE tautology and HTTP cookie domain interpolation Β· Merged Feb 2026

Identified and fixed two critical bugs in server/auth/sessions/resource.ts that silently broke session persistence for all users:

  • Bug 1 β€” Tautological DELETE: .where(eq(resourceSessions.sessionId, resourceSessions.sessionId)) compared a column to itself, generating WHERE session_id = session_id (always true) β€” wiping the entire resourceSessions table whenever any single session expired, logging out every active user platform-wide.
  • Bug 2 β€” Broken template literal: `...Domain=$domain}` was missing the opening {, causing browsers to receive Domain=$domain} as a literal string and reject the cookie, leaving all HTTP resources permanently unauthenticated.

πŸ† Achievements

  • πŸ₯‡ Winner - Surreal World Asset Buildathon (June 2025)
  • πŸ₯ˆ Finalist - Agents of the Permaweb Hackathon (Aug 2025)
  • πŸ₯‰ Finalist - World Computer Hacker League by ICP (Sept 2025)
  • πŸ›‘οΈ Finalist - PSB FinShield Hackathon, IIT Hyderabad (Sept 2025)

πŸ“Š GitHub Stats


profile details
languages graph

"Code. Learn. Share. Repeat."

Pinned Loading

  1. Music-Minder Music-Minder Public

    a firefox extension to auto adjust background music volume

    JavaScript

  2. Deforestation_Detection Deforestation_Detection Public

    Deforestation detection using amazon rainforest kaggle dataset -> https://www.kaggle.com/datasets/akhilchibber/deforestation-detection-dataset

    Jupyter Notebook

  3. Download-Manager Download-Manager Public

    A download manager with resume and pause functionality with multi threading

    C++

  4. fraktal-app/fraktal fraktal-app/fraktal Public

    No-code automation on-chain. Build powerful workflows on the Internet Computer.

    TypeScript 2 2

  5. Insight Insight Public

    JavaScript

  6. sakkshm/aether sakkshm/aether Public

    A unified, privacy first memory layer for LLMs to maintain and share context across chats.

    TypeScript