How to Bypass Ad Blockers for Vercel Analytics in NuxtThis article goes over how to bypass ad-blockers for Vercel Analytics in a Nuxt application.Jun 24, 2025·2 min read·32
The JavaScript Fullscreen APIA Simple Introduction to the JavaScript Fullscreen APIOct 23, 2023·4 min read·54
Deno vs. NodeThis article goes over the core differences between Deno and Node.js.Aug 1, 2023·1 min read·17
Domain Name System (DNS) BasicsWhen a user makes any form of request on a network such as a website by typing the URL, all the user is asking is the files associated with that URL. To fetch these files, the client needs to know which computer (server) on the Internet they are bein...Feb 3, 2021·9 min read·103
HTTPS BasicsHTTPS is a protocol which is an improvement over HTTP and is the short form of HyperText Transfer Protocol Secure (HTTP + SSL). In this article, we will look at the shortcomings of HTTP which lead to the development of HTTPS and some basic ideas behi...Feb 3, 2021·8 min read·109
HTTP BasicsIn this article, I will discuss how HTTP requests work behind the scenes. Before we delve deeper into this topic, let's see an overview of how the web works. When a person wants to visit a website, they type in the address of the site into their brow...Feb 3, 2021·14 min read·125