Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: SkF-Python1/system-design-101
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: ByteByteGoHq/system-design-101
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 4 commits
  • 494 files changed
  • 2 contributors

Commits on Dec 27, 2023

  1. fixed order of diagram and text, text was pointing to diagram "below"…

    … when diagram was above (ByteByteGoHq#69)
    
    fixed order of diagram and text, text was pointing to diagram "below",
    when diagram was above
    LombardiDaniel authored Dec 27, 2023
    Configuration menu
    Copy the full SHA
    a219053 View commit details
    Browse the repository at this point in the history
  2. Fixed wording on How to Improve API Performance?- Caching - Update RE…

    …ADME.md (ByteByteGoHq#68)
    
    Changed "We can `cache` frequently accessed data into a cache." to "We
    can `store` frequently accessed data into a cache."
    LombardiDaniel authored Dec 27, 2023
    Configuration menu
    Copy the full SHA
    44f1251 View commit details
    Browse the repository at this point in the history

Commits on Apr 1, 2025

  1. Adds ByteByteGo guides and links (ByteByteGoHq#106)

    This PR adds all the guides from [Visual
    Guides](https://bytebytego.com/guides/) section on bytebytego to the
    repository with proper links.
    
    - [x] Markdown files for guides and categories are placed inside
    `data/guides` and `data/categories`
    - [x] Guide links in readme are auto-generated using
    `scripts/readme.ts`. Everytime you run the script `npm run
    update-readme`, it reads the categories and guides from the above
    mentioned folders, generate production links for guides and categories
    and populate the table of content in the readme. This ensures that any
    future guides and categories will automatically get added to the readme.
    - [x] Sorting inside the readme matches the actual category and guides
    sorting on production
    nilbuild authored Apr 1, 2025
    Configuration menu
    Copy the full SHA
    ee4b730 View commit details
    Browse the repository at this point in the history

Commits on Apr 4, 2025

  1. Add contributors workflow and contribution guidelines (ByteByteGoHq#107)

    * Adds a workflow to greet first time contributors
    * Update contribution guidelines
    nilbuild authored Apr 4, 2025
    Configuration menu
    Copy the full SHA
    b28380a View commit details
    Browse the repository at this point in the history
Loading