|
|
@@ -1,6 +1,8 @@
|
|
|
### Index
|
|
|
|
|
|
+* [Amazon Web Service](#amazon-web-service)
|
|
|
* [Assembly Language](#assembly-language)
|
|
|
+* [Docker](#docker)
|
|
|
* [GIT](#git)
|
|
|
* [Go](#go)
|
|
|
* [HTML5](#html5)
|
|
|
@@ -14,11 +16,21 @@
|
|
|
* [Swift](#swift)
|
|
|
|
|
|
|
|
|
+### Amazon Web Service
|
|
|
+
|
|
|
+* [아마존 웹 서비스를 다루는 기술](http://www.pyrasis.com/private/2014/09/30/publish-the-art-of-amazon-web-services-book)
|
|
|
+
|
|
|
+
|
|
|
### Assembly Language
|
|
|
|
|
|
* [PC Assembly Language](http://drpaulcarter.com/pcasm/) - Paul A. Carter
|
|
|
|
|
|
|
|
|
+### Docker
|
|
|
+
|
|
|
+* [가장 빨리 만나는 Docker](http://www.pyrasis.com/private/2014/11/30/publish-docker-for-the-really-impatient-book)
|
|
|
+
|
|
|
+
|
|
|
### GIT
|
|
|
|
|
|
* [Git - 간편 안내서](http://rogerdudler.github.io/git-guide/index.ko.html)
|
|
|
@@ -30,6 +42,7 @@
|
|
|
|
|
|
* [AN INTRODUCTION TO PROGRAMMING IN GO 한글 번역](http://www.codingnuri.com/golang-book/index.html)
|
|
|
* [Go Tour 한글 번역](http://go-tour-kr.appspot.com)
|
|
|
+* [가장 빨리 만나는 Go 언어](http://www.pyrasis.com/private/2015/06/01/publish-go-for-the-really-impatient-book)
|
|
|
|
|
|
|
|
|
### HTML5
|