Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Journey of request before backend app (our code) #46

Open
sanjarcode opened this issue Oct 1, 2023 · 0 comments
Open

Journey of request before backend app (our code) #46

sanjarcode opened this issue Oct 1, 2023 · 0 comments

Comments

@sanjarcode
Copy link
Member

sanjarcode commented Oct 1, 2023

Important. Knowledge about scaling stuff and what things matter - allow for more efficiency and simplification (less instances, less app code).

  • Use TPM and other discrete circuits for standard tasks like TLS, instead of CPU.
  • Kernel space and user space configs. Example - multiple threads listen on the same port.
  • HTTP 1.1 simpler than 2
  • Parsing, early detect missed, and cost of it.

Video: https://youtu.be/gSQoA4SYhJY?si=yTGTZByLeKbPAX_R - What happens before the backend gets the Request - Hussein Nasser

Important for growth phase/roles for an app/company.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant