Best of MySQLMay 2024

  1. 1
    Article
    Avatar of communityCommunity Picks·2y

    Scaling Laravel to 100M+ jobs and 30,000 requests

    This post tells the story of scaling a Laravel app to handle over 100 million jobs and 30,000 requests per minute using Laravel, MySQL, and Redis.

  2. 2
    Article
    Avatar of communityCommunity Picks·2y

    How YouTube Was Able to Support 2.49 Billion Users With MySQL

    YouTube used the Vitess MySQL combination to support 2.49 billion users, overcoming scalability issues. Vitess provides an abstraction layer on top of MySQL for simplicity and scalability, using components like VTGate, VTTablet, and a key-value database.

  3. 3
    Article
    Avatar of freecodecampfreeCodeCamp·2y

    APIs with Node.js and Express – Course in Spanish for Beginners

    Learn how to develop REST APIs step by step with TypeScript, Node.js, Express, MySQL, and TypeORM. Discover career opportunities in web development with these technologies.

  4. 4
    Article
    Avatar of medium_jsMedium·2y

    How Pinterest Scaled to 11 Million Users With Only 6 Engineers

    Learn about Pinterest's journey of scaling to 11 million users with only 6 engineers, including the four phases of their evolution, their core technologies for scalability, the choice between clustering and sharding, and the drawbacks and solutions of sharding.

  5. 5
    Article
    Avatar of lnLaravel News·2y

    Audit MySQL Databases in Laravel With the DB Auditor Package

    Audit MySQL databases in Laravel with the DB Auditor package. Identify areas that need work, apply scan results automatically, and view a list of tables that fail audit.

  6. 6
    Article
    Avatar of bennadelBen Bandel·2y

    Using Multiple Common Table Expressions In One SQL Query In MySQL

    Learn how to use multiple Common Table Expressions in one SQL query in MySQL. Discover the benefits of using Common Table Expressions for reporting and data introspection tasks.