Claude Code Zero to Hero
พื้นที่สำหรับคู่มือเตรียมตัว การบ้าน รีเพลย์ และเอกสารประจำรุ่นของคอร์สแบบมีผู้สอนA home for prep guides, homework, replays, and cohort materials for instructor-led courses.
เวิร์กช็อป บทเรียน คู่มือคอร์ส การบ้าน และพื้นที่ฝึกของ Mervia Academy อยู่ที่นี่ เริ่มจาก Terminal 10x แล้วค่อยต่อยอดไปสู่เวิร์กโฟลว์ AI ที่ใช้กับงานจริง Workshops, lessons, course materials, homework, and practice labs live here. Start with Terminal 10x, then build toward AI workflows you can use at work.
เวิร์กช็อปแบบเรียนเองอยู่ใน experience เดียวกัน ทั้งฟรีและแบบชำระเงิน ทุกบทถูกออกแบบให้มีแนวคิด ตัวอย่าง และพื้นที่ฝึกจริง Self-paced workshops share one learning experience, free and paid together. Every lesson pairs concepts with examples and hands-on practice.
พื้นฐาน command line สำหรับคนทำงานที่อยากมั่นใจกับไฟล์ เครื่องมือ dev และ workflow ที่ต้องคุยกับ AI agent Command-line foundations for people who want confidence with files, developer tools, and AI-agent workflows.
พื้นที่สำหรับคู่มือเตรียมตัว การบ้าน รีเพลย์ และเอกสารประจำรุ่นของคอร์สแบบมีผู้สอนA home for prep guides, homework, replays, and cohort materials for instructor-led courses.
ปลดล็อกเวิร์กช็อปแบบเรียนเองที่เป็นแบบชำระเงินใน learn.mervia.academy โดยไม่รวมคอร์สมีผู้สอนแบบอัตโนมัติUnlock paid self-paced workshops inside learn.mervia.academy. Instructor-led courses stay separate.
บทเรียนทั้งหมดใน learn.mervia.academy จัดให้อ่านและฝึกต่อเนื่องได้ทันที โดยใช้ภาษาไทยเป็นหลักและสลับอังกฤษได้ All lessons in learn.mervia.academy are ready to read and practice. Thai is the default, with English available from the toggle.
understand Terminal vs shell, edit `~/.zshrc`, reload with `source ~/.zshrc`, and add aliases that actually stick เข้าใจความต่างระหว่าง Terminal กับ shell, แก้ `~/.zshrc`, โหลดค่ากลับเข้ามาด้วย `source ~/.zshrc`, และเพิ่ม alias ให้ใช้งานได้จริงแบบไม่หาย
105use PATH as your first environment variable, then use `echo $PATH`, `which`, and `export` to understand how your shell finds commands and why a fix can disappear in a new window ใช้ PATH เป็นตัวแปรแวดล้อมตัวแรกของคุณ แล้วใช้ `echo $PATH`, `which`, และ `export` เพื่อเข้าใจว่า shell หาคำสั่งเจอได้อย่างไร และทำไมวิธีแก้บางอย่างถึงหายไปเมื่อเปิดหน้าต่างใหม่
104install Homebrew, use `brew install` and `brew upgrade`, and understand why a newly installed command can still say `command not found` ติดตั้ง Homebrew, ใช้ `brew install` และ `brew upgrade`, แล้วเข้าใจว่าทำไมคำสั่งที่เพิ่งติดตั้งไปยังอาจขึ้นว่า `command not found` ได้
103combine commands with `|`, save output with `>` and `>>`, and search text without reading every line by hand ต่อคำสั่งเข้าด้วยกันด้วย `|`, บันทึก output ด้วย `>` และ `>>`, และค้นหาข้อความให้เจอโดยไม่ต้องไล่อ่านทีละบรรทัด
102create, read, copy, move, rename, and delete files from the terminal — with the most important safety rule: `rm` has no Trash สร้าง อ่าน คัดลอก ย้าย เปลี่ยนชื่อ และลบไฟล์จาก terminal พร้อมกฎสำคัญที่สุดที่ต้องรู้: `rm` ไม่มีถังขยะ
101learn the 6 essential terminal commands that make the command line feel usable, with an interactive terminal you can practice in right here ทำความรู้จัก 6 คำสั่ง terminal พื้นฐานที่ช่วยให้ command line เข้าใจง่ายขึ้น พร้อม terminal แบบโต้ตอบให้ลองเล่นได้เลยในหน้านี้