├── .github └── auto-comment.yml ├── .gitignore ├── LICENSE └── README.md /.github/auto-comment.yml: -------------------------------------------------------------------------------- 1 | pullRequestOpened: > 2 | Thank you for raising your pull request. 3 | Please make sure you have followed @mazipan 4 | And please push ⭐ button in this repository 5 | -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- 1 | # Logs 2 | logs 3 | *.log 4 | npm-debug.log* 5 | yarn-debug.log* 6 | yarn-error.log* 7 | 8 | # Runtime data 9 | pids 10 | *.pid 11 | *.seed 12 | *.pid.lock 13 | 14 | # Directory for instrumented libs generated by jscoverage/JSCover 15 | lib-cov 16 | 17 | # Coverage directory used by tools like istanbul 18 | coverage 19 | 20 | # nyc test coverage 21 | .nyc_output 22 | 23 | # Grunt intermediate storage (http://gruntjs.com/creating-plugins#storing-task-files) 24 | .grunt 25 | 26 | # Bower dependency directory (https://bower.io/) 27 | bower_components 28 | 29 | # node-waf configuration 30 | .lock-wscript 31 | 32 | # Compiled binary addons (https://nodejs.org/api/addons.html) 33 | build/Release 34 | 35 | # Dependency directories 36 | node_modules/ 37 | jspm_packages/ 38 | 39 | # TypeScript v1 declaration files 40 | typings/ 41 | 42 | # Optional npm cache directory 43 | .npm 44 | 45 | # Optional eslint cache 46 | .eslintcache 47 | 48 | # Optional REPL history 49 | .node_repl_history 50 | 51 | # Output of 'npm pack' 52 | *.tgz 53 | 54 | # Yarn Integrity file 55 | .yarn-integrity 56 | 57 | # dotenv environment variables file 58 | .env 59 | 60 | # next.js build output 61 | .next 62 | -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- 1 | MIT License 2 | 3 | Copyright (c) 2019 Irfan Maulana 4 | 5 | Permission is hereby granted, free of charge, to any person obtaining a copy 6 | of this software and associated documentation files (the "Software"), to deal 7 | in the Software without restriction, including without limitation the rights 8 | to use, copy, modify, merge, publish, distribute, sublicense, and/or sell 9 | copies of the Software, and to permit persons to whom the Software is 10 | furnished to do so, subject to the following conditions: 11 | 12 | The above copyright notice and this permission notice shall be included in all 13 | copies or substantial portions of the Software. 14 | 15 | THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 16 | IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 17 | FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 18 | AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 19 | LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 20 | OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE 21 | SOFTWARE. 22 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | # awesome-js-dev-id 2 | 3 | 😎 Daftar para developer/programmer javascript terkece asal Indonesia 4 | 5 | ## Navigasi Berdasar Abjad 6 | 7 | | | | | | | | 8 | |---|---|---|---|---|---| 9 | | [A](#a) | [B](#b) | [C](#c) | [D](#d) | [E](#e) | [F](#f) | 10 | | [G](#g) | [H](#h) | [I](#i) | [J](#j) | [K](#k) | [L](#l) | 11 | | [M](#m) | [N](#n) | [O](#o) | [P](#p) | [Q](#q) | [R](#r) | 12 | | [S](#s) | [T](#t) | [U](#u) | [V](#v) | [W](#w) | [X](#x) | 13 | | [Y](#y) | [Z](#z) | - | - | - | - | 14 | 15 | ## Cara Untuk Menambahkan Daftar Baru 16 | 17 | - **Pastikan kalian tidak menambahkan nama kalian sendiri**, _lebih baik jika kalian di promote orang lain daripada self-claiming_ 😅 18 | - Bila berkenan menambahkan sendiri, silakan fork repo ini, dan buat branch baru (jangan pake branch `master` ya...) 19 | - PR ke branch master dari repo ini 20 | - Pastikan daftar yang ditambahkan sudah diurutkan berdasarkan **Abjad (_alphabet_)** dari namanya 21 | - Formatnya agar diseragamkan dengan yang lain. 22 | - Satu Pull Request hanya untuk menambahkan satu nama baru. 23 | - Jangan lupa untuk klik ⭐️ di repository ini. 24 | - Terima kasih untuk kontribusinya, dan semoga bermanfaat. 25 | 26 | ## Versi Web Apps 27 | 28 | - https://javascript-indonesias.github.io/awesome-js-dev-indonesia/ 29 | - https://puterakahfi.github.io/jsid/ 30 | 31 | ## A 32 | 33 | - **Ade Viankakrisna Fadlil** 34 | 35 | - Skills: #React, #Electron, #NodeJs 36 | - Github: [viankakrisna](https://github.com/viankakrisna) 37 | - Facebook: [Ade Viankakrisna Fadlil](https://www.facebook.com/viankakrisna) 38 | - Twitter: [@viankakrisna](https://twitter.com/viankakrisna) 39 | - LinkedIn: [Ade Viankakrisna Fadlil](https://www.linkedin.com/in/viankakrisna/) 40 | - Blog: [viankakrisna.tumblr.com](http://viankakrisna.tumblr.com) 41 | - Medium: [@viankakrisna](https://medium.com/@viankakrisna) 42 | - Company: Rumah123 43 | 44 | - **Ade Yahya Prasetyo** 45 | 46 | - Skills: #React, #ReactNative, #NodeJs, GraphQL 47 | - Github: Github: [adeyahya](https://github.com/adeyahya) 48 | - Facebook: [Ade Yahya Prasetyo](https://www.facebook.com/adeyahyap) 49 | - Twitter: [@adeyahyap](https://twitter.com/adeyahyap) 50 | - LinkedIn: [Ade Yahya Prasetyo](https://www.linkedin.com/in/adeyahyap/) 51 | - Blog: [www.ihavemind.com](https://www.ihavemind.com) 52 | - Medium: [@adeyahya](https://medium.com/@adeyahya) 53 | - Company: N/A 54 | 55 | - **Adiatma Kamarudin** 56 | 57 | - Skills: #ReactJS, #GraphQL, #Webpack, #TypeScript, #Flow 58 | - Github: [adiatma9024](https://github.com/adiatma9024) 59 | - Facebook: [Adiatma Kamarudin](https://www.facebook.com/adiatma.kamarudin) 60 | - Twitter: N/A 61 | - LinkedIn: [Adiatma Kamarudin](https://www.linkedin.com/in/adiatma-kamarudin-a63718138) 62 | - Blog: [adiatma9024.github.io](https://adiatma9024.github.io) 63 | - Medium: [@tutorjs](https://medium.com/tutorjs) 64 | - Company: N/A 65 | 66 | - **Afrimadoni Dinata** 67 | 68 | - Skills: #Angular 69 | - Github: [doenikoe](https://github.com/doenikoe) 70 | - Facebook: [Afrimadoni Dinata](https://www.facebook.com/doenikoe) 71 | - Twitter: [doenikoe](https://twitter.com/doenikoe) 72 | - LinkedIn: [Afrimadoni Dinata](https://www.linkedin.com/in/afrimadoni/) 73 | - Blog: [Rumbia Tech Blog](http://rumbia.id/) 74 | - Medium: [@afrimadonidinata](https://medium.com/@afrimadonidinata) 75 | - Company: [Allianz](https://www.allianz.com/en.html) 76 | 77 | - **Afrian Junior** 78 | 79 | - Skills: #React #Vue 80 | - Github: N/A 81 | - Facebook: N/A 82 | - Twitter: N/A 83 | - LinkedIn: [Afrian Junior](https://www.linkedin.com/in/afrianjunior/) 84 | - Blog: N/A 85 | - Medium: N/A 86 | 87 | - **Agastya Darma Laksana** 88 | 89 | - Skills: #React #ReactNative 90 | - Github: N/A 91 | - Facebook: N/A 92 | - Twitter: N/A 93 | - LinkedIn: [I Gede Agastya Darma Laksana](https://id.linkedin.com/in/agastyadarma/en) 94 | - Blog: N/A 95 | - Medium: [@agastyadarma](https://medium.com/@agastyadarma) 96 | 97 | - **Agung Surya Bangsa** 98 | 99 | - Skills: #React #ReactNative #Angular #Fluter 100 | - Github: [@agungsb](https://github.com/agungsb) 101 | - Facebook: [Agung Surya Bangsa](https://www.facebook.com/agung.lth) 102 | - Twitter: N/A 103 | - LinkedIn: [Agung Surya Bangsa](https://www.linkedin.com/in/agung-surya-bangsa-22615495/) 104 | - Blog: N/A 105 | - Medium: [@agungsurya](https://medium.com/@agungsurya) 106 | 107 | - **Alfred Crosby** 108 | 109 | - Skills: #React #SQL #Docker #Kubernetes 110 | - Github: N/A 111 | - Facebook: [Putu Alfred Crosby](https://www.facebook.com/putualfredcrosby) 112 | - Twitter: N/A 113 | - LinkedIn: [I Putu Alfred Crosby](https://www.linkedin.com/in/i-putu-alfred-crosby-239170186/) 114 | - Blog: N/A 115 | - Medium: [@alfrcr](https://medium.com/@alfrcr) 116 | 117 | - **Andhika Ventausa** 118 | 119 | - Skills: #React #ReactNative #GraphQL 120 | - Github: N/A 121 | - Facebook: [Andhika Ventausa](https://www.facebook.com/avent08) 122 | - Twitter: [@avent08](https://twitter.com/avent08) 123 | - LinkedIn: [Andhika Ventausa](https://linkedin.com/in/andhikaventausa) 124 | - Blog: N/A 125 | - Medium: N/A 126 | 127 | - **Antony Budianto** 128 | 129 | - Skills: #React #NodeJS 130 | - Github: [@antonybudianto](https://github.com/antonybudianto) 131 | - Facebook: [Antony Budianto](https://facebook.com/antonybudianto) 132 | - Twitter: [@antonybudianto](https://twitter.com/antonybudianto) 133 | - LinkedIn: [Antony Budianto](https://linkedin.com/in/antonybudianto) 134 | - Blog: N/A 135 | - Medium: [@antonybudianto](https://medium.com/@antonybudianto) 136 | 137 | - **Ardi Firmansyah** 138 | 139 | - Skills: #React #Vue 140 | - Github: N/A 141 | - Facebook: N/A 142 | - Twitter: N/A 143 | - LinkedIn: [Ardi Firmansyah](https://www.linkedin.com/in/ardi-firmansyah/) 144 | - Blog: N/A 145 | - Medium: N/A 146 | 147 | - **Ariya Hidayat** 148 | 149 | - Skills: #Vanilla 150 | - Github: [@ariya](https://github.com/ariya) 151 | - Facebook: N/A 152 | - Twitter: [Ariya Hidayat](https://twitter.com/ariyahidayat?lang=en) 153 | - LinkedIn: [Ariya Hidayat](https://www.linkedin.com/in/ariyahidayat) 154 | - Blog: [ariya.io](https://ariya.io/) 155 | - Medium: [@ariyahidayat](https://medium.com/@ariyahidayat) 156 | 157 | - **Asendia Mayco** 158 | - Skills: #ReactJs 159 | - Github: [asendia](https://github.com/asendia) 160 | - Facebook: N/A 161 | - Twitter: N/A 162 | - LinkedIn: N/A 163 | - Blog: N/A 164 | - Medium: N/A 165 | 166 | [⬆️ Kembali ke Navigasi](#navigasi-berdasar-abjad) 167 | 168 | ## B 169 | 170 | - **Bagus Juang Wiantoro** 171 | - Skills: #React, #ReactNative, #ReasonML, #NodeJs, #GraphQL 172 | - Github: [broerjuang](https://github.com/broerjuang) 173 | - Facebook: [Bagus Juang Wiantoro](https://www.facebook.com/broerjuang) 174 | - Twitter: [@broerjuang](https://twitter.com/broerjuang) 175 | - LinkedIn: [Bagus Juang Wiantoro](https://www.linkedin.com/in/juangwiantoro/) 176 | - Medium: [@broerjuang](https://medium.com/@broerjuang) 177 | - Company: Ruangguru 178 | 179 | [⬆️ Kembali ke Navigasi](#navigasi-berdasar-abjad) 180 | 181 | ## C 182 | 183 | [⬆️ Kembali ke Navigasi](#navigasi-berdasar-abjad) 184 | 185 | ## D 186 | 187 | - **Diky Arga Anggara** 188 | 189 | - Skills: #React #NodeJS #Vue 190 | - Github: [@dikyarga](https://github.com/dikyarga) 191 | - Facebook: [Diky Arga Anggara](https://id-id.facebook.com/dikyargaID) 192 | - Twitter: [Diky Arga](https://twitter.com/dikyarga?lang=en) 193 | - LinkedIn: [Diky Arga Anggara](https://id.linkedin.com/in/dikyarga) 194 | - Blog: [dikyarga.com](https://dikyarga.com/) 195 | - Medium: N/A 196 | 197 | **Dimitri Wahyudiputra** 198 | 199 | - Skills: #Javascript #Vim 200 | - Github: [@dmtrxw](https://github.com/dmtrxw) 201 | - Facebook: N/A 202 | - Twitter: [Dimitri Wahyudiputra](https://twitter.com/dmtrxw?lang=en) 203 | - LinkedIn: [Dimitri Wahyudiputra](https://www.linkedin.com/in/dimitri-wahyudiputra/) 204 | - Blog: [wahyudiputra.com](https://wahyudiputra.com/) 205 | - Medium: [Dimitri Wahyudiputra](https://medium.com/@dimitri.wahyudiputra) 206 | 207 | **Dwi Agustianto** 208 | 209 | - Skills: #Angular, #Svelte, #WebDesign, #Flow 210 | - Github: [agusID](https://github.com/agusID) 211 | - Facebook: [Dwi Agustianto](https://www.facebook.com/me.agusdwi) 212 | - Twitter: N/A 213 | - LinkedIn: [Dwi Agustianto](https://www.linkedin.com/in/agusid/) 214 | - Blog: [agusdwi.id](https://agusdwi.id) 215 | - Medium: [@agusdwi](https://medium.com/@agusdwi) 216 | 217 | [⬆️ Kembali ke Navigasi](#navigasi-berdasar-abjad) 218 | 219 | ## E 220 | 221 | - **Eka** 222 | - Skills: N/A 223 | - Github: [ekafyi](https://github.com/ekafyi) 224 | - Facebook: N/A 225 | - Twitter: [@ekafyi](https://twitter.com/ekafyi) 226 | - LinkedIn: N/A 227 | - Blog: [dev.to/ekafyi](https://dev.to/ekafyi) 228 | - Medium: N/A 229 | 230 | [⬆️ Kembali ke Navigasi](#navigasi-berdasar-abjad) 231 | 232 | ## F 233 | 234 | - **Fachruzi Ramadhan** 235 | 236 | - Skills: #Docker 237 | - Github: N/A 238 | - Facebook: [Fachruzi Ramadhan](https://www.facebook.com/dhanpris) 239 | - Twitter: N/A 240 | - LinkedIn: N/A 241 | - Blog: N/A 242 | - Medium: N/A 243 | 244 | - **Fariz Rizaldy** 245 | 246 | - Skills: #Node, #React, #Vue, #Docker 247 | - Github: [faultable](https://github.com/faultable) 248 | - Facebook: N/A 249 | - Twitter: [faultable](https://twitter.com/faultable) 250 | - LinkedIn: [faultable](https://linkedin.com/in/faultable) 251 | - Blog: [faultable.dev](https://faultable.dev) 252 | - Medium: N/A 253 | 254 | - **Fatih Kalifa** 255 | 256 | - Skills: #React, #NodeJS, #ReasonML, #Svelte, #Rust, #GraphQL 257 | - Github: [pveyes](https://github.com/pveyes) 258 | - Facebook: [pveyes](https://www.facebook.com/pveyes) 259 | - Twitter: [@pveyes](https://twitter.com/pveyes) 260 | - LinkedIn: [fatihkalifa](https://www.linkedin.com/in/fatihkalifa/) 261 | - Blog: [fatihkalifa.com](https://fatihkalifa.com/) 262 | - Medium: [@pveyes](https://medium.com/@pveyes) 263 | 264 | - **Fawwaz Muhammad** 265 | 266 | - Skills: #React, #NodeJS 267 | - Github: [fawwaz](https://github.com/fawwaz) 268 | - Facebook: [fawwazmuhammad](http://facebook.com/fawwazmuhammad) 269 | - Twitter: [@fawwaz_muhammad](http://twitter.com/fawwaz_muhammad) 270 | - LinkedIn: N/A 271 | - Blog: [fawwazmuhammad.com](http://fawwazmuhammad.com/) 272 | - Medium: N/A 273 | 274 | [⬆️ Kembali ke Navigasi](#navigasi-berdasar-abjad) 275 | 276 | ## G 277 | 278 | - **Gazandi Cahyadarma** 279 | - Skills: #React, #NodeJS, #Go, #Ruby, #Java 280 | - Github: [gazandic](https://github.com/gazandic) 281 | - Facebook: N/A 282 | - Twitter: N/A 283 | - LinkedIn: [Gazandi Cahyadarma](https://www.linkedin.com/in/gazandi-cahyadarma-86b726a1) 284 | - Blog: N/A 285 | - Medium: N/A 286 | 287 | [⬆️ Kembali ke Navigasi](#navigasi-berdasar-abjad) 288 | 289 | ## H 290 | 291 | - **Hafid Mukhlasin** 292 | - Skills: #Vue #PHP 293 | - Github: N/A 294 | - Facebook: N/A 295 | - Twitter: N/A 296 | - LinkedIn: N/A 297 | - Blog: N/A 298 | - Medium: [@hafidmukhlasin](https://medium.com/@hafidmukhlasin) 299 | 300 | [⬆️ Kembali ke Navigasi](#navigasi-berdasar-abjad) 301 | 302 | ## I 303 | 304 | - **Igar Ramaddhan** 305 | 306 | - Skills: #React #NodeJS 307 | - Github: Github: [@igarramaddhan](https://github.com/igarramaddhan) 308 | - Facebook: [Igar Ramaddhan](https://www.facebook.com/igarramaddhan) 309 | - Twitter: [@igarramaddhan](https://twitter.com/igarramaddhan) 310 | - LinkedIn: [Igar Ramaddhan](https://www.linkedin.com/in/igar-ramaddhan-55b499140) 311 | - Blog: [ynrk.tk](https://ynrk.tk/) 312 | - Medium: N/A 313 | 314 | - **Irfan Maulana** 315 | - Skills: #Vue #NodeJS 316 | - Github: [@mazipan](https://github.com/mazipan) 317 | - Facebook: [Irfan Maulana](https://web.facebook.com/mazipanneh) 318 | - Twitter: [@maz_ipan](https://twitter.com/Maz_Ipan) 319 | - LinkedIn: [Irfan Maulana](https://www.linkedin.com/in/mazipan) 320 | - Blog: [www.mazipan.xyz](https://www.mazipan.xyz/) 321 | - Medium: [@mazipan](https://medium.com/@mazipan) 322 | 323 | + **Irshadi Bagasputro** 324 | - Skills: #React #UI #UX 325 | - Instagram: [@irshadi.bagasputro](https://instagram/irshadi.bagasputro) 326 | - Twitter: [@irshadi](https://twitter.com/irshadi) 327 | 328 | [⬆️ Kembali ke Navigasi](#navigasi-berdasar-abjad) 329 | 330 | ## J 331 | 332 | - **Jacky Efendi** 333 | 334 | - Skills: #React #NodeJS #TypeScript 335 | - Github: N/A 336 | - Facebook: N/A 337 | - Twitter: N/A 338 | - LinkedIn: [Jacky Efendi](https://www.linkedin.com/in/jackyef/) 339 | - Blog: N/A 340 | - Medium: N/A 341 | 342 | - **Jason Wihardja** 343 | 344 | - Skills: #NodeJS 345 | - Github: N/A 346 | - Facebook: N/A 347 | - Twitter: N/A 348 | - LinkedIn: [Jason Wihardja](https://www.linkedin.com/in/jasonwihardja/) 349 | - Blog: N/A 350 | - Medium: N/A 351 | 352 | - **Jihad Dzikri Waspada** 353 | 354 | - Skills: #React, #TypeScript 355 | - Github: [@dewey92](https://github.com/dewey92) 356 | - Facebook: [Jihad Dzikri Waspada](https://www.facebook.com/dewey.macro) 357 | - Twitter: [@dewey92](https://twitter.com/Dewey92) 358 | - LinkedIn: [Jihad Dzikri Waspada](https://nl.linkedin.com/in/jihadw) 359 | - Blog: [jihadwaspada.com](https://www.jihadwaspada.com/) 360 | - Medium: [@Dewey92](https://medium.com/@Dewey92) 361 | 362 | - **Julian Alimin** 363 | 364 | - Skills: #Angular, #NodeJS, #Ionic, #Typescript, #Javascript, #Kubernetes, #Docker, #Gitlab-CI 365 | - Github: [dmastag](https://github.com/dmastag) 366 | - Facebook: [Julian Alimin](https://github.com/julianalimin) 367 | - Twitter: [Julian Alimin](https://twitter.com/julianalimin) 368 | - LinkedIn: [Julian Alimin](https://www.linkedin.com/in/julianalimin) 369 | - Blog: [Julian Alimin](https://julianalimin.com) 370 | - Medium: [Julian Alimin](https://medium.com/@julianalimin) 371 | 372 | [⬆️ Kembali ke Navigasi](#navigasi-berdasar-abjad) 373 | 374 | ## K 375 | 376 | - **Kevin Hermawan** 377 | 378 | - Skills: #React #ReactNative 379 | - Github: N/A 380 | - Facebook: N/A 381 | - Twitter: N/A 382 | - LinkedIn: N/A 383 | - Blog: N/A 384 | - Medium: [@kevinhermawan](https://medium.com/kevinhermawan) 385 | 386 | - **Kafin Salim** 387 | - Skills: #Javascript #React #ReactNative 388 | - Github: [kafinsalim](https://github.com/kafinsalim) 389 | - Facebook: [Kafin Salim](https://github.com/Kafinsalim) 390 | - Twitter: [@kafinsalim](https://twitter.com/kafinsalim) 391 | - LinkedIn: [Kafin Salim](https://www.linkedin.com/in/kafinsalim) 392 | - Blog: N/A 393 | - Medium: N/A 394 | - Company: Ralali 395 | 396 | [⬆️ Kembali ke Navigasi](#navigasi-berdasar-abjad) 397 | 398 | ## L 399 | 400 | - **Lukluk Luhuring Santoso** 401 | 402 | - Skills: #NodeJS 403 | - Github: N/A 404 | - Facebook: N/A 405 | - Twitter: N/A 406 | - LinkedIn: N/A 407 | - Blog: N/A 408 | - Medium: [@luklukluhuringsantoso](https://medium.com/@luklukluhuringsantoso) 409 | 410 | - **Lutfi Dwica** 411 | - Skills: #React, #ReactNative 412 | - Github: N/A 413 | - Facebook: N/A 414 | - Twitter: N/A 415 | - LinkedIn: N/A 416 | - Blog: N/A 417 | - Medium: [@dwicao](https://medium.com/@dwicao) 418 | 419 | [⬆️ Kembali ke Navigasi](#navigasi-berdasar-abjad) 420 | 421 | ## M 422 | 423 | - **Mulia Nasution** 424 | 425 | - Skills: #Vue #React #Laravel 426 | - Github: [mul14](https://github.com/mul14) 427 | - Facebook: [mul14](https://www.facebook.com/mul14) 428 | - Twitter: [@mul14](https://twitter.com/mul14) 429 | - LinkedIn: N/A 430 | - Blog: N/A 431 | - Medium: N/A 432 | 433 | - **Muhammad Mustadi** 434 | 435 | - Skills: #React, #NodeJS 436 | - Github: [mathdroid](https://github.com/mathdroid) 437 | - Facebook: [mathdroid](https://www.facebook.com/mathdroid) 438 | - Twitter: [@mathdroid](https://twitter.com/mathdroid) 439 | - LinkedIn: N/A 440 | - Blog: N/A 441 | - Medium: N/A 442 | 443 | - **Muhammad Rivki** 444 | 445 | - Skills: #React, #NodeJS, #Vue, #Typescript 446 | - Github: [mikqi](https://github.com/mikqi) 447 | - Facebook: [Muhammad Rivki](https://www.facebook.com/this.rivki) 448 | - Twitter: [@\_\_mikqi](https://twitter.com/__mikqi) 449 | - LinkedIn: [@muhammadrivki](https://www.linkedin.com/in/muhammadrivki/) 450 | - Blog: [blog.rivki.id](https://blog.rivki.id/) 451 | - Medium: N/A 452 | 453 | - **Muhibbudin Suretno** 454 | - Skills: #NodeJS, #Vue, #TypeScript #GraphQL 455 | - Github: [@muhibbudins](https://github.com/muhibbudins) 456 | - Facebook: [muhibbudins](https://web.facebook.com/muhibbudins) 457 | - Twitter: [@muhibbudins](https://twitter.com/muhibbudins) 458 | - LinkedIn: [@muhibbudins](https://www.linkedin.com/in/muhibbudins/) 459 | - Blog: [muhibbudins.me](https://muhibbudins.me/) 460 | - Medium: [@muhibbudins](https://medium.com/@muhibbudins) 461 | 462 | [⬆️ Kembali ke Navigasi](#navigasi-berdasar-abjad) 463 | 464 | ## N 465 | 466 | - **Naufal Rabbani** 467 | - Skills: #React, #Vue 468 | - Github: N/A 469 | - Facebook: N/A 470 | - Twitter: N/A 471 | - LinkedIn: N/A 472 | - Blog: N/A 473 | - Medium: [@BosNaufal](https://medium.com/@BosNaufal) 474 | 475 | [⬆️ Kembali ke Navigasi](#navigasi-berdasar-abjad) 476 | 477 | ## O 478 | 479 | [⬆️ Kembali ke Navigasi](#navigasi-berdasar-abjad) 480 | 481 | ## P 482 | 483 | - **Prabu Rangki** 484 | 485 | - Skills: #Vue, #React 486 | - Github: N/A 487 | - Facebook: N/A 488 | - Twitter: N/A 489 | - LinkedIn: N/A 490 | - Blog: N/A 491 | - Medium: [@praburangki](https://medium.com/@praburangki) 492 | 493 | - **Pradita Utama** 494 | 495 | - Skills: #React 496 | - Github: [praditautama](https://github.com/praditautama) 497 | - Facebook: [Pradita Utama](https://www.facebook.com/pradita.utama) 498 | - Twitter: [@praditautama](https://twitter.com/praditautama) 499 | - LinkedIn: [Pradita Utama](https://www.linkedin.com/in/praditautama/) 500 | - Blog: [Pradita Utama](https://www.praditautama.com/) 501 | - Medium: [@pradita.utama](https://medium.com/@pradita.utama) 502 | 503 | - **Pramesti Hatta K.** 504 | - Skills: #React 505 | - Github: N/A 506 | - Facebook: N/A 507 | - Twitter: N/A 508 | - LinkedIn: N/A 509 | - Blog: N/A 510 | - Medium: [@opam22](https://medium.com/@opam22) 511 | 512 | [⬆️ Kembali ke Navigasi](#navigasi-berdasar-abjad) 513 | 514 | ## Q 515 | 516 | [⬆️ Kembali ke Navigasi](#navigasi-berdasar-abjad) 517 | 518 | ## R 519 | 520 | - **Rahmat Hidayat** 521 | 522 | - Skills: #React, #TypeScript, #NodeJs, #GraphQL 523 | - Github: [@rahmatrhd](https://github.com/rahmatrhd) 524 | - Facebook: N/A 525 | - Twitter: [@rahmathd\_](https://twitter.com/rahmathd_) 526 | - LinkedIn: [@rahmat-hidayat](https://www.linkedin.com/in/rahmat-hidayat-8671a268/) 527 | - Blog: [rahmathd.com](https://www.rahmathd.com/) 528 | - Medium: N/A 529 | 530 | - **Resi Respati** 531 | 532 | - Skills: #React, #TypeScript 533 | - Github: [@resir014](https://github.com/resir014) 534 | - Facebook: N/A 535 | - Twitter: [@resir014](https://twitter.com/resir014) 536 | - LinkedIn: [@resir014](https://www.linkedin.com/in/resir014/) 537 | - Blog: [resir014.xyz](https://resir014.xyz/) 538 | - Medium: [@resir014](https://medium.com/@resir014) 539 | 540 | - **Rian Yulianto W** 541 | 542 | - Skills: #Angular, #TypeScript, #Vue 543 | - Github: [@Gulajava](https://github.com/GulajavaMinistudio) 544 | - Gitlab: [@Gulajava](https://gitlab.com/gulajava.mini) 545 | - Facebook: N/A 546 | - Twitter: N/A 547 | - LinkedIn: N/A 548 | - Blog: [Kode dan Kodean](https://medium.com/kode-dan-kodean) 549 | - Medium: [@kucingmeongs](https://medium.com/@kucingmeongs) 550 | 551 | - **Riza Fahmi** 552 | 553 | - Skills: #React, #NodeJS 554 | - Github: [@rizafahmi](https://github.com/rizafahmi) 555 | - Facebook: [@rizafahmi](https://www.facebook.com/rizafahmi) 556 | - Twitter: [@rizafahmi22](https://twitter.com/rizafahmi22?lang=en) 557 | - LinkedIn: [Riza Fahmi](https://id.linkedin.com/in/rizafahmi) 558 | - Blog: [rizafahmi.com](https://rizafahmi.com/) 559 | - Medium: [@rizafahmi22](https://medium.com/@rizafahmi22) 560 | 561 | - **Rizal Hilman** 562 | 563 | - Skills: #React 564 | - Github: N/A 565 | - Facebook: N/A 566 | - Twitter: N/A 567 | - LinkedIn: N/A 568 | - Blog: N/A 569 | - Medium: [@rizal_hilman](https://medium.com/@rizal_hilman) 570 | 571 | - **Rizki Romadhoni** 572 | 573 | - Skills: #React 574 | - Github: N/A 575 | - Facebook: N/A 576 | - Twitter: N/A 577 | - LinkedIn: [Rizki Romadhoni](https://www.linkedin.com/in/rizki-romadhoni-0a0bb0b8/) 578 | - Blog: N/A 579 | - Medium: N/A 580 | 581 | - **R AdySurya A** 582 | - Skills: #React 583 | - Github: [@ri7nz](https://github.com/@ri7nz) 584 | - Facebook: N/A 585 | - Twitter: [@ri7nz](https://twitter.com/ri7nz) 586 | - LinkedIn: [R Adysurya Agus](https://www.linkedin.com/in/r-adysurya-agus/) 587 | - Blog: [rin.rocks](https://rin.rocks/) 588 | - Medium: [@ri7nz](https://medium.com/@ri7nz) 589 | 590 | [⬆️ Kembali ke Navigasi](#navigasi-berdasar-abjad) 591 | 592 | ## S 593 | 594 | - **Sastra Panca Nababan** 595 | 596 | - Skills: #NodeJS #React 597 | - Github: [Sastra Nababan](https://github.com/SastraNababan) 598 | - Facebook: [Sastra Panca Nababan](https://www.facebook.com/sastranababan) 599 | - Twitter: [Sastra Nababan](https://twitter.com/sastranababan?lang=en) 600 | - LinkedIn: [Sastra Nababan](https://id.linkedin.com/in/sastranababan) 601 | - Blog: http://sastranababan.com/ 602 | - Medium: [@sastranababan](https://medium.com/@sastranababan) 603 | 604 | - **Sonny Lazuardi** 605 | - Skills: #React, #ReactNative, #NodeJS, #Typescript, #GraphQL 606 | - Github: [sonnylazuardi](https://github.com/sonnylazuardi) 607 | - Facebook: [Sonny Lazuardi](https://facebook.com/sonny.lazuardi) 608 | - Twitter: [@sonnylazuardii](https://twitter.com/sonnylazuardi) 609 | - LinkedIn: [Sonny Lazuardi](https://sg.linkedin.com/in/sonnylazuardi) 610 | - Blog: https://sonnylab.com 611 | - Medium: [@sonnylazuardi](https://medium.com/@sonnylazuardi) 612 | 613 | [⬆️ Kembali ke Navigasi](#navigasi-berdasar-abjad) 614 | 615 | ## T 616 | 617 | - **Teofilus Candra** 618 | 619 | - Skills: #React, #NodeJS, #ReactNative, #Vue 620 | - Github: https://github.com/teofiluscandra 621 | - Facebook: https://www.facebook.com/teofiluscandra 622 | - Twitter: N/A 623 | - LinkedIn: N/A 624 | - Blog: N/A 625 | - Medium: [@teofilus](https://medium.com/@teofiluscandra) 626 | 627 | - **Teno Siswono** 628 | - Skills: #React, #Vue, #NodeJS, #Typescript 629 | - Github: [tenosiswono](https://github.com/tenosiswono) 630 | - Facebook: N/A 631 | - Twitter: N/A 632 | - LinkedIn: N/A 633 | - Blog: N/A 634 | - Medium: N/A 635 | 636 | [⬆️ Kembali ke Navigasi](#navigasi-berdasar-abjad) 637 | 638 | ## U 639 | 640 | [⬆️ Kembali ke Navigasi](#navigasi-berdasar-abjad) 641 | 642 | ## V 643 | 644 | - **Velta Azizah Destiana** 645 | - Skills: N/A 646 | - Github: [veltadestiana](https://github.com/veltadestiana) 647 | - Facebook: N/A 648 | - Twitter: [@velta\_\_](https://twitter.com/velta__) 649 | - LinkedIn: [Velta Azizah Destiana](https://www.linkedin.com/in/velta/) 650 | - Blog: N/A 651 | - Medium: [@velta](https://medium.com/@velta) 652 | 653 | [⬆️ Kembali ke Navigasi](#navigasi-berdasar-abjad) 654 | 655 | ## W 656 | 657 | - **Wayan Jimmy** 658 | - Skills: JavaScript, React, NodeJS 659 | - Github: [wayanjimmy](https://github.com/wayanjimmy) 660 | - Facebook: [wayanjimmy](https://www.facebook.com/wayanjimmy) 661 | - Twitter: [@wayanjimmy](https://twitter.com/wayanjimmy) 662 | - LinkedIn: N/A 663 | - Blog: [wayanjimmy](https://wayanjimmy.gitlab.io) 664 | - Medium: [@wayanjimmy](https://medium.com/@wayanjimmy) 665 | 666 | [⬆️ Kembali ke Navigasi](#navigasi-berdasar-abjad) 667 | 668 | ## X 669 | 670 | [⬆️ Kembali ke Navigasi](#navigasi-berdasar-abjad) 671 | 672 | ## Y 673 | 674 | - **Yohan Totting** 675 | - Skills: #WebPlatform 676 | - Github: [@tyohan](https://github.com/tyohan) 677 | - Facebook: N/A 678 | - Twitter: [Yohan Totting](https://twitter.com/tyohan) 679 | - LinkedIn: [Yohan Totting](https://id.linkedin.com/in/tyohan) 680 | - Blog: [tyohan.me](https://tyohan.me/) 681 | - Medium: [@tyohan](https://medium.com/@tyohan) 682 | 683 | [⬆️ Kembali ke Navigasi](#navigasi-berdasar-abjad) 684 | 685 | ## Z 686 | 687 | - **Zain Fathoni** 688 | 689 | - Skills: #React #Express #AngularJS 690 | - Github: N/A [Zain Fathoni](https://github.com/zainfathoni) 691 | - Facebook: N/A [Zain Fathoni](https://www.facebook.com/zain.fathoni) 692 | - Twitter: N/A [Zain Fathoni](https://twitter.com/zainfathoni) 693 | - LinkedIn: [Zain Fathoni](https://www.linkedin.com/in/zainfathoni/?originalSubdomain=id) 694 | - Blog: N/A 695 | - Medium: [@zain.fathoni](https://medium.com/@zain.fathoni) 696 | 697 | - **Zufrizal Yordan** 698 | - Skills: #Javascript, #PHP, #Laravel, #Codeigniter, #HTML, #CSS, #HTML5 & #CSS3 699 | - Github: [zufrizalyordan](https://github.com/zufrizalyordan) 700 | - Facebook: [zufrizal.yordan](https://www.facebook.com/zufrizal.yordan) 701 | - Twitter: [@zufrizalyordan](https://twitter.com/zufrizalyordan) 702 | - LinkedIn: [Zufrizal Yordan](https://www.linkedin.com/in/zufrizalyordan) 703 | - Blog: [zufrizalyordan.com](https://www.zufrizalyordan.com/) 704 | - Medium: [@zufrizalyordan](https://medium.com/@zufrizalyordan) 705 | - Company: [HOOQ](https://www.hooq.tv) 706 | 707 | [⬆️ Kembali ke Navigasi](#navigasi-berdasar-abjad) 708 | 709 | --- 710 | 711 | Copyright © 2019 712 | --------------------------------------------------------------------------------