Blog

Go back

Soft Deleting with $extends from Prisma

If you have ve attempted to use prisma.$use, you may have encountered a deprecated message. Your initial reaction might be to consult the documentation for an alternative.

Switch from yarn / npm to pnpm

When it comes to fetching, resolving, and storing dependencies, pnpm outperforms other options in terms of performance.

Use the CSS Modules in React

CSS Modules Stylesheet is one of Reacts best features, and I will tell you why you should take advantage of it

Set up Nodemailer with Next.js & Typescript

Nodemailer is a module for Node.js application to allow easy as cake email sending! Nodemailer allows services like Gmail, SendGrid, Mailgun, SendinBlue, and more.