Verifying query type in `getServerSideProps`
tRPC with ssr: true - what's going on?
ssr: true uses getInitialProps, instead of getServersideProps, which can result in faster page loads since we're not waiting on the server. However, getServersideProps is now the recommended solution.
putting ssr: false feels wrong as it seems like this means I won't get ssr. I imagine this is wrong? Is the ssr that trpc is referring to different from the ssr we do want as described in the next js docs?...turbo repo package not found
Question About Drizzle Composite Keys
ESlint: Require explicit return types on exported functions, yes or no??
export function foo() and export default function. Should I (suggest we) disable this and let the return types be inferred as Theo suggested of functions in the below video? Specifically I am asking about this eslint rule: https://github.com/typescript-eslint/typescript-eslint/blob/v4.33.0/packages/eslint-plugin/docs/rules/explicit-module-boundary-types.md
https://www.youtube.com/watch?v=I6V2FkW1ozQ&t=495s...Confused about return types of findFirst and similar
Why Use Server Actions?
Hosting platform for docker images (discord bot specifically)
for the postgres database, well i was gunna use neon but that looked quite pricey so ive swapped to planet scale and mysql. I use prisma so it was v easy to swap
...How to config ESLint with Webstorm (create-t3-turbo)

One to Many connection not working correctly in Dirzzle
Error: There is not enough information to infer relation "recipes.ingredients" this is my relation for the recipes
these are all my relations for the recipe
```ts
// recipes relation...problem with slugs
transaction/stuffhere
on that first redirect instance everythings fine. but now if i go back to that page in a new tab closing the previous, i get a hydration error in production but it doesnt break the page...
Where should I place middleware? (following T3 app tutorial video)
stop using prefix with tailwindcss
Does server actions input have to be validated server side?
T3 Stack Tutorial - Posts won't retain
trilldb.Post.id, trilldb.Post.createdAt, trilldb.Post.content, trilldb.Post.authorId FROM trilldb.Post WHERE 1=1 ORDER BY trilldb.Post.createdAt DESC LIMIT ? OFFSET ?...[SHADCN/UI] Form Input add symbol

next js 13 request body size configuration
Wordle - Word selection
What projects would be good for learning backend development?
