Skip to content
View mangit955's full-sized avatar

Highlights

  • Pro

Block or report mangit955

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

Manas Raghuwanshi

Full-stack engineer. Distributed systems, async pipelines, real-time products. Final-year CS, graduating 2026 — currently looking for a full-time Software Engineer role.

manasr.dev · LinkedIn · X · manasr955@gmail.com


Currently

  • Shipping and interviewing — four production apps live, actively talking to teams
  • Going deep on distributed systems and database internals between interviews
  • Rewriting AI-generated code by hand to actually internalize new patterns, not just ship them

Stack

TypeScript Next.js Node.js Bun PostgreSQL Redis Docker Prisma Python


Featured builds

Flux — Perpetual Futures Exchange · TypeScript Bun PostgreSQL Redis Streams Custom in-memory matching engine on a Treap-based price-level tree (O(log n) insert/cancel), deterministic price-time priority, self-trade prevention. Redis Streams + a transactional outbox pattern give exactly-once event persistence through crash recovery. Full trading lifecycle — funding, liquidations, ADL — driven by live Binance price feeds.

Aurel — Visual Workflow Automation Engine · Next.js React Flow BullMQ PostgreSQL n8n-inspired automation engine, 50+ users. Drag-and-drop React Flow builder on a custom graph-traversal runtime with cycle detection. Redis + BullMQ job layer: per-worker concurrency limits, exponential-backoff retries, dead-letter queuing, live per-node execution logs over WebSockets.

Fill.in — Collaborative Form Builder SaaS · Next.js Supabase Zod Multi-tenant form builder, 20+ active users. Conditional branching, real-time autosave, RBAC collaboration. Analytics dashboard at sub-200ms via indexed Postgres queries; end-to-end Zod validation on every route.

FitCoach Agent — AI Fitness Coaching Platform · FastAPI LangChain Python Multi-tool LLM agent — discrete LangChain tools for workout planning, macro calculation, progress retrieval, invoked autonomously instead of one monolithic prompt. FastAPI + SQLite backend, Dockerized, extended with a Telegram bot interface.


📫 manasr955@gmail.com · 🌐 manasr.dev

Pinned Loading

  1. perpectual-futures perpectual-futures Public

    Perpetual futures exchange built with TypeScript, Bun, PostgreSQL, Redis Streams, and Prisma. The system implements a complete trading lifecycle including order matching, risk management, margin c…

    TypeScript 2

  2. aurel aurel Public

    Aurel is a visual workflow automation engine that allows users to design and execute event-driven backend automations through a node-based interface.

    TypeScript 2

  3. fill.in fill.in Public

    Fill_in is a full-featured form builder where users can create forms with multiple field types, control validation rules, and organize inputs through an editor-first workflow.

    TypeScript 1

  4. fitness-coach-agent fitness-coach-agent Public

    An AI-powered fitness coach that provides personalized workout plans, nutrition guidance, and progress tracking.

    Python