Blogs
Dokploy - Self-Hosted Platform for Web Apps
Goodbye Vercel | Hello Dokploy Like many React developers, I’ve always leaned toward Next.js as my go-to React-based framework. Thanks to its tight integration …
How To Get Data From URL In NEXTJS 13
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 …
Medito -A Free And Open Source Meditation App
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 …
How To Find HTML Elements Using JavaScript
There are three ways of finding HTML elements document.getElementById() document.getElementsByTagName() document.getElementsByClassName() Element By ID:- The …
10 Basic Linux Commands That You Need To Know
10 Basic Linux Commands That You Need To Know 1. cd The cd command is used for changing directories. cd stands for “change the working directory”. …
5 Foss That Will Change Your Life (Android)
Why FOSS FOSS stands for “Free and Open Source Software” (free as in freedom), The Foss application are generally more privacy-friendly and secure. …
Gobuster - Finding Hideden Directories
How To Find Hidden Directories In Web Pages. What is Gobuster ? Gobuster is a tool and helps us to find directories and files present in a website or a web …
The Minimalist Phone - Guide
In this guide, we will be learning on how to make your phone a less distractive, and also how to reduce the time that you spend on your phone. You only need to …
7 Curl Commands That Every Developer Should Know!
What is a curl command Curl is a command line tool used to transfer data to and from the servers, using the supported protocols (HTTP, FTP, IMAP, POP3, SCP, …
Testing Hello World