# หน้าแรก

## Courses

* [TypeScript 101](https://www.monosor.dev/courses/typescript-101)
* [Ruby ฉบับคนหัดโค้ด](https://www.monosor.dev/courses/ruby)

## หลักการและเหตุผล <a href="#rationale" id="rationale"></a>

เว็บนี้มีไว้สำหรับรวบรวมความรู้เกี่ยวกับการ Coding เผื่อจะมีประโยชน์กับผู้ที่สนใจจะศึกษาด้านนี้ ซึ่งเนื้อหาจะเป็นภาษาไทยทั้งหมด [~~เพราะเขียนเป็นภาษาอังกฤษแล้วไม่มีใครอ่าน~~](https://monosor.com) เพื่อช่วยผลักดันวงการ Developer ไทย โดยจะพยายามแบ่งเป็นหมวดหมู่หรือคอร์สสำหรับผู้เริ่มต้น หรือเกร็ดความรู้ ประสบการณ์และเทคนิคส่วนตัวที่พบเจอจากการทำงานด้านการเขียนเว็บไชต์

หากมีข้อเสนอแนะ ติชม โปรดติดต่อใน [Twitter](https://twitter.com/narze) หรือ [GitHub](https://github.com/narze)

## กิตติกรรมประกาศ <a href="#acknowledgements" id="acknowledgements"></a>

เว็บนี้ได้รับแรงบันดาลใจจากเว็บไทยหลายๆ เว็บที่ช่วยกัน Contribute ให้กับวงการ Developer ไทย ทั้งโดยตรงหรือโดยอ้อม เช่น

* [Mr. Saladpuk](https://www.saladpuk.com/)
* [Somkiat.cc](https://www.somkiat.cc/)
* [NuuNeoi](https://nuuneoi.com/)
* [Babel Coder](https://www.babelcoder.com/)
* [Borntodev](https://www.borntodev.com/blog/)
* [CodeSanook](https://www.codesanook.com/)
* [Kotchasan Web Framework](https://www.kotchasan.com/)
* [โปรแกรมเมอร์พันล้าน](https://www.facebook.com/tavonkob)

ถ้านึกออกอีกจะเพิ่มให้นะ 😏

## เกี่ยวกับเนื้อหา <a href="#about" id="about"></a>

เนื่องจากผู้เขียนทำงานเขียนเว็บเป็นอาชีพ เนื้อหาจะเน้นไปด้านภาษาที่ใช้กับเว็บเสียส่วนใหญ่ เช่น HTML / JavaScript / TypeScript / Ruby แต่จะพยายามเน้นปูพื้นฐานให้กับผู้อ่านก่อน เมื่อมีบทความมากพอ หรือเว็บไม่ถูกทิ้งร้าง จะทำการแบ่งประเภทให้เข้าใจและค้นหาได้ง่ายขึ้น

ถ้ามีเนื้อหาส่วนใดไม่ถูกต้อง หรือสะกดผิด ส่ง [GitHub Issues](https://github.com/monosor/.dev) มาให้แก้ไขได้ 🙏


---

# 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://www.monosor.dev/undefined.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.
