SVSiya Vatsinletsdodev.hashnode.dev·Jan 3, 2023 · 2 min readChange the color of elements using JAVASCRIPTLet's understand this with a simple program. Do you know that we can add or remove a class to an element by JAVASCRIPT. add : this will add that class to that element remove : this will remove the given class from that element toggle : this will a...00
SVSiya Vatsinletsdodevops.hashnode.dev·Dec 26, 2022 · 3 min readLINUX commands everyone should know.NOTE: filename.txt | file1.txt | file2.txt | folder name. They are just used to describe the working of commands properly. You can use any random name of your wish. pwd : It will print your working directory. It will tell you in which folder/directo...00
SVSiya Vatsinletsdodevops.hashnode.dev·Dec 21, 2022 · 1 min readHow to Dockerize a React AppLet's learn about it. PREREQUISITES: Docker-Desktop should be installed. An Internet Connection is a must. STEP 1:Create a file with the name "Dockerfile. dev" in your react app directory. STEP 2: Write the given commands in Dockerfile.dev STEP...01V
SVSiya Vatsinletsdodev.hashnode.dev·Dec 5, 2022 · 1 min readLet's learn about IP addressesWe all know that because of IP address we can uniquely identify a device on internet. But have you ever wondered to know who allocated these IP addresses. ARIN and RIR are those organisations which manage the IP address of the whole world ISP ( Inte...00