Best of RedisDecember 2022

  1. 1
    Article
    Avatar of bytebytegoByteByteGo·3y

    EP 38: Where do we cache data?

    This week’s system design refresher: ByteByteGo Facebook page What is OSI Model? What tech stack is commonly used for microservices? We’ve launched a Facebook page and want our content to be more accessible. The diagram illustrates where we cache data in a typical architecture.

  2. 2
    Article
    Avatar of hnHacker News·3y

    Just Use Postgres for Everything

    Use Postgres for everything is a tradeoff, says Stephan As a CTO, Interim CTO and CTO Coach. Postgres can replace - up to millions of users - many backend technologies, such as Kafka, RabbitMQ, Mongo and Redis among them.

  3. 3
    Article
    Avatar of communityCommunity Picks·3y

    How JWTs Could Be Dangerous and Its Alternatives

    JWTs are the most popularly used tokens for web authentication and managing user sessions in modern-day software applications. They are a standardized format for securely transferring cryptographically signed data across systems. JWTs can make websites vulnerable to a variety of high-security threats and attacks if not managed properly.

  4. 4
    Article
    Avatar of dzDZone·3y

    The Right Database for You Project's Success

    The Right Database for You Project's Success Maximize Your Project's success with the Right Database Selection Learn the key considerations for choosing the right database for your project. The database management system is chosen depending on the tasks of the business.

  5. 5
    Article
    Avatar of devtoDEV·3y

    Why Websockets are Hard To Scale?

    Websockets allow servers to push events to clients, without the need of a client request. The bidirectional nature of websockets is both a grace and a curse. Websocket is an application layer protocol, just like HTTP which is another application layer Protocol. Both protocols are implemented over TCP connection.

  6. 6
    Article
    Avatar of influxdbInfluxData·3y

    An Introduction to Apache Superset: An Open Source BI solution

    Apache Superset is based on a Dataset-Centric methodology, which lies firmly in the middle of a query-centric and semantic-centric architecture. In the dataset-centric approach, all charts are built from these datasets that contain a comprehensive collection of relevant dimensions and metrics.

  7. 7
    Article
    Avatar of btrprogBetter Programming·3y

    Pair Programming With AI: Writing a Distributed, Fault-Tolerant Redis Client Using ChatGPT

    The goal of this project is to see how we can use ChatGPT for coding, not write the 200th Redis Client. The result is a working distributed, fault-tolerant Redis client in Go that it can easily reimplement in other languages.