> whoami

Hassan Raza.

Senior Node.js Developer & Software Architect

I build scalable backend architectures, optimize high-traffic databases, and integrate AI workflows for enterprise applications. Currently leading backend development at TapTap Technologies.

Available for new projects
metrics.service.ts
// Aggregation pipeline - booking metrics
async getBookingMetrics(eventId: string) {
  const pipeline = [
    { $match: { eventId, status: 'confirmed' } },
    { $group: {
        _id: '$userId',
        totalSpent: { $sum: '$amount' },
        lastBooking: { $max: '$createdAt' }
    }},
    { $sort: { totalSpent: -1 } },
    { $limit: 500 }
  ];
  return await this.db.aggregate(pipeline);
}
projects

Selected Projects

Solution Architect, Full Stack

Orbit

AI Marketing Platform

Engineered the backend to automate social media campaigns. Integrated OpenRouter/Claude and Meta/LinkedIn APIs. Designed the prompting architecture to ensure strictly distinct tones and output structures for different client brands.

Node.jsPostgreSQLOpenRouterClaude APIMeta APILinkedIn API
Backend Engineer

TicketBox

High-Traffic Ticketing Platform

Restructured MongoDB DALs and aggregation pipelines for a high-traffic platform. Reduced complex data aggregation load times from minutes to under 10 seconds.

Node.jsMongoDBAggregation PipelinesRedis
Backend Engineer

AI Advisor

AI-Powered Advisory Platform

Built backend infrastructure and API layer for an AI-driven advisory application. Integrated language model APIs and designed the data flow architecture.

Node.jsOpenAI APIREST APIs
experience

Work History

TapTap Technologies
Node.js DeveloperDec 2025 - Present

Leading the core backend architecture. Developing robust APIs, managing database schemas, and ensuring scalable system performance across active deployments.

Node.jsREST APIsSystem Architecture
TurnBNB
Freelance Backend ArchitectRecent

Designed and restructured backend systems. Managed complex cross-collection database migrations and established core engineering boilerplates for future scalability.

MongoDBMigrationArchitecture
Assasa Tech
Software Engineer

Developed backend features and maintained API integrations for internal and client-facing platforms, focusing on stability and code quality.

Node.jsAPI IntegrationPostgreSQL
Sybex Lab
Software Engineer

Built and optimized REST APIs and backend workflows, handling server-side logic and database operations for scalable applications.

Express.jsREST APIsDatabases
Digitli
Software Engineer

Managed backend services for high-traffic environments, integrating third-party payment gateways and optimizing database queries for performance.

Node.jsPayment GatewaysQuery Optimization
Investor Lounge
Freelance Frontend Developer6 Months (Remote)

Developed and optimized complex financial dashboards using React. Diagnosed and resolved UI rendering bottlenecks to handle large real-time data payloads efficiently.

ReactDashboardsPerformance
IBA Karachi
Teaching Assistant3-4 Months

Assisted instructors and mentored students in core computer science concepts, grading technical assignments and providing hands-on debugging support.

TeachingComputer ScienceMentoring
stack

Tech Stack

Languages
TypeScriptJavaScriptSQL
Backend
Node.jsNestJSExpress.js
Databases
MongoDB (Atlas)PostgreSQLSupabase
Cloud & Tools
AWSRenderGitHub Copilot ProGit
Frontend
ReactNext.jsHTML5CSS3
AI Integrations
OpenAI APIClaude APIPrompt Engineering
education

Education & Certifications

Degree

BS Software Engineering

Sindh Madressatul Islam University (SMIU)

Certifications

Big Data Analytics

IBA Karachi

Web App Development

Saylani Mass IT Training (SMIT)

Intro to Modern AI

Saylani Welfare

// initiate connection

Ready to scale your product?

I'm currently open to new projects and consultations. Let's hop on a 15-minute technical discovery call to see if we're a good fit.

Available

Open to remote contracts, part-time retainers, and project-based work.

RATE$30–50/hr
TIMEZONEPKT (UTC+5)
RESPONSE< 24hrs