Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
16 commits
Select commit Hold shift + click to select a range
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 11 additions & 0 deletions CLAUDE.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,14 @@
- **Never push directly to `main`.** All changes must go through a pull request, no exceptions — including config changes, quick fixes, and single-line edits.
- Always create a new branch before making changes. Branch names must follow the `ssingh1/<description>` convention (e.g. `ssingh1/add-analytics`).
- Open a PR after pushing the branch. Only merge after review.

## GitHub Account

This repo belongs to the personal account **`singhsanjay12`**.

Before creating any PR, verify the correct account is active and switch if needed:

```bash
gh auth status
gh auth switch --user singhsanjay12
```
198 changes: 198 additions & 0 deletions _posts/2026-03-09-concurrent-requests-reverse-proxy.md

Large diffs are not rendered by default.

122 changes: 122 additions & 0 deletions assets/img/posts/proxy-concurrency/ats-arch.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
123 changes: 123 additions & 0 deletions assets/img/posts/proxy-concurrency/envoy-arch.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading