Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gravitano/ws-fundamental-nodejs
Workshop Fundamental Node.js
https://github.com/gravitano/ws-fundamental-nodejs
ecmascript es6 express fundamental javascript nodejs workshop
Last synced: about 2 months ago
JSON representation
Workshop Fundamental Node.js
- Host: GitHub
- URL: https://github.com/gravitano/ws-fundamental-nodejs
- Owner: gravitano
- Created: 2019-10-28T05:46:48.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-14T20:18:28.000Z (about 2 years ago)
- Last Synced: 2024-10-30T17:23:44.613Z (3 months ago)
- Topics: ecmascript, es6, express, fundamental, javascript, nodejs, workshop
- Language: JavaScript
- Homepage: http://bit.ly/fundamentalnodejs
- Size: 246 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 17
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Workshop Fundamental Node.js
Repo ini berisi file-file bahan Workshop Fundamental Node.js pada Selasa, 29 Oktober 2019 di Universitas Tasikmalaya yang merupakan bagian dari acara PERIKOMNAS.
## Persiapan
Harap install beberapa tools dibawah ini sebelum memulai:
- [Git](https://git-scm.com/)
- [Node.js](https://nodejs.org/en/)
- [Postman](https://www.getpostman.com/)
- [MySQL](https://www.mysql.com/)## Memulai
Untuk memulai, clone atau download repo-nya dengan `git` menggunakan perintah berikut.
```bash
cd myFolder #folder penyimpanan bebas
git clone https://github.com/gravitano/ws-fundamental-nodejs.git
```Masuk ke folder repo dengan
```bash
cd ws-fundamental-nodejs
```Coba jalankan beberapa file menggunakan `node`.
```bash
node 01-nodejs-javascript/variable.js
```## Dapatkan Slide
Anda bisa mendapatkan slide-nya disini: http://bit.ly/fundamentalnodejs
## Credit
- [Synchronous VS Asynchronous Demo](https://github.com/mul14/sync-async-demo/) dari [Mulia Nasution (Mas Mul)](https://github.com/mul14)
- [Asynchronous Programming Slides](https://docs.google.com/presentation/d/1O63YiOi-DfI6cv7meeEazpWnL39uyz1Knr6RYuefGIM/edit?usp=sharing) dari [Mulia Nasution (Mas Mul)](https://github.com/mul14)## Lisensi
Gratis untuk keperluan edukasi.