• 5 min read
The Architectural Shift: Moving to MikroORM's Unit of Work
Why MikroORM feels different from Prisma/TypeORM, and why the Unit of Work pattern matters for complex domain logic.
Why MikroORM feels different from Prisma/TypeORM, and why the Unit of Work pattern matters for complex domain logic.
Step-by-step guide to converting a Node.js package from JavaScript to TypeScript using Rollup.js as the build tool.
How to mock Axios requests in Jest tests when using TypeScript and calling Axios as a function rather than using specific methods.