Skip to content
View iinaa-eimrit's full-sized avatar
πŸ™‚
πŸ™‚

Block or report iinaa-eimrit

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

Hi, I'm Amrit Raj πŸ‘‹

Backend-Heavy Full-Stack Engineer | Real-Time Systems & Distributed Data

I engineer scalable backend systems and data-intensive full-stack platforms. I specialize in TypeScript, low-latency data streaming (WebSockets), database optimization (PostgreSQL/pgvector), and deploying serverless architectures to the edge.

  • Currently architecting real-time streaming platforms and serverless APIs (Cloudflare Workers, Prisma Accelerate, Monorepos).
  • Profiling open-source frameworks to resolve CPU bottlenecks and integrating enterprise-grade authentication (OIDC/JWT) at the infrastructure layer.
  • Connect with me on LinkedIn or reach out at amritraj4work@gmail.com.

Projects

A low-latency trading engine built for concurrent order execution and live portfolio management.

  • Tech Stack: TypeScript, Node.js, React, WebSockets, PostgreSQL.
  • Engineering Feat: Designed a multiplexed WebSocket streaming architecture that pushes real-time market tick data to the client without blocking the main UI thread. Implemented strict concurrency controls to eliminate race conditions in financial state management.

An enterprise-grade Retrieval-Augmented Generation (RAG) pipeline with autonomous tool calling.

  • Tech Stack: Node.js, Next.js, pgvector, Gemini 2.5 Flash.
  • Engineering Feat: Engineered a robust prompt-chaining loop, complex data chunking, and vector similarity search that effectively mitigates LLM hallucinations during multi-workspace queries.

3. Pen Pulse API | πŸš€ Live Demo

A highly scalable, serverless backend for a social journalism platform.

  • Tech Stack: Cloudflare Workers, TypeScript, Prisma Accelerate, Zod.
  • Engineering Feat: Deployed entirely to the edge with a strict monorepo architecture. Solved edge-to-database connection bottlenecks using Prisma Accelerate and enforced end-to-end type safety with shared Zod validation schemas.

A custom, high-performance 2D game engine built entirely from scratch.

  • Tech Stack: C++.
  • Engineering Feat: Built to demonstrate strict system-level programming. Optimized memory management and rendering loops to maintain a consistent high frame rate under heavy sprite loads.

A comprehensive data engineering benchmark suite comparing cloud graph databases.

  • Tech Stack: Python, Data Pipelines, Graph Databases.
  • Engineering Feat: Rigorously compared managed graph database cloud platforms using standardized, heavy-load datasets and complex workloads to analyze performance bottlenecks and optimization thresholds.

A voice-to-voice AI co-pilot for medical consultations.

  • Tech Stack: TypeScript, WebSockets, LLMs, Audio Streaming.
  • Engineering Feat: Engineered a real-time asynchronous pipeline handling continuous audio streaming, live transcription, and text-to-speech with stringent low-latency constraints.

Open Source Contributions

I actively contribute to distributed orchestration and agentic AI frameworks. I focus on architectural improvements, LLM reliability, and performance bottlenecks.

  • aden-hive/hive: Engineered an LLM self-correction loop within the orchestrator, automatically feeding validation errors back to the model to improve tool-calling reliability. View Pull Request
  • rivet-dev/actors: Engineered external OIDC/JWT validation inside onAuth lifecycle hooks to support enterprise authentication. View Pull Request
  • rivet-dev/actors: Identified and benchmarked a severe O(N) array lookup CPU bottleneck occurring under high load in the runner tunnel. View Architecture Issue

Pinned Loading

  1. Multi-Workspace-Document-Assistant-RAG-Tool-Calling- Multi-Workspace-Document-Assistant-RAG-Tool-Calling- Public

    JavaScript

  2. Stock-Trading-Platform Stock-Trading-Platform Public

    Real-time trading of stocks and assets with portfolio management tools.

    TypeScript 1

  3. Graph-Database-Cloud-Benchmarking Graph-Database-Cloud-Benchmarking Public

    a benchmark suite that compares CognoDB.com with other managed graph database cloud platforms on the same dataset and the same workloads.

    Python

  4. Pen-Pulse Pen-Pulse Public

    Social Journalism and Blog Hosting Platform

    TypeScript 1

  5. Space-Shooter-Game-Engine Space-Shooter-Game-Engine Public

    High-performance 2D game engine demonstrating system-level programming and optimization

    C++

  6. AI-Medical-Consultation-Co-pilot-Voice-LLM- AI-Medical-Consultation-Co-pilot-Voice-LLM- Public

    TypeScript