RRRitwik Rohitashwainritwik.hashnode.dev·Aug 30, 2021 · 2 min readPath aliases in Node.While doing import in node.js application, we see a lot of '../' path. As the project grows vertically deep this path gets much duskier. This really looks awful especially when we are building a production-grade big application. import { AuthControl...01P
RRRitwik Rohitashwainritwik.hashnode.dev·Feb 7, 2021 · 5 min readSASS BasicQ. What is SASS? Sass is a CSS preprocessor that gives access to a variety of advanced features that are not present in vanilla CSS. Vanila CSS ==> Normal CSS Some of it features are variables, nesting, inheritance, mixin, operators, loops, conditio...00