First Week 13 - 18/02/2017
Monday: setup computer environment, install Linux, IDE, git, node
Tuesday: write function to dra:w empty square, square with thickness and 1 square inside another one.
Wednesday - Friday: read about NodeJs, JS callback, promise and async await.
Worked on Flac_mp3 project
- read files in a directory, get their path, store their paths,
- create another dir structure which is exactly the same as the original dir
- convert flac to mp3 with ffmpeg
read through array of files to convert
Saturday: use JSON to filter existing files, modify codes to improve performance and readability
Notes: need to understand and practice callback, promise more. Translate articles