8 followers
Software Developer
Completing long tedious tasks by the call of a script using Node.js in the Command-Line. ยท When you find yourself repeating a certain task over and over...
Imagine you stumble upon a tutorial blog with dozens of pages of content. You start scrolling through but quickly lose track of where you left off,...
The ability of an application to be able to set and schedule future tasks is a bonus and sometimes a must have feature for large scalable...
Let's say we are working on a web application that stores students information such as their name, email, and password. As the application grows and...
Sequelize is a promise-based Node.js Object-Relational Mapping (ORM) tool. An ORM is a library that simplifies SQL database management by making query...
The javascript map() method is commonly used on arrays. It accepts a function as a parameter, applies the function to each array element, and returns...