Nada Pivceviccodingdiaries.hashnode.dev·Feb 14, 2024Jest Unit Testing - Part 1While unit-testing my app, I got stuck while trying to mock a few external libraries. I list them here in case someone else runs into similar issues. In this first post of the series, I'll start with testing the auth middleware by learning how to moc...Jest testing challengeshigh order functions
Nada Pivceviccodingdiaries.hashnode.dev·Feb 13, 2024Vercel Platforms Starter Kit OverviewHashnode is built using Platforms, a powerful template from Vercel designed for creating multitenant applications. This template uses Next.js' latest app router technology and Vercel's Domains API. I recently started a project with this template and ...vercel platforms starter kit