Best of PostgreSQLMarch 2023

  1. 1
    Article
    Avatar of communityCommunity Picks·3y

    TypeScript CRUD Rest API, using Nest.js, TypeORM, Postgres, Docker and Docker Compose

    Learn how to create a CRUD Rest API in Typescript using NestJS, TypeORM, Postgres, Docker, and Docker Compose.

  2. 2
    Article
    Avatar of communityCommunity Picks·3y

    Java CRUD Rest API using Spring Boot, Hibernate, Postgres, Docker and Docker Compose

    Learn how to create a CRUD Rest API in Java using Spring Boot, Hibernate, Postgres, Docker, and Docker Compose. Dockerize the Java application and run a Docker container with Postgres.

  3. 3
    Article
    Avatar of sqlshackSQL Shack·3y

    PostgreSQL vs MySQL: Understanding their differences

    Compare PostgreSQL and MySQL database systems based on their differences, ownership, programming language, supported data types, ACID compliance, troubleshooting approach, and suitability for web-based applications.

  4. 4
    Article
    Avatar of bartwullemsThe Art of Simplicity·3y

    The lost art of writing SQL queries

    Most (junior) developers no longer are able to write anything but the most trivial queries. If you want to sharpen your SQL skills, have a look at https://www.sql-practice.com/. Here you get a whole list of exercises that require writing SQL queries. If you get stuck hints are available that help you get on the right track.

  5. 5
    Article
    Avatar of glcGolang News·3y

    A Golang based open-source, self-hosted feature flag application

    Flipt is an open-source, self-hosted feature flag application that allows you to run experiments across services in your environment. It can be deployed within your existing infrastructure so that you don’t have to worry about your information being sent to a third party or the latency required to communicate across the internet.

  6. 6
    Article
    Avatar of crunchydataCrunchy Data·3y

    Is your Postgres ready for production?

    Is your database ready for production? Here's a handy checklist to make sure you're not caught flat footed. Logical backups are great if you want to move data around between environments or need a local copy. Physical backups are a combination of a base backup and the write-ahead-log or WAL.

  7. 7
    Article
    Avatar of communityCommunity Picks·3y

    GO CRUD Rest API using Mux, Postgres, Docker, and Docker Compose

    Learn how to create a CRUD Rest API in Go using Mux, Postgres, Docker, and Docker Compose. Follow the step-by-step guide to build the API and dockerize the project. Find all the code and a video version in the provided GitHub repository.