An open API service indexing awesome lists of open source software.

https://github.com/davidf1000/dicoding-submission

Collection of dicoding course final project submissions. For Documentation purpose only.
https://github.com/davidf1000/dicoding-submission

dicoding-submission

Last synced: 7 days ago
JSON representation

Collection of dicoding course final project submissions. For Documentation purpose only.

Awesome Lists containing this project

README

          

# Dicoding Course Submission Collection
List of dicoding course submission that i've finished


Please note that this repository is intended for documentation purpose only !

## List of Course

### 1. Belajar Dasar Pemrograman Web
Create a one page website using html, vanilla css, and vanilla javascript. No 3rd party library allowed, such as Bootstrap or Tailwind for styling, or using ready-made javascript for carousel or burger dropdown.


Good course for front-end refresher like segmantic html, css grid flexbox, and creating some popular component like carousel using only plain javascript and good'ol document selector :))

### 2. Belajar Membuat Aplikasi Back-End untuk Pemula dengan Google Cloud
Create a REST API for bookshelf resource using Nodejs and Hapi. Unit testing is done using Postman.


Good course for javascript and nodejs refresher. Gives good insight on how to create an automated unit testing using javascript in Postman.