Published onMay 20, 2024How to easily secure Next.js projectsdevnextjsVery useful when you just want to demo your project
Published onMay 16, 2024How to correctly split a string into words in JavaScriptdevtypescriptOr why you should stop using the split function!
Published onMay 14, 2024Internationalization for Next.js Without HassledevnextjscliAnd also type-safe with zero overhead!
Published onMay 13, 2024Stop using environment variable directly in your TypeScript codedevnextjscliAfter that, stop writing the code to validate the environment variable.
Published onMay 9, 2024How to unit test Next.js API routedevnextjstestvitestmswTurned out it's not that hard!