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.
- Host: GitHub
- URL: https://github.com/davidf1000/dicoding-submission
- Owner: davidf1000
- Created: 2022-07-05T01:25:21.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-07-05T01:35:07.000Z (almost 4 years ago)
- Last Synced: 2025-03-01T01:41:22.751Z (over 1 year ago)
- Topics: dicoding-submission
- Language: JavaScript
- Homepage:
- Size: 1.32 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.