Menu

  • Home
  • About
  • Skills
  • Experience
  • Education
  • Projects
  • GitHub
  • Achievements
  • Contact
  • Youtube
  • FAQ

Back to Projects
WorkNest screenshot 1

WorkNest

2024
Product engineer
2 weeks

Project Overview

WorkNest helps teams discover collaborators, form squads, and manage hackathon progress with profiles, tags, and updates. It addresses the common pain point of finding the right teammates for hackathons and maintaining momentum throughout the event.

Key Features

  • •Team matchmaking via interests
  • •Project boards and updates
  • •Profile badges and endorsements

Challenges & Solutions

Building a performant search and matchmaking algorithm using MongoDB aggregations. Implementing real-time updates for project boards.

Technical Architecture

Next.js App Router application with Server Actions for handling data mutations. MongoDB is used for storage, leveraging its powerful aggregation framework for search functionality.

Technologies

Next.jsMongoDBNode.js

Project Links

Live DemoSource Code

Key Highlights

  • #MongoDB aggregation for search
  • #Server actions for mutations