Reddit Clone
A Reddit clone built with Node.js and Express, featuring user authentication, post creation, and commenting.
Case Study
A deep dive into the project development process
The Problem
Users wanted a simple forum-like platform to post and discuss topics with authentication and commenting.
The Solution
Implemented a Node.js + Express backend with user auth, post creation, and nested comments; used a simple relational schema for posts and users.
Key Features
- User auth
- Post creation
- Commenting
- Basic moderation
Challenges Faced
Designing a straightforward schema to support comments and user relations while keeping performance acceptable.
What I Learned
Model relationships early and add indexes for common queries.
Results & Impact
A functioning forum prototype useful for learning backend fundamentals and auth flows.
Related Projects

Rock Paper Scissors Game
The familiar game of Rock, Paper, Scissors is played like this: at the same time, two players display one of three symbols: a rock, paper, or scissors. A rock beats scissors, scissors beat paper by cutting it, and paper beats rock by covering it. In this simulation, the computer has two different strategies that it can follow

Breaking Bad Series
Netflix-inspired movie streaming platform built using Next.js and TypeScript.

To Do App
ToDo list is a simple website to save Your daily tasks in order not to miss anything
