Tagged

Getting Started

A collection of 8 posts

บทความสั้นๆแนะนำ Docker
Getting Started

บทความสั้นๆแนะนำ Docker

Note: download related slide deck from OneDrive. บทความนี้เป็นหนึ่งในหัวข้อ Kubernetes on Google Cloud ประกอบไปด้วย แนะนำ Docker Compose Docker Swarm และ Kubernetes Docker เป็น OS-level virtualization technology มีรากฐานมาจากคำสั่ง chroot ของ Unix system ตั้งแต่ปี 1979. ประวัติความเป็นมา ความแตกต่างเทียบกั

.net

Async Coordination Primitives

ในบทความ Building Async Coordination Primitives, Part 1: AsyncManualResetEvent พูดถึงการใช้ TAP ทำ ManualResetEvent ซึ่งสามารถ Wait ได้แบบ asynchronous! ซึ่งหลายๆคนถ้าเริ่มใช้ async/await แล้วก็จะพบปัญหาเดียวกันว่า ทำไมมันไม่มี WaitAsync() ใน ManualResetEvent/AutoResetEvent ฟะ ... (มีแต่ใน SemaphoreSlim ซึ่ง เอิ่ม... Event