New York City Metropolitan Area
• Designed and implemented a scalable journaling application using Node.js and Express, featuring a RESTful API architecture with a robust middleware pattern that included well-defined routes and controllers, enhancing debugging efficiency, code clarity, and module-based code reusability throughout the application.
• Utilized bcrypt to secure and hash user passwords before storing them in the database, leading to private and safe passwords.
• Employed encryption for user-generated content, such as journal entries, ensuring confidentiality and privacy.
• Implemented MySQL for proficient database management, empowering the application to seamlessly manage intricate relationships between users and journals, and enabling persistent data storage for future scalability.
• Integrated JWT tokens into the authentication process, allowing users to access protected routes securely.