Best of StorageSeptember 2022

  1. 1
    Article
    Avatar of freecodecampfreeCodeCamp·4y

    How to Prepare for React Interviews – Front-End Technical Interview Guide

    A polyfill is a custom implementation of native JavaScript functions. The.map() polyfill method takes in a callback that gets executed inside the myMap body. This is nothing but the length of the array through which theMyMap function is called. Since map() returns a new array, we create an empty array and push the results into it. In order to implement debouncing, let's take an example.

  2. 2
    Article
    Avatar of changelogChangelog·4y

    Learn PWA

    Learn PWA fundamentals like the Web App Manifest, service workers, how to design with an app in mind, what's different from a classic web app, and how to Window management A PWA outside of the browser manages its own window. In this chapter, you will understand the APIs and capabilities for managing a window.

  3. 3
    Article
    Avatar of phProduct Hunt·4y

    Appwrite - 100% open source alternative for Firebase

    Appwrite provides authentication, database, storage, functions, and advanced realtime capabilities.

  4. 4
    Article
    Avatar of jsPlainEnglishJavaScript in Plain English·4y

    Common JavaScript Mistakes and Best Practices

    JavaScript developers adopted the ES6 standards and started using them in daily programming. But aren’t we using some of these functionalities very frequently?

  5. 5
    Article
    Avatar of thisdotThis Dot·4y

    Using Zustand in Your Next React Project

    We will be focusing on making API calls right from our Zustand store, and persisting state to either session or local storage. The project will be able to search for users, and get more information about a user. A link to the project repo can be found here. If you have any questions or run into any trouble, feel free to reach out on Twitter or Github.

  6. 6
    Article
    Avatar of freecodecampfreeCodeCamp·4y

    How to Use IndexedDB – Database Guide for Beginners

    IndexedDB is a database that is available on all modern browsers. There's also local storage, session storage, cookies, Web SQL, and cache storage. A key value database associates a key to a value, which means you can keep track of that value using the key.

  7. 7
    Article
    Avatar of awstipAWS Tip·4y

    Serverless website deployment, 100% automated in multiple environments (Test, QA, and Production) using Azure DevOps Repos and Pipelines (CI/CD).

    Serverless website deployment, 100% automated in multiple environments (Test, QA, and Production) using Azure DevOps Repos and Pipelines (CI/CD) Project description: In another project based on a real-world scenario, I worked as a Cloud Engineer using DevOps.

  8. 8
    Article
    Avatar of dzDZone·4y

    Kubernetes Architecture Diagram

    Kubernetes allows users to choose from languages, logging and monitoring tools, type of application frameworks, and other tools users may require. You can create a hybrid cloud if you mix and match clusters across cloud providers or on-premises. You can deploy it to run in a local or virtual environment based on KVM, libvirt, and vSphere.