jrdn
Explore posts from serversCDCloudflare Developers
•Created by jrdn on 2/27/2024 in #general-help
Limit R2 Uploads to Images & to not exceed size
How can I limit R2 uploads to be within a certain range or not exceed a certain value as well as only accept certain content types?
I'm planning on uploading from browser using signed URLs.
6 replies
DTDrizzle Team
•Created by jrdn on 5/21/2023 in #help
drizzle-zod type errors with latest versions
I updated all drizzle deps to latest and having type errors when using drizzle-zod
2 replies
Real-world Large Application Examples?
Are there any OSS examples (besides cal.com) demonstrating large tRPC code bases?
I want to see how people are structuring their routers and handlers to avoid overly large routers.
I was thinking of having each router import all the independent procedures.
For the sake of a large team, separations of concerns tends to be more benefitial in some scenarios.
2 replies