Blogs

How To Get Data From URL …

In this we are going to learn how to get data from the url of a NEXTjs application. In this blogs we will be taking a look at the latest version of nextjs which is version 13, it would be different for version 12 and so on. I am assuming you got npm installed or something similar to that for …

Medito -A Free And Open …

I’ve been using Medito, a fantastic meditation software, for the past few weeks, and it’s been excellent. The app includes lessons that teach you how to meditate, and you can download a meditation session to use when you don’t have access to the internet. If you choose, this app also offers …

How To Find HTML Elements …

There are three ways of finding HTML elements document.getElementById() document.getElementsByTagName() document.getElementsByClassName() Element By ID:- The document.getElementById() method is the most common way to find HTML elements. You can assign a Tag any id you want and pass the the id as a …