Appears on
Articles8
Looking at How Replit Agent Handles Databases
Replit Agent is a powerful tool within the Replit development environment that allows you to offload coding tasks using natural language and AI. By interacting with the Replit Agent, you can generate code, create applications, and modify existing features simply by asking for wha...
Coding With Cursor and Windsurf Side by Side
Since the release of GitHub Copilot, AI integration in IDEs has evolved dramatically. Now, two IDEs are being talked about more than any other: Windsurf and Cursor. Both tools are forks of VSCode, offer a similar set of features, and use Anthropic’s Claude model under the hood. I...
Exploring 30 Years of Postgres History with Replit and Vercel v0
We often take Postgres features like JSONB, Row Level Security (RLS), and Point-In-Time Recovery (PITR) for granted. Yet, these powerful features we know and love weren’t always available; they’re the result of over 30 years of dedicated development and almost 61000 Git commits....
Recreating S3 in Postgres using PostgREST
Storing files directly in a database is generally discouraged in favour of dedicated object storage like S3 or Azure Blob, which is the more scalable and cost-effective approach. However, in practice, you might sometimes find yourself putting binary data in a relational database...
Managing Postgres Directly in VS Code
Microsoft recently introduced a Visual Studio Code extension for Postgres database management. Similar in functionality to tools like PgAdmin or DBeaver, this extension embeds Postgres management directly into VSCode and comes fully integrated with GitHub Copilot, allowing it to...
Debugging with Cursor as Your Rubber Ducky
Have you ever explained a bug or issue you’re having to someone, only to discover the solution mid-conversation, as if simply describing the problem helped you catch your own mistake? This is actually quite common and has been used by software engineers for decades, with the offi...
Build Internal Tools Using Neon, StackAuth, and Vercel
Almost every tech company, from small startups to Fortune 500 enterprises relies on internal tools. Larger organizations often have dedicated services and structured procedures in place, but for many others, internal tools are… messy. They often take the form of an insecure setup...
Devin Integrates with Neon Through New MCP Marketplace
Cognition Lab’s AI software engineer, Devin, recently had its capabilities expanded by opening up an MCP (Model Context Protocol) server marketplace. With this, and Neon’s MCP server, you can now have Devin interact with your Neon database directly using a comprehensive set of to...
