Published onMay 27, 2024How I Resolved Prisma Issues and Fixed Vercel 500 INTERNAL_SERVER_ERROR 🚀prismavercelWith these adjustments, my application ran smoothly on Vercel. Finally, I could get some well-deserved rest! 🎉
Published onMay 25, 2024The Power of Typescript Satisfied Operator in Less than 2 MinutestypescriptguideSo remember my dear dev, satisfies checks the type of an object, without having impact on the TypeScript's assumption and should be one of your main ally again typing constant objects.