DADeepesh ADinmydevad.hashnode.dev·Jan 17, 2023 · 6 min readJavaScript DOMWhat is DOM? Dom refers to the Document Object Model. We have an API in the web browser called document or we can say function. So Generally whenever the Web page is loaded or the HTML page is loaded in the browser, the browser creates a tree type of...00
DADeepesh ADinmydevad.hashnode.dev·Jan 11, 2023 · 4 min readIntroduction to ProgrammingWhat is Programming? Programming is a way of telling computers to do a task in a particular manner.But the computer only understands 0's and 1's, so that's why various language comes into the picture, It's the kind of language that is readable by hum...00
DADeepesh ADinmydevad.hashnode.dev·Dec 30, 2022 · 4 min readCSS SelectorsWhat are CSS selectors? CSS selectors help us to target the HTML tags, or we can say that we can select any element or tag and can change the property of that tag specifically. We can divide Css Selectors in five catogeries 1. Simple Selectors (selec...00
DADeepesh ADinmydevad.hashnode.dev·Dec 27, 2022 · 6 min readHtml ConceptsWeb Servers In a simple definition, It is software that accepts a request by HTTP(It is a network protocol created to distribute the web content or its secure variant HTTPS) to perform some task or some computation or to transfer the data as per the ...00
DADeepesh ADinmydevad.hashnode.dev·Dec 12, 2022 · 4 min readIntroduction to LinuxBasic Command. Some Advance Commands. SSH and SCP for connecting from local to main server and downloading the data from server and viceversa. Basic Commands everyone should Know 1) Whoami => It tells you the which user u are or who u are. 2) ls ...00