#programming-blogs
Read more stories on Hashnode
Articles with this tag
Web Service Definition Web service is a standard or protocol that facilitates data exchange in the form of XML (Extensible Markup Language) between...
Domain Name The address of a website is a domain name similar to the address of a house. It is made of three different parts which include server...
React Developer's Day 6 ยท In React, a functional components can be written in two ways: //Regular Function function FunctionName(props) { return <div...
I managed to get rid of the scroll of the login page which shows some white space when the login page is scrolled down a little. Unfortunately, I now...
As I have said before, I have coded in HTML, CSS and JS previously but I do not have all the knowledge of these languages at my fingertips. I am still...
State allows you to store one or more properties of a component. State can be used in a class component but not in a functional component. (However,...