Info Film
A simple film catalog website
October 2021 — November 2021
Summary
A simple film catalog website that is created as a part of my membership in GDSC ITB
Developer Diaries
Making this thing further familiarize me with how Javascript is used to make the web interactive. Notably, this project requires me to learn about a concept ubiquitous in Javascript but was unknown to me, asynchronous programming.
Asynchronous Programming in Javascript
Because this program fetch movies data from The Movie Database, I had to familiarize myself with promises, the language feature of Javascript that allows for async programming in the language. Because it's really not that hard of a concept (I learned by simply watching Web Dev Simplified's video on it here), I was able to develop this project in a very expedient manner.