Best of Redis2021

  1. 1
    Article
    Avatar of redislabsRedis·4y

    Learn How Redis Simplifies Your Architecture in 90 seconds

    How to simplify your AWS architecture in less than 90 seconds. Redis Enterprise was built by developers just like you to solve challenges that arise from complex architectures. We’re giving away $200 credits to use on any paid plan, so you can experience the power of the best Redis out there.

  2. 2
    Article
    Avatar of dzDZone·5y

    Create a Multi-tenancy Application In Nest.js

    Multitenancy is an operational mode in SaaS applications where various independent instances are allocated to the same environment. This article will not discuss designing a multitenancy application, however, you can read about it in detail here: What is Multi-Tenant Architecture? From here on, we are going to work on an example about the multi-tenants using multiple databases and microservices architecture. We will use sample web services to test the flow, for example creating users, sending and receiving notifications, etc.

  3. 3
    Article
    Avatar of dailydaily.dev·5y

    Meet our 5 days open-source side-project and its tech stack

    daily.dev has launched a new side-project called Buzzword Quiz. It's a web application where you have to identify as many logos as possible in 90 seconds. The tech stack is very much influenced by our webapp. We chose Nextjs as it offers flexible rendering options. Redis is a great solution because active games have a predefined time-to-live.

  4. 4
    Article
    Avatar of freecodecampfreeCodeCamp·5y

    Redis Crash Course

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

    Caching in Node.js with Redis

    Redis is an in-memory data structure store used as a database, cache, and message broker. Caching is the process of storing copies of data in caches to allow applications to access and retrieve data faster. In this tutorial, we are going to see how we can implement Redis in a Node.js (Express) application.

  6. 6
    Article
    Avatar of devtoDEV·4y

    Redis - the What, Why and How to use Redis as a primary database

    In this Redis tutorial, you will learn about Redis and how Redis can be used as a primary database for complex applications that need to store data in multiple formats. We will see how you can easily run Redis in Kubernetes and how to scale and replicate Redis.

  7. 7
    Article
    Avatar of jsPlainEnglishJavaScript in Plain English·5y

    Node.js + Redis = Improved Performance

  8. 8
    Article
    Avatar of jsPlainEnglishJavaScript in Plain English·5y

    How to Create a YouTube Downloader with Node.js and React

    In this tutorial, we will be building a YouTube downloader with the backend implemented in Express and the frontend in React. The basic flow of the app: User will provide a YouTube video link The backend server will push this video link in the queue to process the download. When the job is popped from the queue for processing, the backend emits the event for the client.

  9. 9
    Article
    Avatar of hashnodeHashnode·5y

    Serverless is (sort of) stupid