Skip to content
View danialzr's full-sized avatar
🧐
learning
🧐
learning

Block or report danialzr

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 supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
danialzr/README.md

Hey there, I'm Danial

const profile = {
    fullName: 'Danial Zargham',
    location: 'Iran - Urmia',
    stack: ['TypeScript', 'NestJS', 'PostgreSQL', 'Redis', 'MongoDB', 'REST API', 'GraphQL', 'Micro Service', 'WebSockets'],
    interests: ['Clean Architecture', 'Real-time Systems', 'Scalable Backends'],
    contact: {
        telegram: '@Danial_zargham'
    },
    availableForWork: true,
    sayHi() {
        return `Hey there, I'm ${this.fullName} 👋`;
    },
    techSummary() {
        return `I build backend systems using: ${this.stack.join(', ')}`;
    }
}

console.log(profile.sayHi());
console.log(profile.techSummary());

🛠️ Tech Stack

Languages

Backend Frameworks & Runtime

Backend Concepts

Databases

ORM / Tools

Pinned Loading

  1. nestjs-realtime-chat-graphql nestjs-realtime-chat-graphql Public

    🚀 Enterprise-grade Real-time Chat Engine built with NestJS, GraphQL, and Socket.io. Features CASL for fine-grained authorization, Prisma for PostgreSQL management, and Multer for media uploads.

    TypeScript

  2. HR-NestJs HR-NestJs Public

    🚀 Enterprise HRMS & ERP Backend built with NestJS & TypeORM. Features advanced RBAC, Session Management (Refresh Tokens), Hierarchical Organization, and Automated Attendance/Task tracking.

    TypeScript 1