Best of PostgreSQLFebruary 2023

  1. 1
    Article
    Avatar of communityCommunity Picks·3y

    JavaScript CRUD Rest API using Nodejs, Express, Sequelize, Postgres, Docker and Docker Compose

    Learn how to create a CRUD rest API using Node.js, Express, Sequelize, Postgres, Docker, and Docker Compose. Dockerize the Node.js application and test the APIs with Postman.

  2. 2
    Article
    Avatar of dbconvertDBconvert·3y

    MySQL vs PostgreSQL in 2023.

    PostgreSQL and MySQL are both reliable, secure and scalable databases that have been around for decades. They each have different strengths and weaknesses that make one more suitable for certain use cases than the other. This article will compare them to aid in making an informed decision in 2023.

  3. 3
    Article
    Avatar of notedNoted·3y

    Reactive Resume - A Self Hosted Resume Builder

    Reactive Resume is a free and open source resume builder that’s built to make the mundane tasks of creating, updating and sharing your resume as easy as 1, 2, 3. With this app, you can create multiple resumes, share them with recruiters through a unique link and print as PDF.

  4. 4
    Article
    Avatar of communityCommunity Picks·3y

    Python CRUD Rest API in Python using Flask, SQLAlchemy, Postgres, Docker, and Docker Compose

    Learn how to create a CRUD Rest API in Python using Flask, SQLAlchemy, Postgres, Docker, and Docker Compose. The post provides a step-by-step guide to build the API and dockerize the project.

  5. 5
    Article
    Avatar of communityCommunity Picks·3y

    Building a blog with Next.js, AdminJS, and React: a simple step-by-step guide

    A step-by-step guide on building a blog using Next.js, AdminJS, and React. The blog can be easily customized and managed with AdminJS, and it uses Postgres as the database.