Best of StorageDecember 2022

  1. 1
    Article
    Avatar of quastorQuastor Daily·3y

    How McDonalds implements Event Driven Architectures

    McDonalds has the most downloaded restaurant app in the United States, with over 24 million downloads in 2021. For their backend, McDonalds relies on event driven architectures (EDAs) for many of their services. McDonalds wanted to build a unified eventing platform that could manage the communication between different producers and consumer services at the company.

  2. 2
    Article
    Avatar of asayerasayer·3y

    Building Chrome Extensions for Beginners -- Part 1: Theory

    The primary goal of this series is to introduce the basic concepts of Chrome Extensions. At the end of the series, you will have a Pomodoro timer extension built with Javascript. To build any Chrome extension, we must rely on the Chrome developers’ documentation. This is the single source of truth for anything extension related.

  3. 3
    Article
    Avatar of logrocketLogRocket·3y

    5 ways to rapidly improve MySQL database performance

    The database management system can support all kinds of projects, from gaming forums to healthcare solutions. Improving database performance is also something that every DBA struggles with at some point in their career.

  4. 4
    Article
    Avatar of communityCommunity Picks·3y

    Unexpected token in JSON at position 0 error

    Unexpected token in JSON at position 0 error message. We will look into the various possible causes of this message and suggest methods to rectify it. In this section of this article, we will consider two brief cases - one to obtain a valid endpoint and the other to retrieve an endpoint that doesn't exist.

  5. 5
    Article
    Avatar of asayerasayer·3y

    Chrome Extensions for Beginners -- Part 1: Theory

    Chrome Extensions for Beginners -- Part 1: The primary goal of this series is to introduce the basic concepts of Chrome Extensions. At the end of the series, you will have a Pomodoro timer extension built with Javascript. To build any Chrome extension, we must rely on the Chrome developers’ documentation.

  6. 6
    Article
    Avatar of ubuntuUbuntu·3y

    Launch your own micro cloud with one command

    Canonical’s Micro cloud solution is small enough to be localised. It includes a cluster of compute nodes for running your workloads. It has the same experience and functionality as larger clouds, but a smaller footprint and easier maintenance.

  7. 7
    Article
    Avatar of infosecwriteupsInfoSec Write-ups·3y

    Flutter Programming and Security Vulnerabilities

    Flutter is an open-source mobile application development framework created by Google. It is used to build natively compiled applications for mobile, web, and desktop from a single codebase. As with any software, it is important to keep Flutter up to date in order to address any vulnerabilities.