ผลต่างระหว่างรุ่นของ "01219245-57"
ไปยังการนำทาง
ไปยังการค้นหา
Jittat (คุย | มีส่วนร่วม) (→Labs) |
Jittat (คุย | มีส่วนร่วม) |
||
แถว 18: | แถว 18: | ||
== Video clips == | == Video clips == | ||
+ | * Git | ||
+ | ** [http://www.youtube.com/watch?v=mUvwVqowbrQ Part 1] - covers the following commands: init, status, add, commit, diff, log | ||
+ | ** [http://www.youtube.com/watch?v=mqXGrCHKEZY Part 2] - covers how to ignore files | ||
+ | ** [http://www.youtube.com/watch?v=N7gOCp4UhZY Part 3] - covers basic branching mode and how to move the HEAD around the commit graphs | ||
+ | * JavaScript: basic | ||
+ | ** [http://www.youtube.com/watch?v=ZGYqoy547eU Part 1] - introduction, variables, control flows. | ||
+ | ** [http://www.youtube.com/watch?v=80v0EHy3Ohw Part 2] - functions, I/O with alert() and prompt() | ||
+ | ** [http://www.youtube.com/watch?v=hNc_qOm6FJo Part 3] - how to generate random numbers | ||
== Links == | == Links == | ||
* [[01219245-56|Course home page from last year]] | * [[01219245-56|Course home page from last year]] |
รุ่นแก้ไขเมื่อ 02:00, 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
Video clips
- Git
- JavaScript: basic