Now that we have our Browser extension up and running with Tailwind CSS and Parcel let's look at how we can make it more interactive. You can choose any framework you are familiar with. I decided ...Read more
Querify Question Shop: Explore Expert Solutions and Unique Q&A Merchandise Latest Questions
Continuing the discussion of JavaScript functions, I have covered the general outline of a function – as well as Anonymous functions. I still have to touch base on Callback functions, and now is the perfect ...Read more
So I decided to make a newsletter. I decided to use MongoDB for saving the data for the email list and verification list. Then I went to the code for my portfolio (my ...Read more
When a script is loaded, it loads in blocking or synchronous mode, which means that the browser waits for the script to finish loading before executing any code after it. So in this case, ...Read more
In this article I will introduce you to a couple of extensions for Chrome, one of which will be a massive help when testing sites / web apps you have built! Then I will use ...Read more
HTML stands for Hypertext Markup Language. It is the standard markup language used to create web pages and other types of documents that can be displayed in web browsers. HTML is used to structure the ...Read more