11 followers
A full-time software engineer committed to learning and teaching. Spread the knowledge!
If you've attempted to use prisma.$use, you may have encountered a "deprecated" message. Your initial reaction might be to consult the documentation...
Why pnpm If you're looking for a faster alternative to package managers like npm and yarn, consider using pnpm. Not only is pnpm more performant when...
Use the CSS Modules in React CSS Modules Stylesheet is one of React's best features, and I will tell you why you should take advantage of it. As a...
Set up Nodemailer with Next.js, Typescript & React Hook Form Introduction Nodemailer is a module for Node.js application to allow easy as cake email...
Introduction I think the best way to learn about certain methods is to write about them! I encountered this problem on codewars and thought to share...