# System Design

## Learning

* [Scalability & System Design for Developers](https://www.educative.io/path/scalability-system-design)

## Links

* [High Scalability](http://highscalability.com/)
* [Github Repo: System design Primer](https://github.com/donnemartin/system-design-primer)
* [RESTful API Design. Best Practices in a Nutshell](https://phauer.com/2015/restful-api-design-best-practices/)
* [Anemic Domain Model](https://martinfowler.com/bliki/AnemicDomainModel.html)
* [System Design Cheatsheet](https://gist.github.com/vasanthk/485d1c25737e8e72759f)
* [Video: Perfect Scalability by Michael Nash](https://www.youtube.com/watch?v=NFvf8b6SbGE)
* [Article: System Design — Sharding / Data Partitioning by Peng Yang](https://medium.com/must-know-computer-science/system-design-sharding-data-partitioning-b7201596aafa)
* [Article by NGINX: Reverse Proxy vs Load Balancer](https://www.nginx.com/resources/glossary/reverse-proxy-vs-load-balancer/)
* [Article by NGINX: NGINX Reverse Proxy](https://docs.nginx.com/nginx/admin-guide/web-server/reverse-proxy/)
* [Video: Your tests also need some architecting By Jonas Geiregat](https://youtu.be/T0p4FAJdYOQ?si=29UwARP4_QqSKMRA)


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://wiki.dmmax.me/system-design.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
