Saeed Ghofrani
RecruitersLive DemosArchitectureCase StudiesProjectsExperienceSkillsBlogContact
Hire / Contact
RecruitersLive DemosArchitectureCase StudiesProjectsExperienceSkillsBlogContact

Saeed Ghofrani Ivari

Backend systems, real-time platforms, and engineering leadership.

Focus

NestJS, PostgreSQL, Redis, RabbitMQ, Docker, Kubernetes, performance.

Contact

sa.ghofraniivari@gmail.comTelegram
GitHubLinkedInStack OverflowDev.toRecruiter briefLive demos

Live demos

Recruiter-friendly demos for backend, real-time, and data-heavy work.

These demos keep the VPS lightweight while showing the important engineering ideas: real-time media, safe utility API design, payload normalization, search query construction, streaming architecture, and market-data workflows.

Deployed apps

Open the live projects and inspect the engineering value behind each one.

Live deployment

WebRTC Meet App

A Google Meet-style video room with WebRTC media, Socket.IO signaling, chat, participants, Docker, Nginx, and HTTPS.

Open appClient repoServer repo

Room status

Deployed and tested

VideoVoiceChat

TypeScript utility

compare-guard Playground

Interactive demo for safe nested path comparison when object paths may be undefined, null, or arrays.

Source

Result: true

API integration

Data Transformation Workbench

A recruiter-friendly view of the data transformation/API integration project: normalize external payloads, preserve source context, and expose typed backend output.

Source
{
  "source": "external-crm",
  "receivedAt": "2026-06-24T20:00:00.000Z",
  "customer": {
    "id": "cus_1024",
    "fullName": "Saeed Ghofrani",
    "tags": [
      "backend",
      "founder-ready",
      "realtime"
    ]
  },
  "normalizedScore": 94
}

Elasticsearch

Search Query Builder

A lightweight live query designer showing how backend search requests become bounded Elasticsearch queries.

Source
{
  "index": "projects",
  "query": {
    "bool": {
      "must": [
        {
          "match": {
            "summary": "backend architecture"
          }
        }
      ],
      "filter": [
        {
          "terms": {
            "stack": [
              "nestjs",
              "postgresql",
              "redis"
            ]
          }
        }
      ]
    }
  },
  "highlight": {
    "fields": {
      "summary": {}
    }
  }
}

WebSocket pricing

Real-Time Pricing Stream

A live simulator for Binance-style pricing streams, spread tracking, and backend-normalized market ticks.

Source
T+0s642790.08%
T+1s643360.09%
T+2s642830.10%
T+3s641860.11%
T+4s641480.12%
T+5s642210.13%
T+6s643520.14%
T+7s644380.15%

Streaming backend

Upload Stream Flow

Chunked upload simulation for the Upload-Stream-File project: split file payloads, stream them safely, and keep API memory bounded.

Source
chunk 1chunk 2chunk 3chunk 4chunk 5chunk 6