software · C++
Chirpershipped
OOP and data structures, from scratch.
A social platform in C++ with custom data structures and MongoDB persistence.
A Twitter-like platform built in C++ with profiles, posts, and follows, using a hand-rolled doubly-linked-list for post storage and MongoDB for persistence, demonstrating polymorphism, inheritance, and manual memory management.