© 2026 Hashnode
It started with a ghost. Inbound emails were silently dead-lettering. When i checked the admin panel, the inbound_emails queue was completely empty. Zero errors, zero warnings. Our new cal.com api was connected, the resend webhooks were firing safely...

✅ Stack Overview: Nuxt.js (Frontend & API routes) Prisma ORM PostgreSQL (NeonDB or local) Better Auth (authentication) Netlify (deployment) 1. Install Prisma npm install prisma --save-dev npm install @prisma/client npx prisma init 2. Setup ...

A few weeks ago, I wrote a post looking into the database branching feature of the Neon database, and it got the attention of other database solutions in the space. The conversations that followed led to this post. Here, I want to take a more holisti...

Node.js is a popular tool for running JavaScript on servers but can sometimes struggle with heavy-duty tasks. That's where Neon comes in. It's like a sidekick for Node.js, using Rust's muscle to make things run smoother and quicker. Think of Neon as ...

Introduction In our Build a secure web application with Platformatic, Auth0 and Next.js tutorial, we created a full stack blog application with Platformatic, Auth0 and Next.js. Now we're going to deploy it to Platformatic Cloud, Neon, Vercel and Auth...
