Best of MySQLApril 2024

  1. 1
    Article
    Avatar of devtoDEV·2y

    When to use SQL vs NoSQL

    Choosing between SQL and NoSQL databases can be daunting. SQL excels in data consistency and complex querying, while NoSQL offers scalability and flexibility. Common misconceptions include inflexibility of SQL databases and the lack of transactional support in NoSQL.

  2. 2
    Article
    Avatar of asayerasayer·2y

    Building an URL Shortener with Bun

    Learn how to build a URL shortener using Bun, Elysia, and MySQL. Understand the process of converting long URLs into shorter URLs and how to implement features like analytics. Set up your development environment, create data models, and implement the URL-shortening logic.

  3. 3
    Article
    Avatar of grafanaGrafana Labs·2y

    How to monitor your kids' chores: An introduction to Grafana-powered parenting

    Learn how to use Grafana to monitor your kids' chores and automate notifications for their room cleaning progress.

  4. 4
    Article
    Avatar of quastorQuastor Daily·2y

    How Shopify scaled their Database

    Shopify successfully scaled their MySQL database using Vitess, an open source sharding solution developed at YouTube. The article discusses their initial scaling strategy, the issues they faced, and why they chose Vitess. It also provides an introduction to Vitess and its key components.