INImroz Nezamiinimroz.hashnode.dev·Jul 19, 2021 · 2 min readHTTP Request MethodsAn HTTP Request is an action to be performed on a resource identified by a given Request-URL. There are various types of HTTP request methods but there are four major types of HTTP request methods which developer use frequently. 1) GET- It is used to...00
INImroz Nezamiinimroz.hashnode.dev·Jul 12, 2021 · 2 min readBEM Naming ConventionBEM (Block__Element--Modifier) is a popular naming convention in CSS. BEM model says every class should either represent a block, an element of the block, or a modifier of an existing block or element. Just by looking at the class name one should und...00
INImroz Nezamiinimroz.hashnode.dev·Jul 8, 2021 · 2 min readWriting good commit messagesWhat is a commit message? Before saving changes to a local repository in Git, we have to tell Git what types of changes we have done for future reference. This is done by adding a commit message to identify the changes. Why should everyone write good...00
INImroz Nezamiinimroz.hashnode.dev·Nov 30, 2020 · 2 min readWhy does JavaScript contain word JavaIf someone is a newbie in programming and comes to know about Java and JavaScript then initially that person would think there is some similarities in both languages just like any other random person, but that's not the case. JavaScript and Java are...00