E-Commerce · 2024
A complete e-commerce platform that redefines the online shopping experience, with emphasis on speed and elegance.
The client needed a platform that could handle a catalog of over 5,000 products with advanced filtering, without compromising loading speed.
Additionally, the payment system had to support multiple methods, including installment payments and digital wallets, all in real time.
I implemented Server-Side Rendering with Next.js to ensure a low LCP of 1.2s. The catalog uses cursor-based pagination with optimized indexes in PostgreSQL.
The payment system was built on Stripe with webhooks for instant confirmation, and a queue system to handle traffic spikes without failures.