From 523a5a7c5578656c9fa003306b53ab9f6511b13f Mon Sep 17 00:00:00 2001 From: Donghyun Seo Date: Sun, 24 Jan 2016 00:17:17 +0900 Subject: [PATCH] Update free-programming-books-ko.md --- free-programming-books-ko.md | 26 ++++++++++++++------------ 1 file changed, 14 insertions(+), 12 deletions(-) diff --git a/free-programming-books-ko.md b/free-programming-books-ko.md index 5d8394bb..b897975b 100644 --- a/free-programming-books-ko.md +++ b/free-programming-books-ko.md @@ -1,6 +1,8 @@ ### Index +* [Amazon Web Service](#amazon-web-service) * [Assembly Language](#assembly-language) +* [Docker](#docker) * [GIT](#git) * [Go](#go) * [HTML5](#html5) @@ -12,14 +14,23 @@ * [R](#r) * [Ruby](#ruby) * [Swift](#swift) -* [Docker](#docker) -* [Amazon Web Service](#amazon-web-service) + + +### 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) @@ -33,6 +44,7 @@ * [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 * [HTML5, CSS and Javascript](http://fromyou.tistory.com/581) @@ -86,13 +98,3 @@ ### Swift * [Swift 언어 개발문서](http://swift.leantra.kr) - 이전 버젼 - - -### Docker - -* [가장 빨리 만나는 Docker](http://www.pyrasis.com/private/2014/11/30/publish-docker-for-the-really-impatient-book) - - -### Amazon Web Service - -* [아마존 웹 서비스를 다루는 기술](http://www.pyrasis.com/private/2014/09/30/publish-the-art-of-amazon-web-services-book) -- GitLab