If you’ve been active on Twitter or Reddit lately, you’ve likely seen discussions surrounding Vercel’s pricing model, which has turned […]
Supabase offers comprehensive features that make it easy for frontend devs to build complex backends and focus on crafting exceptional UIs.
Planetscale is getting rid of their free plan. Let’s explore 11 alternatives with free plans for backend and database operations.
Learn how to create an Express server that can handle multiple HTTP methods and use the pg module to connect to PostgreSQL from Node.js.
ElectricSQL is a cool piece of software with immense potential. It gives developers the ability to build a true local-first application.
Create an app that records and removes information from a PostgreSQL database according to the HTTP requests it receives.
We explore how to manage vector data in a PostgreSQL database using Supabase and how to create embeddings with OpenAI.
Learn how to use Kanel to generate TypeScript types from PostgreSQL, then see it in action by building a to-do app.
Compare ORMs Thin Backend and Prisma for their schema design and modeling features.
By providing features that Node.js failed to deliver, like security, modules, and dependencies, Deno is proving to be as powerful as its predecessor, Node.js.
In this post, we will learn how to use PostgreSQL as our database to consume the data required for our Jamstack application.
Learn how to create a REST API with Rust and Postgres, including writing simple endpoints, handling errors, maintaining a connection to the database, persisting data to Postgres DB, and handling the request-response cycle.