Prettier is a coding tool that is used in JavaScript to consistently stylyze the format of our code and re-print it with its own rules that take the m
BEM (Block Element Modifier) is simply a coding convention that is used by developers to organize names of selectors (especially for using CSS).Naming
Debugging is the act of finding and fixing errors within programs. This is something all developers do daily no matter which language (JavaScript, Pyt
We all have our own reasons to why we decided to become a programmer/developer. Some people may have a degree in programming-related field to begin wi
Back in the day, designing and developing were distinct tasks. In order to build a website, there was a 2-step process. Designers would initially crea
When we dive deeper into javascript and especially, web developing, we learn the various different versions of JavaScript such as ES5 and ES6 which we
Node.js is simply a runtime environment of JavaScript used outside the browser that allows developers to build serverside and network applications usi
To allow webpage to adapt to the current viewport width (or even height).Use % (or vh / vw) unit instead of px for elements that should adapt to viewp