Best of StorageJuly 2023

  1. 1
    Article
    Avatar of communityCommunity Picks·3y

    Domain Driven Design

    Domain Driven Design is an approach to software development that focuses on understanding and modelling the core domain of a business or problem space. The main goal of DDD is to create software systems that closely align with the complex, evolving needs of domain experts and stakeholders.

  2. 2
    Article
    Avatar of quastorQuastor Daily·3y

    How Canva Saved Millions on Data Storage

    How Canva Saved Millions on Data Storage. An overview of AWS S3 and how Canva changed their setup.

  3. 3
    Article
    Avatar of asayerasayer·3y

    Use cases for HTML's Web Storage API

    HTML5 web storage API is a storage mechanism that allows a web application to store data locally on the client side. This is because web storage has large client-side storage space for data. The limit of HTML5 storage is at least 5MB. This limit is larger compared to cookies with a limit of 4KB per domain.

  4. 4
    Article
    Avatar of communityCommunity Picks·3y

    A complete guide to using IndexedDB

    IndexedDB is a low-level API for client-side storage on the web. It is a full-blown, persistent NoSQL storage system available in the browser that allows for the storage of different types of data. It can be used in various scenarios, such as caching, PWAs, and gaming, and supports transactions.