Functions type for key of objects with specific key
How to figure out how long a postgres sql query will take
SELECT "proposalId", string_agg("ProposalDateRanges"."from" || ',' || "ProposalDateRanges"."to", ';') FROM "public"."ProposalDateRanges" WHERE "ProposalDateRanges"."proposalId" = '{{169303871__id}}' GROUP by "ProposalDateRanges"."proposalId"
SELECT "proposalId", string_agg("ProposalDateRanges"."from" || ',' || "ProposalDateRanges"."to", ';') FROM "public"."ProposalDateRanges" WHERE "ProposalDateRanges"."proposalId" = '{{169303871__id}}' GROUP by "ProposalDateRanges"."proposalId"
Should I start with what I know, or what I don't?
Prisma type safety

Order results by a nested relation's DateTime with Prisma
Conversation model which has one-to-many relationship with Messages. I want to order the conversations by the most recent message, but it seems Prisma doesn't have a way to do this??? I need pagination so I can't do this after querying either, so is my only solution to write the SQL myself? I get the love for Prisma, but there are so many things missing 🙃Prisma - Timed out fetching a new connection from the connection pool
can I remove prisma and trpc from T3 app if I want to?
Alternative to TypeScript Classes
variables.ts), and there is no partial keyword in TypeScript like there is in C#, so I have to stick thousands of lines of code in the same file (to avoid circular imports).
...[Solved] Unhandled Runtime Error
setInterval timer with state setter
State Frustrations in Desktop Apps
Error on _app.tsx types using react query

zod array still required?
tags: z.string().array().nullish(),
tags: z.string().array().nullish(),
Can anyone jump on call to help with dnd-kit will pay for tutor $100 for the hour
Cross platform stack (web & mobile)
Initialized Project, just seeking clarification on next steps
Better-uptime or an alternative?
ts types dumb question
{input}:{input:string} Or input:string
{input}:{input:string} Or input:string
Multi-tenant - easy no?