Master Blogmium is the authentication and media foundation for a blogging platform — built to own an end-to-end auth + upload pipeline from sign-up to authenticated profile-picture upload. It ships email/password + Google OAuth with JWT httpOnly-cookie sessions, Redux-persisted UI state, and a PrivateRoute-gated dashboard. Blog-post CRUD is the next milestone (not yet built); the Firebase resumable-upload feature was implemented and later stripped during a refactor.