free-programming-books-id.md 8.2 KB
Newer Older
C
Christoph Uschkrat 已提交
1
### Index
2

C
CreatorB 已提交
3
* [Android](#android)
4
* [C#](#c-sharp)
S
Seth 已提交
5
* [C++](#cpp)
A
ARSAN 已提交
6
* [CodeIgniter](#codeigniter)
7
* [Emacs](#emacs)
8
* [Flutter](#flutter)
9
* [Git](#git)
10
* [Go](#go)
11
* [HTML & CSS](#html-css)
M
MuhamadAzizi 已提交
12
* [Java](#java)
13
* [JavaScript](#javascript)
14 15 16
* [Node.js](#nodejs)
* [NoSQL](#nosql)
* [Pemrograman Fungsional](#pemrograman-fungsional)
17
* [Pemrograman Kompetitif](#pemrograman-kompetitif)
18
* [PHP](#php)
19
* [Python](#python)
20
* [React](#react)
21
* [Solidity](#solidity)
22 23 24
* [TypeScript](#typescript)
  * [Angular](#angular)
  * [Deno](#deno)
25
* [Vue](#vue)
M
Mohammad Hossein Mojtahedi 已提交
26

27

C
CreatorB 已提交
28
### Android
29

30
* [Android Developers Fundamental Course Concepts and Practicals (Bahasa Indonesia)](https://yukcoding.id/download-ebook-android-gratis/)
C
CreatorB 已提交
31 32 33
* [Tutorial Membuat Aplikasi Galeri Foto Android](https://www.smashwords.com/books/view/533096)


34 35 36 37 38
### C Sharp

* [Menguasai Pemrograman Berorientasi Objek Dengan Bahasa C#](https://mahirkoding.id/ebook-pemrograman-berorientasi-objek-c-pdf/)


S
Seth 已提交
39
<h3 id="cpp">C++</h3>
40

K
kadhirash 已提交
41
* [Belajar C++ Dasar Bahasa Indonesia](https://github.com/kelasterbuka/CPP_dasar-dasar-programming) - Kelas Terbuka
42 43 44
* [Koding C++ Dengan Qt](https://leanpub.com/koding-cpp-qt) *(Membutuhkan akun Leanpub atau email yang valid)*


A
ARSAN 已提交
45 46
### CodeIgniter

47
* [Codeigniter - Pendekatan Praktis](https://leanpub.com/codeigniter-pendekatanpraktis) - Ibnu Daqiqil Id (HTML, PDF, EPUB, Kindle) *(Membutuhkan akun Leanpub atau email yang valid)*
48
* [Codeigniter Untuk Pemula](https://repository.bsi.ac.id/index.php/unduh/item/176695/Tutorial-Codeigniter-Untuk-Pemula.pdf) - M Fikri Setiadi (PDF)
49
* [Framework Codeigniter – Sebuah Panduan dan Best Practice](https://ibnu.daqiqil.id/buku-codeigniter/) - Ibnu Daqiqil Id, M.Ti (PDF)
50
* [Panduan Pengguna CodeIgniter Indonesia](https://codeigniter-id.github.io/user-guide/) - CodeIgniter Indonesia
A
ARSAN 已提交
51
* [Tutorial CodeIgniter 3 & 4](https://www.petanikode.com/tutorial/codeigniter/) *(Dalam Proses)*
52
* [Tutorial CodeIgniter 4](http://mfikri.com/artikel/tutorial-codeigniter4)
A
ARSAN 已提交
53 54


55 56 57 58 59
### Emacs

* [Dokumentasi Emacs Bahasa Indonesia](https://github.com/kholidfu/emacs_doc)


60 61 62 63 64
### Flutter

* [Belajar Flutter](https://belajarflutter.com) - Herry Prasetyo (HTML)


65 66
### Git

67
* [Belajar Git untuk Pemula](https://github.com/petanikode/belajar-git)
68
* [Kontrol Versi dengan Git](https://leanpub.com/kontrol-versi-git)
69
* [Pro Git 2nd Edition](https://git-scm.com/book/id/v2)
70 71


72 73
### Go

74
* [Belajar Dengan Jenius Golang](https://raw.githubusercontent.com/gungunfebrianza/Belajar-Dengan-Jenius-Golang/master/Belajar%20Dengan%20Jenius%20Golang.pdf) - Gun Gun Febrianza (PDF)
75
* [Dasar Pemrograman Golang](https://dasarpemrogramangolang.novalagung.com) - Noval Agung Prayogo
A
ahmad rafli 已提交
76
* [Mari Belajar Golang](https://www.smashwords.com/books/view/938003) - Risal (PDF)
77 78


79
### HTML CSS
80

81
* [Belajar HTML dan CSS](http://www.ariona.net/ebook-belajar-html-dan-css/)
82
* [Ebook Belajar HTML Dan CSS Dasar](https://www.malasngoding.com/download-ebook-belajar-html-dan-css-dasar-gratis/)
83
* [HTML & CSS: Buat Websitemu Sendiri ](https://leanpub.com/html-css--buat-webistemu-sendiri) *(Membutuhkan akun Leanpub atau email yang valid)*
84 85
* [Tutorial Dasar CSS untuk Pemula](https://www.petanikode.com/tutorial/css/) - Ahmad Muhardian (Petani Kode) *(:construction: Dalam Proses)*
* [Tutorial HTML untuk Pemula](https://www.petanikode.com/tutorial/html/) - Ahmad Muhardian (Petani Kode)
86

M
Mohammad Hossein Mojtahedi 已提交
87

M
MuhamadAzizi 已提交
88 89
### Java

90
* [Java Desktop](https://github.com/ifnu/buku-java-desktop/raw/master/java-desktop-ifnu-bima.pdf) - Ifnu Bima (PDF)
91
* [Memulai Java Enterprise dengan Spring Boot](https://raw.githubusercontent.com/teten777/free-ebook-springboot-basic/master/Memulai%20Java%20Enterprise%20dengan%20Spring%20Boot.pdf) - Teten Nugraha (PDF)
M
MuhamadAzizi 已提交
92 93 94
* [Pemrograman Java](https://blog.rosihanari.net/download-tutorial-java-se-gratis/) - Rosihan Ari Yuana


95
### JavaScript
96

97
* [Mengenal JavaScript](http://masputih.com/2013/01/ebook-gratis-mengenal-javascript)
C
Craig Davison 已提交
98
* [Otomatisasi dengan gulp.js](https://kristories.gitbooks.io/otomatisasi-dengan-gulp-js/content/)
A
ARSAN 已提交
99
* [Tutorial Dasar Javascript untuk Pemula](https://www.petanikode.com/tutorial/javascript/) *(Dalam Proses)*
100

M
Mohammad Hossein Mojtahedi 已提交
101

R
Rohmad Arifin 已提交
102 103
### MySQL

E
Endrose 已提交
104
* [3 Days With Mysql For Your Application: Mysql Untuk Pemula](https://play.google.com/store/books/details/Onesinus_Saut_Parulian_3_Days_With_Mysql_For_Your?id=MbdTDwAAQBAJ) - Onesinus Saut Parulian, Google Play Books
R
Rohmad Arifin 已提交
105 106 107
* [Tutorial MySQL untuk Pemula Hingga Mahir](https://umardanny.com/tutorial-mysql-untuk-pemula-hingga-mahir-ebook-download-pdf/)


108 109
### Node.js

110
* [Belajar Dengan Jenius Amazon Web Service & Node.js](https://github.com/gungunfebrianza/Belajar-Dengan-Jenius-Node.js/releases/download/1.2/Belajar.Dengan.Jenius.Javascript.Node.pdf) - Gun Gun Febrianza (PDF)
V
victor felder 已提交
111
* [Belajar Node.js](http://idjs.github.io/belajar-nodejs/)
112
* [Node.js Handbook: Berbahasa Indonesia](https://play.google.com/store/books/details/Bona_Tua_Node_js_Handbook?id=9WhZDwAAQBAJ) - Bona Tua, Google Play Books (*account required*)
113 114


W
Wahyu Kristianto 已提交
115
### NoSQL
116

W
Wahyu Kristianto 已提交
117
* [MongoDB Untuk Indonesia](https://kristories.gitbooks.io/pengantar-mongodb/content/)
118 119


120 121 122 123 124
### Pemrograman Fungsional

* [Pemrograman Fungsional untuk Rakyat Jelata dengan Scalaz](https://leanpub.com/fpmortals-id)


125 126
### Pemrograman Kompetitif

127
* [Pemrograman Kompetitif Dasar](https://ksn.toki.id/data/pemrograman-kompetitif-dasar.pdf) - William Gozali & Alham Fikri Aji (PDF)
128 129


130
### PHP
131

132
* [Belajar Laravel Untuk Pemula](https://gilacoding.com/upload/file/Belajar%20Laravel%20Untuk%20Pemula.pdf) - Dadan Hamdani (PDF)
133
* [Membuat Bot Telegram dengan PHP](https://www.slideshare.net/HasanudinHS/ebook-i-membuat-bot-telegram-dengan-php) - Hasanudin H Syafaat - (PDF)
134
* [Menjelajahi Yii Framework](https://gilacoding.com/upload/file/menjelajahyiiframework.pdf) - Sabit Huraira (PDF)
135
* [Pemrograman Berbasis Objek Modern dengan PHP](https://arsiteknologi.com/wp-content/uploads/Pemrograman_Berbasis_Objek_Modern_dengan_PHP_Google_Play_Book.pdf) - Muhamad Surya Iksanudin (PDF)
136
* [Pemrograman Berorientasi Objek Dengan PHP5](https://endangcahyapermana.files.wordpress.com/2016/03/belajar-singkat-pemrograman-berorientasi-objek-dengan-php5.pdf) - Gerry Sabar (PDF)
137
* [Pemrograman Web dengan PHP dan MySQL](http://achmatim.net/2009/04/15/buku-gratis-pemrograman-web-dengan-php-dan-mysql/)
138
* [PHP Dasar Tutorial](https://gilacoding.com/upload/file/PHP%20Dasar%20Tutorial.pdf) - Rosihan Ari Yuana (PDF)
139
* [PHP: The Right Way Bahasa Indonesia](http://id.phptherightway.com/#site-header/)
140
* [Tutorial Ebook PHP](http://www.ilmuwebsite.com/ebook-php-free-download)
141
* [Tutorial Pemrograman PHP untuk Pemula](https://www.petanikode.com/tutorial/php) - Ahmad Muhardian (Petani Kode) *(Dalam Proses)*
142 143 144 145


### Python

146
* [Belajar Python](http://www.belajarpython.com)
147
* [Dasar Pemrograman Python](https://www.pythonindo.com/tutorial-python-dasar/)
E
Endrose 已提交
148
* [Dasar Pengenalan Pemrograman Python](https://play.google.com/store/books/details/Rolly_Maulana_Awangga_Dasar_dasar_Python?id=YpzDDwAAQBAJ) - Rolly Maulana AwanggaRayhan, Google Play Books (account required)
149
* [Database PostgreSQL, Pemrograman Python, dan SMS Gateway](http://rab.co.id/files/python/bukupython2.pdf.gz) - (PDF)
150 151
* [Kursus Singkat Machine Learning dengan TensorFlow API](https://developers.google.com/machine-learning/crash-course?hl=id)
* [Tutorial Python](https://docs.python.org/id/3.8/tutorial/)
152
* [Workshop Python 101](http://sakti.github.io/python101/)
153 154


155 156 157
### React

* [Dokumentasi React Bahasa Indonesia](https://id.reactjs.org)
158
* [React JS Untuk Pemula](https://masputih.com/2021/05/ebook-gratis-reactjs-untuk-pemula) *(Membutuhkan akun Leanpub atau email yang valid)*
159 160


161 162 163 164 165
### Solidity

* [Smart Contract Blockchain pada E-Voting](https://www.researchgate.net/publication/337961765_Smart_Contract_Blockchain_pada_E-Voting) - Ajib Susanto (HTML, PDF)


166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181
### TypeScript

* [Belajar TypeScript](https://leanpub.com/belajar-typescript) *(Membutuhkan akun Leanpub atau email yang valid)*


#### Angular

* [Tutorial Angular Indonesia](https://degananda.com/tutorial-angular-indonesia-daftar-isi-download-pdf/) - Degananda Ferdian Priyambada (HTML)
* [Tutorial Series Belajar Angular 2019](https://www.bewoksatukosong.com/2019/09/tutorial-series-belajar-angular-2019.html) - Bewok Satu Kosong (HTML)


#### Deno

* [Belajar Dengan Jenius Deno](https://raw.githubusercontent.com/gungunfebrianza/Belajar-Dengan-Jenius-DenoTheWKWKLand/master/Belajar%20Dengan%20Jenius%20Deno.pdf) - Gun Gun Febrianza (PDF)


182 183 184
### Vue

* [Dokumentasi Vue Bahasa Indonesia](https://github.com/vuejs-id/docs)
185