ผลต่างระหว่างรุ่นของ "01219245-58"

จาก Theory Wiki
ไปยังการนำทาง ไปยังการค้นหา
(หน้าที่ถูกสร้างด้วย 'This is a course homepage for '''01219245/01219246 Individual Software Process and Individual Software Process Lab''' for 2nd semester,...')
 
แถว 7: แถว 7:
 
== Labs ==
 
== Labs ==
 
* '''Preparations''': Various practical skills (we will discuss these topic in class as well.)
 
* '''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.
+
** 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. Here are a few how-to:
*** Various how-to:
+
*** Windows:
**** Windows:
+
**** by AxiomSecurityLabs: [https://www.youtube.com/watch?v=gy7L-dBVhMo part1], [https://www.youtube.com/watch?v=OB8x0r17Bjg part2]
**** Linux:  
+
**** by DrapsTV (slower): [https://www.youtube.com/watch?v=8-Bnm9LxG6A part1], [https://www.youtube.com/watch?v=eq6N1q0pkOI part2], [https://www.youtube.com/watch?v=1e7mxoXogWM part3]
 +
*** Linux:  
 
** Master your Editor/IDE:  
 
** Master your Editor/IDE:  
  

รุ่นแก้ไขเมื่อ 13:47, 18 มกราคม 2559

This is a course homepage for 01219245/01219246 Individual Software Process and Individual Software Process Lab for 2nd semester, academic year 2558.

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. Here are a few how-to:
    • Master your Editor/IDE:

Video clips

  • Git
    • Part 1 - covers the following commands: init, status, add, commit, diff, log
    • Part 2 - covers how to ignore files
    • Part 3 - covers basic branching mode and how to move the HEAD around the commit graphs
  • JavaScript: basic
    • Part 1 - introduction, variables, control flows.
    • Part 2 - functions, I/O with alert() and prompt()
    • Part 3 - how to generate random numbers

Links