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.

2024-03-13

Switch from yarn / npm to pnpm

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

2023-02-24

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.

2022-10-09

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

2022-10-09