Talks
I gave some talks to the community and the public. Here is the list of my talks:
React JS Introduction
Papsi Talk (Surabaya) – June 2020
I introduced the main concepts of React JS. I also gave a live code example to create a simple React App and connect to public API as well. I used the Randomuser.me API for the demo.
The fundamental of Node JS
DILo Talk (Surabaya) - May 2020
In this talk, I explained the basics of Node JS, and gave a live code example on how to create a simple API with pure Node JS and the second one with the help of Express JS