InfiniteCodeMonkeyTheorem
InfiniteCodeMonkeyTheorem
TTCTheo's Typesafe Cult
Created by InfiniteCodeMonkeyTheorem on 4/21/2024 in #questions
How do I protect myself from assholes?
What are your best resources and checklists on abuse prevention? Please share...
7 replies
TTCTheo's Typesafe Cult
Created by InfiniteCodeMonkeyTheorem on 1/29/2023 in #questions
Best way to AB Test on T3 Stack?
What's the best way you've found to run A/B tests? Assuming you're deploying on vercel?
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?
I want to call a protectedProcedure from a webhook, but how could you do that without a user/session? What could I pass to ensure the call is coming from my webhook?
6 replies
TTCTheo's Typesafe Cult
Created by InfiniteCodeMonkeyTheorem on 10/16/2022 in #questions
When is concurrency an issue?
At what point/scale does concurrency become an issue in a web server? I followed Primeagen's videos comparing Rust, Go, and Node and I take his point that Rust is more performant. But at what scale does this matter? I know netflix and other huge co's write node/restify servers and I imagine they wouldn't do that if they were incurring huge performance hits. If you were to write a t3 app, is there a point at which it just starts to shit the bed?
6 replies
TTCTheo's Typesafe Cult
Created by InfiniteCodeMonkeyTheorem on 10/11/2022 in #questions
tRPC vs nextJS API routes
In a T3 app, are there any advantages to still using plain old nextJS API routes? Or, do you find yourselves just putting everything in your tRPC router?
3 replies