Best of FaunOctober 2022

  1. 1
    Article
    Avatar of faunFaun·4y

    A guide to Redis

    Redis is a data structure store that may be used as a message broker, a database, or an in-memory cache. It supports a variety of data types, including bitmaps, hyperloglogs, geospatial indexes with radius searches, streams, lists, and sorted sets with range queries.

  2. 2
    Article
    Avatar of faunFaun·4y

    Apps Which Are Just Cool To Have on Your Phone & Your Life…

    Textra is arguably the best and most stable texting app for Android. It comes with a variety of themes, most of which are editable by you. Unfold Unfold is a clean and easy to use creative tool that focuses on creating slick and polished Instagram Stories-ready presentations.

  3. 3
    Article
    Avatar of faunFaun·4y

    Node.js: Promise In Depth

    Promises are part of the ECMAScript 2015 standard (or ES6) and have been natively available in Node.js since version 4. In some advanced scenarios, we need to manually create a Promise using its constructor.