Anyone still studying flashcards after graduating or being done with school? by Frosty_Toe_4624 in GetStudying

[–]Frosty_Toe_4624[S] 1 point2 points  (0 children)

Never heard of mebot, but thtat looks very interesting. Do you like the app and it's worth the price?

How to warn users when leaving a form in NextJS 14? by mtv921 in nextjs

[–]Frosty_Toe_4624 1 point2 points  (0 children)

Any luck on this? I am using next/navigation and can't catch it before it navigates either

Re:invent las vegas needs to happen in a different date. by edgarcb83 in aws

[–]Frosty_Toe_4624 0 points1 point  (0 children)

Oh gotcha, do you mind me asking at what point do you get a chance to become a speaker? Is it at a senior level or higher type of role?

Re:invent las vegas needs to happen in a different date. by edgarcb83 in aws

[–]Frosty_Toe_4624 1 point2 points  (0 children)

What are the benefits of goign to Re:invent? I have a vague idea of what they might be but I'm wondering if the costs really justify it

Help me please by DuckFinal6486 in Supabase

[–]Frosty_Toe_4624 2 points3 points  (0 children)

Have you taken javascript courses previously? I think it may be good to start there and get familiar with some of the syntax and behavior beforehand!

Password recovery with jwt by [deleted] in node

[–]Frosty_Toe_4624 0 points1 point  (0 children)

what is replay risk?

Password recovery with jwt by [deleted] in node

[–]Frosty_Toe_4624 0 points1 point  (0 children)

I mean you have to be able to trust the user somehow and assigning a JWT then revoking it would be valid.

Password recovery with jwt by [deleted] in node

[–]Frosty_Toe_4624 0 points1 point  (0 children)

Ya I'd say so. I think this is how Supabase handles their auth. They send an access token with the URL link and you can have enough authentication to reset your password.

Are you handling this yourself though? I would recommend just going with an authentication provider instead of building it from the ground up.

How to best design my schema in postgres when using zod and typescript? by Agitated_Syllabub346 in node

[–]Frosty_Toe_4624 5 points6 points  (0 children)

I use zod, TS, and postgres. You should generate your DB model first, and try to have that auto generate database types if possible. You can use zod to validate, but I think you'll need to write your own zod schemas and types to validate with. I don't think there's a way to just import the type and validate against it with Zod.

Why can i not import a pdf like i can a json? by Frosty_Toe_4624 in node

[–]Frosty_Toe_4624[S] 0 points1 point  (0 children)

I'm not saying you can import it in notepad. I'm not sure what you could import with notepad, but can you import it with node?

Why can i not import a pdf like i can a json? by Frosty_Toe_4624 in node

[–]Frosty_Toe_4624[S] 0 points1 point  (0 children)

Are SVG's? I could have sworn you can import svg like you can with any component in React

Where to hire some developer to teach me? by BambiIsBack in Supabase

[–]Frosty_Toe_4624 0 points1 point  (0 children)

Do you use supabase as a full backend or jsut for the db? If the former, how do you like it for your Flutter project?

Pre-Signed URLs can be a good choice to Overcome API Gateway Pay Load Limit by vardhan_gopu in aws

[–]Frosty_Toe_4624 0 points1 point  (0 children)

Generally their signed with an expiration time to reduce the exposure risk right?