Best of StorageMarch 2022

  1. 1
    Article
    Avatar of quastorQuastor Daily·4y

    How to Design Better APIs

    Ronald Blüthl wrote a great blog post on how to design better REST APIs with 15 language-agnostic tips. Use ISO 8601 UTC dates Version the API Pagination Provide a health check endpointPlus some tech snippets on How Netflix tests for performance regressions How gifs work How Medium does code review

  2. 2
    Article
    Avatar of hashnodeHashnode·4y

    Local Storage and Session Storage (JavaScript)

    Local storage and session storage store key-value pairs. Local storage stores an array as a string, while session storage stores a pair. To get an array from local storage, we use JSON.parse. In order to remove a particular key- value pair, we can use localStorage.remove.

  3. 3
    Article
    Avatar of dzDZone·4y

    How to Put a Database in Kubernetes

    The idea of running a stateful workload in Kubernetes can be intimidating, especially if you haven’t done it before. This blog post dives into the key steps of deploying databases andStateful workloads in K8s. You can learn more about these steps in the upcoming O’Reilly book, Managing Cloud Native Data on Kuber netes.

  4. 4
    Article
    Avatar of devtoDEV·4y

    Appwrite Storage meets limitless S3

    Appwrite is an open source backend-as-a-service that abstracts all the complexity involved in building a modern application. Appwrite handles user authentication and authorization, realtime databases, cloud functions, webhooks, and much more. One of the core functionalities of Appwrite is Appwrite Storage. It allows you to upload, view, download, and query your project files. With Appwrite 0.13, you can now connect the Storage service with cloud storage providers such as Amazon S3 or DigitalOcean Spaces.