Best of ByteByteGoSeptember 2023

  1. 1
    Article
    Avatar of bytebytegoByteByteGo·3y

    Sessions, Tokens, JWT, SSO, and OAuth in One Diagram

    The article explains the concepts of sessions, tokens, JWT, SSO, and OAuth in one diagram and discusses the impact of web session management on web applications. It also provides information on the most used Linux commands and outlines the aspects of cloud-native adoption. Additionally, it compares the event sourcing system design with the normal CRUD system design.

  2. 2
    Article
    Avatar of bytebytegoByteByteGo·3y

    A Crash Course in DNS

    DNS is a crucial service that translates domain names into IP addresses, allowing users to access websites and resources using memorable domain names. It provides services such as host-to-IP address mapping, host aliasing, email routing, and load balancing. DNS operates as a distributed hierarchical system, with root DNS servers at the top, followed by top-level domain servers and authoritative DNS servers. There are two main methods of query resolution in DNS: iterative query resolution and recursive query resolution.