Skip to main content

Projects

A collection of projects spanning systems programming, AI infrastructure, and full-stack development.

AI·2025

Prometheus AI Infrastructure

Fardin's vision of personal AI taken to its logical conclusion—an ever-evolving system that learns, adapts, and operates as a true digital extension of its creator.

Claude CodeTypeScriptMCP ServersNotion APICustom Skills
Full-Stack·2024

LocalElo

Born from Fardin's BJJ training—the question of 'who's actually better?' deserved a real answer. This is Chess.com for the mats.

Ruby on RailsPostgreSQLHotwireTurboStimulus
Systems·2024

Dynamic Memory Allocator

Built my own malloc/free/realloc from scratch. This taught me more about memory management than any textbook could.

Cx86-64Systems ProgrammingMemory Management
Systems·2024

Concurrent Network Game Server

Real-time multiplayer requires precise synchronization. This server handles multiple clients without race conditions.

CPOSIX ThreadsSocketsBinary Protocols
Systems·2024

POSIX Print Spooler

A complete print spooler with job queuing, dynamic printer management, signal handling, and conversion pipelines.

CPOSIXSignalsIPCProcess Control
Systems·2024

OpenStreetMap PBF Parser

Systems-level parser for OpenStreetMap .pbf files. Custom Protocol Buffers deserializer with no third-party libs.

CProtocol BuffersBinary Parsingzlib
Systems·2023

HTTP Server & Proxy

Built an HTTP/1.1 web server and caching proxy from scratch. Handles concurrent requests and caches responses.

PythonHTTPSocketsCaching
Systems·2023

TCP Flow Analysis Tool

Network packet analyzer for TCP flows. Parses pcap files, reconstructs streams, and visualizes connection patterns.

PythonTCP/IPPacket AnalysisNetworking
Machine Learning·2023

Box Office Revenue Predictor

Can we predict if a movie will be a hit? Turns out budget, cast popularity, and release timing matter most.

Pythonscikit-learnPandasFeature Engineering
Machine Learning·2023

Energy Demand Forecasting

Weather-driven residential energy modeling. Built data pipelines, trained regression models, and profiled appliance load patterns.

PythonPandasRegressionData Engineering
Machine Learning·2023

NYC Airbnb Market Analysis

Deep-dive analysis of NYC Airbnb listings. Data cleaning, correlation analysis, and strategic insights for pricing.

PythonPandasData VisualizationStatistical Analysis
Machine Learning·2024

Exoplanet Spectrum Analyzer

Processing real astronomical data from JWST to visualize what distant worlds might look like.

PythonFlaskPlotlyAstropyNumPy
Full-Stack·2024

FairShare

Built for my roommates who were tired of Venmo requests. Now we actually know who owes what.

Ruby on RailsPostgreSQLTailwindAWSDevise
Full-Stack·2024

MindMesh AI

AI-powered brainstorming companion. Expand ideas through intelligent mind mapping with GPT integration and interactive visualizations.

ReactTypeScriptOpenAI APID3.js
Full-Stack·2023

Reddit Clone

Full-featured social platform with real-time updates, JWT auth, nested comment threading, and upvote/downvote mechanics.

ReactNode.jsMongoDBSocket.ioExpress
Full-Stack·2025

VerseCraft

Where code meets literature. Fardin built VerseCraft to prove that web applications can be as thoughtfully composed as the poetry they display.

Next.jsTypeScriptSupabaseTailwindFramer Motion
AI·2025

Big Minds Tiny Hands Email Automation

A freelance project that turned a 4-hour daily copy-paste nightmare into a system that processes emails while everyone sleeps. Real-world data is messy, and this taught me that AI is a tool—not a solution—requiring careful validation, error handling, and defense-in-depth architecture.

Express.jsGoogle Gemini AIMicrosoft Graph APIGoogle Sheets APIPostgreSQL
Full-Stack·2024

SAM - Stony Brook Academics Manager

A team capstone project that taught Fardin as much about collaboration as it did about building complex systems.

ReactExpressPostgreSQLGoogle OAuthJest
Full-Stack·2022

RoomMatch

Tinder-style roommate matching app. Swipe through potential roommates, match based on lifestyle compatibility, chat in-app.

ReactNode.jsMongoDBWebSockets
Tools·2023

Computational Geometry Visualizer

Interactive tool for visualizing geometric algorithms - convex hulls, Voronoi diagrams, Delaunay triangulation.

JavaScriptCanvas APIAlgorithmsVisualization
Tools·2021

Cold Caller

Android app for teachers to randomly call on students. Tracks participation, manages class sessions.

JavaAndroidFirebaseMaterial Design
Tools·2022

Trading Simulator

Paper trading platform with real market data. Practice strategies without risking real money.

PythonAPIsData Visualization