CommunityMar 06, 2025Join the Neon Creator ProgramWhat is the Neon Developer Creator Program?The Neon Creator Program as just one small to help support developers who are making incredible content. Members will receive a host of benefitis including a free Neon Scale account, early access to new features, and sponsored speaking o...Taraneh Dohmer
CommunityFeb 27, 2025From XAMPP to Ephemeral Postgres: Where “Works on My Machine” Has Led Us“It works on my machine” is now a trope—a horror story to tell young developers (or AI coding models) about what it was like to build without today’s stack. Like all clichés, it was once true. Hodgepodge local installs, no containers, and massive environment drift were challenges...Andrew Tate
CommunityFeb 22, 2025How to Build a Secure Project Management Platform with Next.js, Clerk, and NeonThis article was first published in the Clerk blog. Around 30,000 websites and applications are hacked every day, and the developer is often to blame. The vast majority of breaches occur due to misconfiguration rather than an actual vulnerability. This could be due to exposed dat...Brian Morrison
CommunityFeb 20, 2025Vercel Native Integration: Create a Neon Branch Per PreviewTo Vercel users deploying Neon via the Vercel Marketplace we have good news. You can now use Neon’s Native Vercel Integration to automatically create a database branch for each Vercel preview deployment. Check out our docs for a step by step guide. Why deploy Neon branches in you...Gustavo Salomão
CommunityFeb 06, 2025How to Build GitHub Copilot ExtensionsAs soon as GitHub Copilot burst onto the scene, everyone started asking, “How do we teach Copilot about our platform?” Whether you’re building a managed Postgres service (like Neon) or a specialized set of APIs, it’s no longer enough to rely on devs hunting through documentation....Andrew Hamilton
CommunityJan 31, 2025Fixing JavaScript Timezone IssuesDeepesh Genari for sharing this writeup! If you use Neon and want to share your own tips with the community, reach out to us on Discord." > Working with timezones in JavaScript often feels like navigating a minefield. Recently, I faced a timezone issue when building a parking boo...Deepesh Genani