MMustafainkeploy-nodejs-jwt.hashnode.dev·Nov 30, 2025 · 5 min readKeploy with Node.js JWT – GuideI recently spent some time exploring Keploy to understand how it captures real API traffic and turns it into testcases automatically. For this, I used the Node.js + JWT project from Keploy’s sample repository and went through the whole flow. This b...00
MMustafainp1000prisma.hashnode.dev·Oct 28, 2025 · 2 min readError: P1000: Authentication failed against database server at localhost, the provided database credentials for postgres are not valid.After starting Postgres in Docker using docker run -e POSTGRES_PASSWORD=mysecretpassword -d -p 5432:5432 postgres I tried to migrate my Prisma schema using npx prisma migrate dev --name init But I was getting this error: Environment variables loade...00