ChangelogApr 18, 2025New default project setup, Neon MCP Server with Zed, and moreNew default project setup. New Neon projects now start with a better out of the box setup to support your dev workflow. Instead of a single main branch, you'll now get A production branch (the default), designed for your production workload. It’s configured with a larger compute ...
EngineeringApr 15, 2025Modern Startup Stack Architecture on AzureWhen you’re building a startup, you move fast. You want to test ideas quickly, keep costs low, and be ready to change directions anytime. That’s why the tech stack you choose early on matters a lot. What works for big companies often doesn’t fit early stage startups. If your prod...Bobur Umurzokov
GuidesApr 15, 2025Using Postgres as a Key-Value Store with hstore and JSONBA step-by-step guide describing how to use hstore and JSONB for storing key-value pairs in PostgresValeri Karpov
PostgresApr 11, 2025The True Cost of Slow Postgres RestoresWhen a Postgres failure happens, the time it takes to recover can mean the difference between a relatively minor hiccup and a major business crisis. We regularly hear anecdotes from our customers on this topic, but we also wanted to gather some data—so we surveyed 50 developers m...Carlota Soto
ChangelogApr 11, 2025Support for Azure Service Connector, plus a few small fixesSupport for Azure Service Connector. If you're using Neon on Azure, you can now connect your applications using Azure Service Connector. It simplifies connectivity by handling credentials, networking, and configuration when linking Azure services—like App Service or Azure Functio...
GuidesApr 10, 2025Get started with Zed and Neon Postgres MCP ServerMake schema changes with natural language using Zed and Neon MCP ServerDhanush Reddy
EngineeringApr 09, 2025Building a Keycloak Email Change PluginIn this post, I’ll share my experience creating a custom Keycloak plugin that adds functionality for email change events. This plugin solves a common integration challenge how to trigger actions in your application when users change their email addresses through Keycloak. The Pro...Adi Griever
GuidesApr 07, 2025Build your first AI Agent for Postgres on AzureLearn how to build an AI Agent for Postgres using Azure AI Agent Service and NeonBobur Umurzokov