# Her Yazılımcının Bilmesi Gereken 97 Şey

*Önde gelen uygulayıcılardan toplanan yazılımcılar için bilgelik incileri.*

Bu [GitBook](https://www.gitbook.io) ['Her Yazılımcının Bilmesi Gereken 97 Şey' projesinin versiyondur](http://programmer.97things.oreilly.com/wiki/index.php/97_Things_Every_Programmer_Should_Know).

Tüm içerik [Creative Commons Attribution-NonCommercial-ShareAlike 3.0 lisansı](http://creativecommons.org/licenses/by-nc-sa/3.0/) kapsamında lisanslanmıştır. Kitabın basılı sürümleri [Amazon.com](http://www.amazon.com/Things-Every-Programmer-Should-Know/dp/0596809484) adresinde mevcuttur.

Herhangi bir hata bulursanız veya herhangi bir öneriniz varsa, bir [konu oluşturabilir](https://github.com/97-things/97-things-every-programmer-should-know/issues) veya [depoya](https://github.com/97-things/97-things-every-programmer-should-know) bir [çekme isteği](https://github.com/97-things/97-things-every-programmer-should-know/pulls) gönderebilirsiniz.


---

# 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://97-things-every-x-should-know.gitbook.io/97-things-every-programmer-should-know/tr.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.
