Best of PostgreSQLJuly 2023

  1. 1
    Article
    Avatar of dzDZone·3y

    Postgres vs. MySQL: a Complete Comparison

    Postgres has taken over the first place spot from MySQL and become the most admired, desired database. As Postgres gains momentum, choosing between them is still hard and often causes heated debate. Postgres is still the world's most popular open-source database by install base.

  2. 2
    Article
    Avatar of communityCommunity Picks·3y

    Typescript CRUD API: Next.js, Tailwind, tRPC, Prisma Postgres, Docker

    Learn how to build a FULL CRUD API app, including a simple frontend to use it, using the following technologies: Next.js, Tailwind, tRPC, Prisma Postgres, Docker. All the code is available for free on GitHub(link in video description) Learn how to code your own blockchain and create your own crypto-currency with the CoinCamp.

  3. 3
    Article
    Avatar of devtoDEV·3y

    All your ssh and database servers accessible directly from your Browser

    New Border0 client portal allows users to quickly and easily discover all servers they have access to. The dashboard features app cards for each service, with easily distinguishable icons and details. We offer both a card and a list view and the choice between dark or light mode. The search box at the top of the screen supports fuzzy search capabilities.

  4. 4
    Article
    Avatar of discdotDiscover .NET·3y

    Using your Database as a Queue?

    Using your Database as a Queue? See how NServiceBus makes it easier to design, build, and manage software systems that use message queues to achieve loose coupling. Get started for free. Check out my YouTube channel, where I post all kinds of content accompanying my posts.

  5. 5
    Article
    Avatar of hackernoonHacker Noon·3y

    Creating a Node.js Server With Postgres and Knex on Express

    Creating a Node.js Server With Postgres and Knex on Express is a guide on setting up a node.js server. All within the Express.js framework, this guide will help you get the most out of your Node.JS server.