Best of MySQLFebruary 2023

  1. 1
    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.

  2. 2
    Article
    Avatar of planetscalePlanetScale·3y

    What are the disadvantages of database indexes?

    Learn about the possible downsides of using database indexes, including additional storage requirements and slower write operations. Discover how to find and remove unused indexes in MySQL.

  3. 3
    Article
    Avatar of freecodecampfreeCodeCamp·3y

    Develop Database-Driven Web Apps with Python, Flask, and MySQL

    Learn how to develop and deploy a production-ready database-driven web application using Python, Flask, and MySQL. The course is divided into two parts, covering Flask basics, MySQL database setup, and application deployment. By the end of the course, you will have the knowledge and skills to build and deploy database-driven web apps.

  4. 4
    Article
    Avatar of logrocketLogRocket·3y

    Implement in-app notifications with NestJS, MySQL, and Firebase

    Learn how to implement in-app notifications in a NestJS app using Firebase and MySQL. Set up Firebase Cloud Messaging, create a MySQL database, and send push notifications based on the database information.