Best of ByteByteGoJune 2023

  1. 1
    Article
    Avatar of bytebytegoByteByteGo·3y

    EP64: How to improve API performance

    Get an in-depth look at one of the most popular programming languages in New Relic's 2023 State of the Java Ecosystem Report. The most used Java versions in production are most popular JDK vendors The rise of containers is the most common heap size configurations.

  2. 2
    Article
    Avatar of bytebytegoByteByteGo·3y

    EP63: Linux file system explained

    The Filesystem Hierarchy Standard (FHS) was introduced to bring order to the Linux file system. By implementing a standard like the FHS, the software can ensure a consistent layout across various Linux distributions. To become proficient in this standard, you can begin by exploring. Utilize commands like "cd" for navigation and "ls" for listing directory contents.

  3. 3
    Article
    Avatar of bytebytegoByteByteGo·3y

    EP65: What Is A Webhook

    This week's system design refresher: Stack Overflow's Architecture: A Very Interesting Case Study. What is a webhook? The diagram below shows a comparison between polling and webhooks. The approach generally depends on the size of a company, but we try to provide a general overview.