iT邦幫忙

2022 iThome 鐵人賽

DAY 1
1
自我挑戰組

30 天線上自學前端系列 第 4

[Day 4] [The Unix Command Line] 前端告一段落,要開始了解些後端的東西

  • 分享至 

  • xImage
  •  

在鐵人賽開始之前,已經先上玩這個課程裡面的 JavaScript、CSS、HTML,接著已經完成了三個網頁的小遊戲,其中一個小遊戲是 The Simon Game,就是鐵人賽開始的第一到三天在做的事。

現在課程到需要了解一些 Backend Web Development 的階段,先記一下今天上課抄下的 command line 有哪些:

-  ls => List ( All things in the file, and use it to check where you are)
-  ~  => Root
-  cd => Change Directory
   cd ~ => Root Directory
   cd .. => Back to the previous level
-  'option' : go anywhere with cursor/keyboard
-  'control' + 'U' : clear the command line
-  mkdir => make a directory (a folder)
-  touch => create a new file
   : touch Text2.txt
-  open => open a file
   : open Text2.txt
   : open -a Atom Text2.txt => open .txt file with Atom
- rm => remove file
   : rm Text.rtf
   : rm  * => delete all the file
   : rm -r Document/ => delete the directory
- pwd => print working directory

以及課程用「開餐廳」來簡單地說明了前端、後端都在做什麼:

Frontend : HTML, JavaScript, CSS
Backend : Server, Application, Database

let's say if you are running a restaurant...
- client-side: Restaurant 
- Server : Kitchen
- Database : Larder

上一篇
[Day 3] [The Simon Game] 告知下一關、遊戲結束 | 遊戲完成!
下一篇
[Day 5] [Node.js] 安裝 Node.js
系列文
30 天線上自學前端72
圖片
  直播研討會
圖片
{{ item.channelVendor }} {{ item.webinarstarted }} |
{{ formatDate(item.duration) }}
直播中

尚未有邦友留言

立即登入留言