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());
🧐
learning
Pinned Loading
-
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
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.