# Prabesh Dangi — Backend Developer

## Overview
I am a Backend Developer specializing in scalable API architecture, backend systems, and server-side logic. I focus on building reliable, maintainable, and efficient backend services that power seamless digital experiences.

- **Name:** Prabesh Dangi  
- **Role:** Backend Developer  
- **Email:** contact@dangiprabesh.com.np  
- **Website:** https://prabeshdangi.com.np  
- **LLM Profile URL:** https://prabeshdangi.com.np/llm  
- **Last Updated:** 2026-01-30

---

## Professional Summary
I am a backend-focused software engineer currently contributing to AITC (https://aitc.ai/), where I design APIs, develop backend logic, and build foundational server systems.  
My philosophy:  
**"Architect of logic. Builder of APIs. What happens behind the curtain matters."**

---

## Current Position
- **Company:** AITC  
- **Role:** Backend Developer  
- **Website:** https://aitc.ai/  
- **Responsibilities:**  
  - API development  
  - Backend architecture  
  - Database design  
  - Server-side engineering  

---

## Skills

### Core Backend Skills
- API Development  
- Server-Side Programming  
- Software Architecture  
- System Design  
- Database Modeling & Management  

### Technologies
- **Languages:** TypeScript, JavaScript  
- **Runtime & Frameworks:** Node.js, NestJS, Express, WebSocket  
- **Databases:** PostgreSQL, MongoDB, Redis  
- **Infrastructure:** Docker, Docker Swarm, AWS, Hetzner, Nginx  
- **Tools:** BullMQ, Prisma, TypeORM, Grafana  
- **Frontend (Secondary):** React, TailwindCSS  
- **Other:** CI/CD workflows (Jenkins, Azure Pipelines)

---

## Projects

### AITC Homes

**Description:**  
Backend system built with NestJS, Redis caching, Docker, BullMQ, AWS, Nginx, and monitoring via Grafana.

**Key Details:**  
- Developed backend modules using NestJS with a layered caching strategy (Redis) to reduce peak-time latency.
- Orchestrated microservices using Docker and deployed with AWS CI/CD pipelines (Jenkins, Azure Pipelines).
- Configured Nginx for SSL termination, routing, and optimized API delivery.
- Integrated BullMQ for background workflows and real-time task processing.
- Implemented Grafana dashboards for system health and performance monitoring.

**Technologies:** NestJS, Prisma, Postgres, Redis, BullMQ, Nginx, Docker, AWS, Grafana  
**Date:** 2024-06-15


**Live Link:** https://dub.sh/aitc-homes

### Annapurna Galleries

**Description:**  
Auction platform with real-time bidding using WebSocket and Event-Driven architecture.

**Key Details:**  
- Developed backend features using ExpressJS with structured data access via Prisma.
- Implemented real-time auction bidding using WebSocket channels.
- Built BullMQ-powered pipelines for time-sensitive auction tasks and notifications.
- Integrated payments and optimized Nginx routing for high concurrency.
- Engineered an event-driven architecture ensuring synchronized and responsive bidding.

**Technologies:** ExpressJS, Prisma, Postgres, BullMQ, WebSocket, Nginx  
**Date:** 2024-04-01


**Live Link:** https://dub.sh/annapurna

### Jawaaf Education (Freelance)

**Description:**  
Full-scale LMS backend built solo using NestJS, Redis, Docker Swarm, and Hetzner deployment.

**Key Details:**  
- Designed and built the entire backend architecture from scratch for a production LMS.
- Created modular NestJS services using Prisma and Redis caching.
- Enabled real-time features tailored for LMS activities.
- Deployed using Docker Swarm on Hetzner with highly available setup.
- Optimized Nginx routing and DB performance for smooth learning experiences.

**Technologies:** NestJS, Prisma, Redis, Docker Swarm, Hetzner, Nginx  
**Date:** 2024-02-10


**Live Link:** https://dub.sh/jawaaf

### Coinflick

**Description:**  
Crypto portfolio backend using ExpressJS, TypeORM, PostgreSQL, Docker, and AWS.

**Key Details:**  
- Designed and built backend APIs using Express.js and TypeORM.
- Containerized services with Docker and deployed on AWS.
- Improved reliability through optimized DB indexing and caching patterns.
- Configured Nginx routing and performance tuning for high-speed delivery.

**Technologies:** ExpressJS, TypeORM, PostgreSQL, Docker, AWS, Nginx  
**Date:** 2023-09-22


**Live Link:** https://dub.sh/coinflick


---

## Social & Contact Links
- **GitHub:** https://github.com/PrabeshDangi
- **LinkedIn:** https://www.linkedin.com/in/prabesh-dangi-912864267/
- **Email:** contact@dangiprabesh.com.np (mailto:contact@dangiprabesh.com.np)
- **Daily dev:** https://app.daily.dev/prabeshdangi
- **Resume:** /resume

---

## LLM Notes
This markdown is optimized for parsing by Large Language Models:  
- Clear semantic section hierarchy  
- Structured project descriptions with bullet-point details  
- Explicit metadata and technology categorization  
- Stable date formatting  
- JSON block for machine ingestion  

---

## Structured JSON (for LLM ingestion)
```json
{
  "name": "Prabesh Dangi",
  "role": "Backend Developer",
  "email": "contact@dangiprabesh.com.np",
  "website": "https://prabeshdangi.com.np",
  "current_company": "AITC",
  "skills": {
    "backend": [
      "API Development",
      "Architecture",
      "System Design",
      "Database Management"
    ],
    "technologies": [
      "Node.js",
      "NestJS",
      "TypeScript",
      "PostgreSQL",
      "MongoDB",
      "Redis",
      "Docker",
      "AWS",
      "WebSocket",
      "BullMQ",
      "Prisma",
      "TypeORM"
    ]
  },
  "projects": [
  {
    "slug": "aitc-homes",
    "title": "AITC Homes",
    "description": "Backend system built with NestJS, Redis caching, Docker, BullMQ, AWS, Nginx, and monitoring via Grafana.",
    "details": [
      "Developed backend modules using NestJS with a layered caching strategy (Redis) to reduce peak-time latency.",
      "Orchestrated microservices using Docker and deployed with AWS CI/CD pipelines (Jenkins, Azure Pipelines).",
      "Configured Nginx for SSL termination, routing, and optimized API delivery.",
      "Integrated BullMQ for background workflows and real-time task processing.",
      "Implemented Grafana dashboards for system health and performance monitoring."
    ],
    "tags": [
      "NestJS",
      "Prisma",
      "Postgres",
      "Redis",
      "BullMQ",
      "Nginx",
      "Docker",
      "AWS",
      "Grafana"
    ],
    "date": "2024-06-15",
    "link": "https://dub.sh/aitc-homes"
  },
  {
    "slug": "annapurna-galleries",
    "title": "Annapurna Galleries",
    "description": "Auction platform with real-time bidding using WebSocket and Event-Driven architecture.",
    "details": [
      "Developed backend features using ExpressJS with structured data access via Prisma.",
      "Implemented real-time auction bidding using WebSocket channels.",
      "Built BullMQ-powered pipelines for time-sensitive auction tasks and notifications.",
      "Integrated payments and optimized Nginx routing for high concurrency.",
      "Engineered an event-driven architecture ensuring synchronized and responsive bidding."
    ],
    "tags": [
      "ExpressJS",
      "Prisma",
      "Postgres",
      "BullMQ",
      "WebSocket",
      "Nginx"
    ],
    "date": "2024-04-01",
    "link": "https://dub.sh/annapurna"
  },
  {
    "slug": "jawaaf-education",
    "title": "Jawaaf Education (Freelance)",
    "description": "Full-scale LMS backend built solo using NestJS, Redis, Docker Swarm, and Hetzner deployment.",
    "details": [
      "Designed and built the entire backend architecture from scratch for a production LMS.",
      "Created modular NestJS services using Prisma and Redis caching.",
      "Enabled real-time features tailored for LMS activities.",
      "Deployed using Docker Swarm on Hetzner with highly available setup.",
      "Optimized Nginx routing and DB performance for smooth learning experiences."
    ],
    "tags": [
      "NestJS",
      "Prisma",
      "Redis",
      "Docker Swarm",
      "Hetzner",
      "Nginx"
    ],
    "date": "2024-02-10",
    "link": "https://dub.sh/jawaaf"
  },
  {
    "slug": "coinflick",
    "title": "Coinflick",
    "description": "Crypto portfolio backend using ExpressJS, TypeORM, PostgreSQL, Docker, and AWS.",
    "details": [
      "Designed and built backend APIs using Express.js and TypeORM.",
      "Containerized services with Docker and deployed on AWS.",
      "Improved reliability through optimized DB indexing and caching patterns.",
      "Configured Nginx routing and performance tuning for high-speed delivery."
    ],
    "tags": [
      "ExpressJS",
      "TypeORM",
      "PostgreSQL",
      "Docker",
      "AWS",
      "Nginx"
    ],
    "date": "2023-09-22",
    "link": "https://dub.sh/coinflick"
  }
],
  "social_links": [
  {
    "platform": "GitHub",
    "icon": {
      "key": null,
      "props": {
        "className": "text-2xl md:text-3xl"
      },
      "_owner": null,
      "_store": {}
    },
    "url": "https://github.com/PrabeshDangi",
    "color": "hover:text-gray-800"
  },
  {
    "platform": "LinkedIn",
    "icon": {
      "key": null,
      "props": {
        "className": "text-2xl md:text-3xl"
      },
      "_owner": null,
      "_store": {}
    },
    "url": "https://www.linkedin.com/in/prabesh-dangi-912864267/",
    "color": "hover:text-blue-600"
  },
  {
    "platform": "Email",
    "icon": {
      "key": null,
      "props": {
        "className": "text-2xl md:text-3xl"
      },
      "_owner": null,
      "_store": {}
    },
    "url": "mailto:contact@dangiprabesh.com.np",
    "color": "hover:text-red-600"
  },
  {
    "platform": "Daily dev",
    "icon": {
      "key": null,
      "props": {
        "className": "text-2xl md:text-3xl"
      },
      "_owner": null,
      "_store": {}
    },
    "url": "https://app.daily.dev/prabeshdangi",
    "color": "hover:text-sky-500"
  },
  {
    "platform": "Resume",
    "icon": {
      "key": null,
      "props": {
        "className": "text-2xl md:text-3xl"
      },
      "_owner": null,
      "_store": {}
    },
    "url": "/resume",
    "color": "hover:text-red-600"
  }
],
  "last_updated": "2026-01-30"
}
```

---

*This page is designed to provide maximum clarity for LLMs, AI agents, and automated parsers.*