© 2026 LinearBytes Inc.
Search posts, tags, users, and pages
Emmanuel
If you were writing an e-commerce program that reminds users of the contents of their wish list in the order that they put the items in. Which data structure best simulates the behavior you want to achieve?
Facundo
Sr Javascript Developer (React)
If you mean notify the user or send a email to remain he left items on there wishlist now and then, use cron jobs to notificate them.
If you mean notify when some items on the wish list is cheaper or with disccount, create a notification when the disccount is applied.
Facundo
Sr Javascript Developer (React)
If you mean notify the user or send a email to remain he left items on there wishlist now and then, use cron jobs to notificate them.
If you mean notify when some items on the wish list is cheaper or with disccount, create a notification when the disccount is applied.