If you are like me, you probably use a computer at least once a day. Maybe even several. Of the time you spend on your computer, I’m willing to wager that a large portion is spent online. Of that… (more…)
Read more »
Well, below is a screenshot of my personal website’s source code, see if you notice something different: And now, let’s talk about how that works, how well it works, and what other alternatives to… (more…)
Read more »
The Fetch API is a better way to make HTTP requests in frontend application. It is quite similar to the XMLHTTPRequest. (more…)
Read more »
Zip files are ubiquitous files on the net. We use them frequently when sending an e-mail or downloading a program. What is a zip file? It’s an archive format which contains one or several files in a compressed form in order to reduce the overall size of...
Read more »
I thought I knew all the ways to call functions without parentheses: alert`1337` throw onerror=alert,1337 Function`x${'alert\x281337\x29'}x``` 'alert\x281337\x29'instanceof{[Symbol['hasInstance']]:eva... (more…)
Read more »