Home

Full Stack / MVC & SSR

BLOGIFY CMS

WHERE WORDS FIND MEANING. SERVER-SIDE RENDERED EDITORIAL ENGINE.

Read Build Journal
Live ProjectRepository

Role

Full Stack Developer

Tech Stack

Node.jsMongoDBEJS TemplatesCloudinaryTinyMCE
BLOGIFY CMS

Project Overview

Blogify is a server-side rendered editorial platform built to master backend fundamentals with Node.js, Express, and EJS. Designed around a clean Model-View-Controller (MVC) architecture, the platform combines TinyMCE rich text authoring, client-side image compression, and dynamic Cloudinary media pipelines with stateless JWT authentication stored in secure HTTP-only cookies.

Core Capabilities

Server-Side Rendering (SSR)Full page rendering with Express and EJS templates for simple, fast page loads without client-side frameworks.
TinyMCE Rich Text EditorIntegrated WYSIWYG writing canvas with local storage autosave and standard typography formatting.
Cloudinary Asset ManagementClient-side image compression before upload, with automated deletion of old images when posts are edited or removed.
Engagement & Cookie AuthInteractive comments, likes, unique view counters, and stateless JWT authentication stored in HTTP-only cookies.