link to notes https://git.io/vgpKc
- front-end web engineer
- funemployed, but joining Viki.com in a week
- recently spent 3 months in NYC at the Recurse Center
- retreat for programmers
- where people go to be better at what they do
link to notes https://git.io/vgpKc
package review; | |
import java.util.Date; | |
import javax.annotation.Resource; | |
import org.springframework.boot.CommandLineRunner; | |
import org.springframework.boot.SpringApplication; | |
import org.springframework.boot.autoconfigure.SpringBootApplication; | |
import org.springframework.context.annotation.Bean; |
===== ## ubuntu OS Information ===== | |
sudo lsb_release -a | |
===== ## build essential for ubuntu ===== | |
sudo apt-get install -y build-essential | |
sudo apt-get install libpng-dev libjpeg-dev -y | |
sudo apt-get install pngquant -y | |
sudo apt-get install unrar -y |