-
PostgreSQL deep dive: Syncing Cart items
context: I was working on persisting cart items in database. The tech stack is React, Nest, Drizzle and Postgres. approach: I thought it would be simple as its just POST and GET requests for syncing, but I went deep diving postgres DB. the saving: Cart Item Table: Approach 1: I can add a product to…
-
Flexible Products List and Quick View Modal Components Group
context: I was making an ecommerce app in React. I should have made in Next or similar tech, as it would be easier for SEO and other things, but I have chosen React as of now. So, it has a search page, where all the products would be listed, along with it is filters and…