InfiniteCodeMonkeyTheorem
InfiniteCodeMonkeyTheorem
TTCTheo's Typesafe Cult
Created by InfiniteCodeMonkeyTheorem on 4/21/2024 in #questions
How do I protect myself from assholes?
thank you both
7 replies
TTCTheo's Typesafe Cult
Created by InfiniteCodeMonkeyTheorem on 4/21/2024 in #questions
How do I protect myself from assholes?
in this particular case, users using scripts to run searches blew out my disk I/O quota
7 replies
TTCTheo's Typesafe Cult
Created by InfiniteCodeMonkeyTheorem on 1/29/2023 in #questions
Best way to AB Test on T3 Stack?
sweet thanks!
3 replies
TTCTheo's Typesafe Cult
Created by InfiniteCodeMonkeyTheorem on 1/8/2023 in #questions
How would you securely call a protected tRPC route from a webhook?
thanks guys this helps alot
6 replies
TTCTheo's Typesafe Cult
Created by jtgi on 10/31/2022 in #questions
useEffect deps for run on mount
its for consistency in my opinion. i override
2 replies
TTCTheo's Typesafe Cult
Created by InfiniteCodeMonkeyTheorem on 10/16/2022 in #questions
When is concurrency an issue?
This is a really really good answer, thank you! I think it's clicking now: if the underlying language/framework is less efficient at handling requests then you need more resources to handle the same number of requests by scaling horizontally in the cloud. And I agree: the t3 stack is the easiest way to go from 0 to 1. I'm having a lot of fun building with it.
6 replies
TTCTheo's Typesafe Cult
Created by kukri_ on 10/12/2022 in #questions
getServerSideProps NextJS
you can also check for session....stuff like that
4 replies
TTCTheo's Typesafe Cult
Created by kukri_ on 10/12/2022 in #questions
getServerSideProps NextJS
no you don't need to do that. just set the source of the image to the file in the public folder
4 replies
TTCTheo's Typesafe Cult
Created by JulieCezar on 10/11/2022 in #questions
NextAuth - should I use JWTs or DB sessions (adapter)
you might be interested in this then: https://github.com/nextauthjs/next-auth/pull/5240
11 replies
TTCTheo's Typesafe Cult
Created by InfiniteCodeMonkeyTheorem on 10/11/2022 in #questions
tRPC vs nextJS API routes
thanks, I appreciate it
3 replies
TTCTheo's Typesafe Cult
Created by JulieCezar on 10/11/2022 in #questions
NextAuth - should I use JWTs or DB sessions (adapter)
I read this last night which had be mildly freaked out/ questioning using JWTs in the future: https://redis.com/blog/json-web-tokens-jwt-are-dangerous-for-user-sessions/ curious to know people's reactions
11 replies