- Automate TypeScript Development with Nodemon and Concurrently
by aadiOnce you have setup TypeScript, follow these steps: 2. In the compilerOptions section, update the rootDir and outDir paths. Set sourceRoot to where your TypeScript files will be stored, and… Read more: Automate TypeScript Development with Nodemon and Concurrently - How to Pass Variables from EJS Templates to Partials
by aadiEJS (Embedded JavaScript or perhaps Effective or Elegant or Easy JavaScript) is a templating language that lets you generate HTML markup using JavaScript. EJS enables server-side rendering of HTML and… Read more: How to Pass Variables from EJS Templates to Partials - Understanding ‘==’ vs ‘===’ in JavaScriptby aadi== and === are comparison operators in JavaScript. == is the equality operator, which compares the values of operands. For example, both of the following statements evaluate to true: ===… Read more: Understanding ‘==’ vs ‘===’ in JavaScript
- CSS Units – ems and the need for rems
by aadiCSS (Cascading Style Sheets) is used to style HTML elements on web pages. Each HTML element is essentially represented as a box. Consider the paragraph element selected on this MDN… Read more: CSS Units – ems and the need for rems