How `Localhost` Works ?

Whether you're running a front end dev server or testing a backend API, chances are you’ve typed localhost:3000 in your browser. But have you ever stopped to wonder—what actually happens when you ...
0 Read More

JS HTML DOM

JS HTML DOM
Introduction The basic HTML and CSS teaches you to build static web pages. What I mean by static is, any change requires reloading the whole page. Developers would have to sit and wait all da...
0 Read More