ผลต่างระหว่างรุ่นของ "01219245-57"
ไปยังการนำทาง
ไปยังการค้นหา
Jittat (คุย | มีส่วนร่วม) |
Jittat (คุย | มีส่วนร่วม) (→Labs) |
||
แถว 6: | แถว 6: | ||
== Labs == | == Labs == | ||
+ | * '''Preparations''': Various practical skills (we will discuss these topic in class as well.) | ||
+ | ** Command-line shell: In the modern era of computing, we usually enjoy using nice GUI program to work with our files and folder. However, command-line interface still wins in many aspects. It can be much faster and more accurate. In many cases, e.g., in server maintenance and in many [https://en.wikipedia.org/wiki/DevOps DevOps]'s activities, command-line interface is the only choice. | ||
+ | *** Various how-to: | ||
+ | **** Windows: | ||
+ | **** Linux: | ||
+ | ** Master your Editor/IDE: | ||
+ | |||
+ | * [[01219245/git|Version control system with Git]] | ||
+ | * Getting Started with JavaScript | ||
+ | ** [[01219245/javascript1/tutorial1|Tutorial 1: Number guessing game]] | ||
+ | |||
+ | == Video clips == | ||
== Links == | == Links == | ||
* [[01219245-56|Course home page from last year]] | * [[01219245-56|Course home page from last year]] |
รุ่นแก้ไขเมื่อ 01:57, 14 มกราคม 2558
This is a course homepage for 01219245/01219246 Individual Software Process and Individual Software Process Lab for 2nd semester, academic year 2557.
Announcements
Lectures
Labs
- Preparations: Various practical skills (we will discuss these topic in class as well.)
- Command-line shell: In the modern era of computing, we usually enjoy using nice GUI program to work with our files and folder. However, command-line interface still wins in many aspects. It can be much faster and more accurate. In many cases, e.g., in server maintenance and in many DevOps's activities, command-line interface is the only choice.
- Various how-to:
- Windows:
- Linux:
- Various how-to:
- Master your Editor/IDE:
- Command-line shell: In the modern era of computing, we usually enjoy using nice GUI program to work with our files and folder. However, command-line interface still wins in many aspects. It can be much faster and more accurate. In many cases, e.g., in server maintenance and in many DevOps's activities, command-line interface is the only choice.
- Version control system with Git
- Getting Started with JavaScript