Tthexzaninblog.thexzan.com·Feb 14, 2021 · 5 min readCreating a basic server in NodeJSToday i want to share how to create a web server using pure NodeJS without the help from a framework like ExpressJS. Here i assume you have basic knowledge of writing Javascript like what is variable, function and etc, now lets begin. The HTTP module...00
Tthexzaninblog.thexzan.com·Feb 8, 2021 · 4 min readWhat is Javascript Call, Apply & BindIn javascript we can have method outside of an object and then use it in multiple object, lets just use code to explain it better. Javascript - Call // First we create an object const obj = {number:4} // then we create a function const addNumber ...00
Tthexzaninblog.thexzan.com·Feb 8, 2021 · 7 min readLearning how to learnI see a lot of my friend and maybe you have buy some books, Udemy courses, or even just subscribe to a lot of Programming youtube channel but you never really learn anything from it, you never finish it, Why ? This technique is to learn anything no...01S