Christos
Christos
TTCTheo's Typesafe Cult
Created by Christos on 1/10/2025 in #questions
Storing Payment Status of Customer on the frontend
Ideally just looking for some practice/pattern in NextJs/browser like react context / zustand
10 replies
TTCTheo's Typesafe Cult
Created by Christos on 1/10/2025 in #questions
Storing Payment Status of Customer on the frontend
hm, I'm already using postgres so I don't think this works for me
10 replies
TTCTheo's Typesafe Cult
Created by Christos on 1/10/2025 in #questions
Storing Payment Status of Customer on the frontend
I'm not referring to storing any sensitive payment details here like card number etc. I am referring to storing whether the user has paid for the product or not ( which I store in my database ) - the question is how do I make this boolean flag available throughout the frontend
10 replies
TTCTheo's Typesafe Cult
Created by Christos on 1/10/2025 in #questions
Storing Payment Status of Customer on the frontend
When you say everytime the app starts, do you mean on every page refresh / navigation which would clear the context?
10 replies
TTCTheo's Typesafe Cult
Created by edgaras on 8/8/2023 in #questions
Does API function timeout if it’s triggered by multiple cron jobs?
You can always rent a VPS ( a server that you own ) and run your job there
37 replies
TTCTheo's Typesafe Cult
Created by edgaras on 8/8/2023 in #questions
Does API function timeout if it’s triggered by multiple cron jobs?
To be fair lambdas / serverless function aren't designed for long running jobs I'd say
37 replies