alexetai
TTCTheo's Typesafe Cult
•Created by alexetai on 5/25/2023 in #questions
Restricting Tailwind CSS Hero video
To explain a bit more, what i want to do is lock the video in position, so even when the user scrolls the video will stay there, and not move with it.
2 replies
TTCTheo's Typesafe Cult
•Created by Anthony on 5/21/2023 in #questions
DB deployment help
No problem at all, have fun!
17 replies
TTCTheo's Typesafe Cult
•Created by Anthony on 5/21/2023 in #questions
DB deployment help
I would not do auth yourself, there are a lot of very good authentication providers.
If this is a production environment and you are using next i would look at https://clerk.com
If you are not using next, auth0 is great.
17 replies
TTCTheo's Typesafe Cult
•Created by Anthony on 5/21/2023 in #questions
DB deployment help
Are you doing authentication yourself ?
17 replies
TTCTheo's Typesafe Cult
•Created by Anthony on 5/21/2023 in #questions
DB deployment help
Absolutely, hosting your own database is a lot of effort, you have to think about updates, maintenance etc, and you lose out on all of the monitoring/analytics offered by a managed service
What kind of data would you use the database for ? Just product pictures prices etc ?
17 replies
TTCTheo's Typesafe Cult
•Created by Anthony on 5/21/2023 in #questions
DB deployment help
Heavily depends on your use case, would you have a lot of random read and writes ? Would you expect to ever use the scalability features ? If the answer is no, AWS RDS is a great solution.
Planetscale and all of the other serverless options only make sense if your users are truly global, and you need the scalability features.
17 replies