Read replica from MSSQL to cloud for T3 app?
What kind of db/storage do I need?
Web Framework Suggestions! (Senior project)
Creating internal tools for company usage
zustand + next trpc/client. With slightly more complex feature. Vanilla client?
deep questions t3 prisma client doesn’t seem to update

What is a solution for inserted html with styling that overrides it's enclosure?
Next.js AppRouter: not a valid export field
route.ts, side to side with GET, POST, etc
```sh
Type error: Route "app/(server)/api/test/route.ts" does not match the required types of a Next.js Route.
"test" is not a valid Route export field....First component with DaisyUI and Nextjs gives runtime error
app/components/Navbar.tsx and directly into the default layout file from Next13 and all of a sudden I am getting a runtime error. Can anyone help me with what's going on?
type errors even after disabling
``json
22:32 Error: Unsafe assignment of an any value. @typescript-eslint/no-unsafe-assignment
36:9 Error: Unsafe assignment of an any value. @typescript-eslint/no-unsafe-assignment
43:11 Error: Unsafe assignment of an any value. @typescript-eslint/no-unsafe-assignment
43:23 Error: Unsafe member access .predicted_class on an any` value. @typescript-eslint/no-unsafe-member-access...Error: <rejected> TypeError: Body is unusable
Unable to retrieve application context. Did you forget to wrap your App inside `withTRPC` HoC?
api.example.hello.useQuery({ text: 'from tRPC' }); it breaks my tests. Not really sure how to wrap my render function withTRPC.
...problems with next route interception
<Link href="/sign-in" />
<Link href="/sign-in" />

bun for a large scale app
T3 stack question: clerk vs next-auth
UploadThing: Struggling to authenticate uploads
T3env: Module not found: Can't resolve '@/env.mjs'
Module not found: Can't resolve '@/env.mjs'. My env.mjs is in my src folder.
here is my env.mjs file:
```ts
import { createEnv } from '@t3-oss/env-nextjs';...NODE_ENV exposed to the client? Is that okay?
How to create custom upload component to use with UploadThing?
Get PDF with UploadThing