A full-stack test management application to maintain and manage defects built using Node, Express and MongoDB for the backend and HTML/CSS,BootStrap for the frontend
NodeJS + Express + MongoDB + BootStrap
A Simple Budget Calculator with Command Line Interface using NodeJS with the help of few NPM modules such as "yargs" for parsing command-line arguments and "chalk" for styling terminal string.
NodeJS
A Simple Portfolio built using HTML, CSS, SASS as the CSS pre-processor, Tailwind CSS, JavaScript and deployed on Netlify.
CSS + JavaScript + SCSS + Tailwind
If you have started learning JavaScript and even if you are in the early stages you must have come across var, const, and let variable declaration. Let us understand, the main differences between these ways of declaring variables
Functions are the fundamental part of JavaScript programming language. It is a block of code that is reusable, i.e. the function can be called anywhere in the code and perform the required task as many times as you need it.
So what exactly is Node Package Manager? The package is a piece of code that is managed by the Package Manager which is nothing but software that manages the installation and updating of packages.
Rather than creating our own custom modules every time, Node provides a set of modules to make our lives easier. It is similar to that of importing your own modules we use the same require() function.
I would like to hear from you