NexUs - a multiverse-themed, professional networking, social media application inspired by LinkedIn
ā¢Delivered a fully functional, full-stack web application within a 2-week sprint, with a robust user authentication system, utilizing bcrypt for secure password hashing, ensuring the highest level of data security and user privacy
ā¢Leveraged AWS S3 to manage file upload/retrieval, enhancing data security through AWS Identity and Access Management (IAM) while significantly boosting page-load performance, scalability, and data durability relative to using local file storage
ā¢Implemented infinite scroll/lazy loading for feed page posts with Intersection Observer API, streamlining content delivery
ā¢Engineered a dynamic user search bar with live autocomplete by integrating Redux for rapid retrieval of search results
ā¢Prioritized performance through strategic optimizations to enhance user experience, including efficient database queries via eager loading (preventing N+1 queries), Redux for state management, and memoization of React comp