itsanameidk
itsanameidk
Explore posts from servers
TTCTheo's Typesafe Cult
Created by itsanameidk on 11/11/2024 in #questions
is trpc good for rest apis?
Is trpc good for making rest apis? cause i feel like api/trpc/posts.getLatest isnt that compeling of a url vs api/posts/latest. is their a way to change trpc to do something like api/posts/latest? or am i fundamentaliy looking at trpc wrong?
8 replies
TTCTheo's Typesafe Cult
Created by itsanameidk on 11/24/2022 in #questions
Save Next-auth Refresh Token
Hey was wondering if there is a way of changing the cookies that are presented by default when logging in and using my own cookies to have a refresh token? Unless im miss understanding what Next-auth does cause don't you need to have some database and a refresh token to check againts the cookies the user provides?
1 replies
TTCTheo's Typesafe Cult
Created by itsanameidk on 10/14/2022 in #questions
NextAuth Alternatives
Hello, im looking for a NextAuth alternative because cloudflare functions isn't supported yet https://github.com/nextauthjs/next-auth/issues/5142 anyone know of an alternative? Reason im wanting an alternative instead of just waiting is cause i think it will, take a while to actually get pushed and my application mainly focuses on having some sort of google auth.
3 replies
TTCTheo's Typesafe Cult
Created by itsanameidk on 10/8/2022 in #questions
Is t3 stack good for serverless
Is everything in t3 good for serverless without having any cold starts?
22 replies
TTCTheo's Typesafe Cult
Created by itsanameidk on 10/2/2022 in #questions
Where to start for frontend
So im trying to decide where to start for the frontend side of development. I decided i wanted to do Actix Web a rust language library for the backend. The reason i wanted to at least do the backend as rust is cause i heard its faster and i want to learn more and use rust. Although i cannot decide what to do for the frontend. Should i use react or what should i use? Haven't ever really messed with react or Javascript this is my first web project
19 replies
TTCTheo's Typesafe Cult
Created by itsanameidk on 9/18/2022 in #questions
create mysql database automatically
Hello, i was wondering what is the best way of creating a mysql database automatically. Heard https://www.terraform.io/ may be a good option but it seems like its for larger projects and i don't really expect to have a large amount of data to begin with. Is there a better alternative or should i just go ahead and start learning Terraform
10 replies