parbat.lama / portfolio
available · Q3 2026
PARBAT / LAMA / 202600 / 06
LALITPUR · NP · UTC+5:45
SCROLL · ↓
parbat lama · v.2026.05/lalitpur · np · utc+5:45/● available

ParbatLama

/senior full-stack TypeScript engineer

Shipping production web products end-to-end — now teaching agents to do the parts I used to.

parbat@laptop:~$
// 01

Experience

03 roles · 04 yrs
Jun 2022 → Present4 yrs · Full-time · On-site

Senior Full-Stack Engineer PortPro

Lalitpur, Nepal

Fullstack engineer on the PortPro logistics platform — designing scalable React UIs and shipping the backend REST APIs they run against.

  • Optimised front-end performance — memory cleanup on long-running map sessions, streaming bulk-upload for large freight imports, and a reusable component design system that cut new-screen lead time by ~40%.
  • Optimised map-rendering surfaces with Mapbox GL (WebGL) and React Leaflet for smooth interaction at production data volumes.
  • Owned features end-to-end: data models, services in Node (Express / Hapi.js) on MongoDB and Sequelize, through to the TypeScript React interface.
  • Wired real-time experiences with Socket.io and Pusher; deployed on AWS with CI/CD.
  • Building an orchestrator admin AI agent that manages and monitors other dispatcher-related sub-agents — including dispatcher, billing, and CSR — across the platform.
StackTypeScriptReactNext.jsTailwindBootstrapNode.jsExpressHapi.jsPython (FastAPI)MongoDBSequelizeMapbox GLReact LeafletGoogle ADKsClaudeAWS EC2AWS S3CI/CD
Aug 2025 → Apr 20268 mos · Part-time · On-site

Final Year Project Supervisor Herald College Kathmandu

Kathmandu, Nepal

Supervised and mentored final-year BSc IT cohorts across a portfolio of capstone projects — guiding teams from problem framing through architecture, implementation, and defence.

  • Led ~12 student teams across diverse domains: blockchain voting systems, AI-driven recommendation engines for medical / logistics / mental-health sectors, and full-stack web platforms.
  • Reviewed architecture decisions, code quality, and engineering trade-offs — pushing teams to make their decisions explicit and defendable rather than accidental.
  • Ran weekly working sessions on agentic patterns (planner + tool-using sub-agents), data modelling, and shipping production-grade UX on student-team timelines.
StackMentorshipCode ReviewSolidityWeb3AI / RecSysAgentic systemsReactNext.jsPythonArchitecture
Jan 2022 → Jul 20226 mos · Full-time · Remote

Frontend Developer Princelab Pvt. Ltd.

Kathmandu, Nepal

Built marketing and product surfaces in Next.js with TypeScript and Tailwind. A short, focused stint — shipped fast, learned faster.

StackNext.jsReactTypeScriptTailwind
// 02

Selected Work

05 projects · open source
PROJECT_01

{ technical_report_reviewer_agent }

Technical Report Reviewer
AI-assisted student report reviewer. Upload templates + good/bad samples; Claude flags critical & major issues with hover popovers, the reviewer edits/approves, then emails feedback with inline screenshots.
↳ highlightPrompt caching cuts ~90% off input cost for batches of reports against the same knowledge base.
Next.jsTypeScriptLLM AgentsPostgres + PrismaPlaywright
RoleSoloYear2025Sourcegithub ↗
PROJECT_02

{ job_apply_scout }

Job Apply Scout
An AI job-hunt agent that reads your resume, scans LinkedIn & Indeed in a live headed browser, and ranks every posting against your skills with deterministic, traceable matching — a focused shortlist, not a wall of listings. It scores; it never auto-applies.
↳ highlightMatch % comes from skill set-intersection, not an LLM guess — reproducible and explainable. The model only reads the resume; it never invents the numbers.
Next.js 16React 19TypeScriptLLM AgentsPlaywrightPrisma + SQLite
RoleSoloYear2025Sourcegithub ↗
PROJECT_03

{ generic_triage_agent }

Generic Triage Agent
A drop-in triage layer that classifies incoming requests and routes them to the right specialised handler — usable as a frontline for any multi-agent system.
↳ highlightDesigned to be slotted in front of any agent fleet — schema-driven routing decisions.
PythonLLM tool-useFastAPI
RoleSoloYear2025Sourcegithub ↗
PROJECT_04

{ skillreal_payload }

SkillReal — Payload CMS
Headless CMS backend for SkillReal — content modelling, auth, media, and admin tooling powering the product surfaces.
↳ highlightSchema-first content modelling with the Payload admin auto-generating the editor UI.
Payload CMSTypeScriptNode.jsMongoDB
RoleContributorYear2024Sourcegithub ↗
PROJECT_05

{ blockchain_election_dapp }

Blockchain Election dApp
Decentralised voting system on Ethereum — voter registration + verification, ballot creation, on-chain vote casting via MetaMask, and tamper-proof result tabulation. Live at dappvote.vercel.app.
↳ highlightClean-architecture Node backend in front of the smart contract; Express clustered with PM2; Jest + Supertest coverage across the API layer.
SolidityHardhatWeb3.jsNext.jsExpressMongoDB
RoleSoloYear2023Sourcegithub ↗
// 03

Agentic AI · on the boundaries between agents.

live simulator

Click Triage on a ticket. Come back to a PR.

Triage Agent reads a Jira or Linear ticket, reproduces the bug, writes the fix, runs QA, opens a PR, and comments back — in one session, surviving crashes.

// not a chatbot. an end-to-end workflow.

  • 5 specialists, scoped tools. qa can't push, review can't write.
  • Evidence-gated handoffs. dev→qa requires files_changed, build_status, pr_url.
  • Crash-resilient. MongoDB-backed sessions resume at the last workflow phase.
  • 10–25× faster code search. Zoekt trigram index across all configured repos.
  • Hardened against itself. Dedupe + bash-safety + productivity-tracker hooks kill stuck loops and self-kill commands.
  • Ships as a .dmg. Electron with bundled Redis, Claude CLI, Zoekt, uvx. No brew install.

↓ dispatch a Jira or Linear ticket below to watch the workflow run end-to-end.

stack · Claude Agent SDK · Next.js · MongoDB · Redis · BullMQ · Zoekt · MCP · Electron
triage-agent.workflow · loading…
// 04

Education & Honors

2019 — 2023
Feb 2021 → Oct 2023

Herald College Kathmandu

BSc (Hons) Information Technology · First Class Honors
AAA Scholarship Recipient · 2023 & 2024
Jan 2019 → Dec 2020

Uniglobe SS / College

+2 (Management) · Computer Science major
// 05 — Honors

AAA Scholarship

Academic · Attitude · Attendance
Herald College Kathmandu · Innovate Nepal Group
2023 · 2024
// 06

Stack

07 buckets

languages

TypeScriptJavaScriptNode.jsPython

frontend

ReactNext.jsRedux ToolkitMapbox GLReact LeafletTailwind CSSBootstrap

backend

ExpressHapi.jsREST APIsGraphQLPayloadCMSMicroservices

data + real-time

MongoDBSequelizePostgreSQLMySQLRedisRabbitMQSocket.ioPusherFirebase

cloud + devops

AWSEC2DockerNginxSSLCI/CD

agentic ai

Google ADKsMCPClaude Agents

also

React Native + ExpoPython (FastAPI)
// 07

Contact

↳ open for senior + contract

Let's build
something.

Available for senior full-stack roles and selective contract work — particularly anything sitting at the intersection of TypeScript product engineering and applied agentic systems.