Project Details
November 15, 2024

Blog Site
Built a dynamic blog site with user authentication, CRUD operations for posts, and an admin dashboard for managing content. Technologies used included MongoDB for data storage, Express for server-side logic, Node.js for backend development, and EJS for templating. The site incorporated responsive design principles to provide a seamless experience across devices.
What I Learned
Designing relational and non-relational database schemas for scalability and performance. Implementing middleware in Express for error handling and authentication. Writing modular, maintainable code for a scalable application.
Challenges I Faced
EJs templating to dynamically render content and maintain a consistent layout. Deploying the application to a cloud platform for public access and testing. Ensuring secure user authentication with hashed passwords and validation. Implementing pagination for efficient browsing of blog posts.