Martoxdlol
Martoxdlol
TTCTheo's Typesafe Cult
Created by 3eif on 1/11/2024 in #questions
How to protect pages using Next Auth
Are you using some auth library or something?
16 replies
TTCTheo's Typesafe Cult
Created by 3eif on 1/11/2024 in #questions
How to protect pages using Next Auth
I don't think using JWT or other method of authentication changes how you protect your pages.
16 replies
TTCTheo's Typesafe Cult
Created by martialasura12 on 1/8/2024 in #questions
Creating a flutter app
Flutter has a YouTube channel with many examples and resources, use that
8 replies
TTCTheo's Typesafe Cult
Created by martialasura12 on 1/8/2024 in #questions
Creating a flutter app
Dart it's a great language but you need to know at least the basics about object oriented programming.
8 replies
TTCTheo's Typesafe Cult
Created by martialasura12 on 1/8/2024 in #questions
Creating a flutter app
I recommend to take some time to read the official documentation on dart
8 replies
TTCTheo's Typesafe Cult
Created by martialasura12 on 1/8/2024 in #questions
Creating a flutter app
It has many examples and documentation
8 replies
TTCTheo's Typesafe Cult
Created by martialasura12 on 1/8/2024 in #questions
Creating a flutter app
Flutter is great
8 replies
TTCTheo's Typesafe Cult
Created by DraganovicDr on 11/27/2023 in #questions
Seeking Advice for a T3 Stack Application: Separating tRPC from NextJS
https://trpc.io/docs/server/adapters tRPC can be use with different adapters. Choose one and follow the documentation. Is not that hard to setup trpc yourself.
14 replies
TTCTheo's Typesafe Cult
Created by Trader Launchpad on 1/9/2024 in #questions
How to find single record in database using trpc and drizzle?
The where option works different than prisma. Check de second link
11 replies
TTCTheo's Typesafe Cult
Created by Trader Launchpad on 1/9/2024 in #questions
How to find single record in database using trpc and drizzle?
Check the first link
11 replies
TTCTheo's Typesafe Cult
Created by Trader Launchpad on 1/9/2024 in #questions
How to find single record in database using trpc and drizzle?
Query is easier and allows you to get a single document directly
11 replies
TTCTheo's Typesafe Cult
Created by Trader Launchpad on 1/9/2024 in #questions
How to find single record in database using trpc and drizzle?
To get a row you can use select or use query
11 replies
TTCTheo's Typesafe Cult
Created by Trader Launchpad on 1/9/2024 in #questions
How to find single record in database using trpc and drizzle?
Here is how to use where with drizzle https://orm.drizzle.team/docs/select#filtering
11 replies
TTCTheo's Typesafe Cult
Created by Trader Launchpad on 1/9/2024 in #questions
How to find single record in database using trpc and drizzle?
11 replies