/learn-anything

List of links to posts/articles that have helped me learn anything

MIT LicenseMIT

learn-anything

List of links to posts/articles that have helped me learn anything.

CS

Load testing

  • Coordinated Omission -- When the system under test is affecting the load generator and how to alleviate the issue and also correctly measure the latency of the test itself.
  • Browser based load testing -- This company was able to run 60000 browser tests using a JS script and Playwright for $100! Key takeaways:
    • Use spot instances,
    • Use AWS batch job,
    • Find cheapest region to run this test in,
    • multiple browser sessions per batch job (so 10 browser sessions per browser processes).

Kernel

Onboarding

Vision