How Prisma adapts Result Types based on the Actual Arguments given
A lesson on how to achieve fine-grained TypeScript results by combining generics with conditional types.
- #typescript
- #prisma
- #generics
- #conditionaltypes
- #webdev
A lesson on how to achieve fine-grained TypeScript results by combining generics with conditional types.
Why you might want to use Playwright Test as a test runner for unit tests, and how to fill in missing pieces (e.g. code coverage).