Kayode Oluwasegun
Kayode Oluwasegun

Kayode Oluwasegun

Follow
homeResourcesLinuxTestingTypescriptNowBadges
Tag

Node.js

#nodejs

More content

Read more stories on Hashnode


Articles with this tag

Scheduling tasks in NodeJS with cron job

Oct 30, 20213 min read

The cron command-line utility, also known as cron job, is a job scheduler on a Unix-like operating system. Users who set up and maintain software...

Scheduling tasks in NodeJS with cron job

NodeJS Desktop Automation with RobotJS, (but with a program that could get you h̶i̶r̶e̶d̶ fired😄)

Oct 24, 20213 min read

Some while ago, I saw a meme video of "a day in the life of a software engineer" where the engineer wrote a script to make his computer switch on...

NodeJS Desktop Automation with RobotJS, (but with a program that could get you h̶i̶r̶e̶d̶ fired😄)

Parsing Node Command-Line Arguments

Oct 20, 20212 min read

Node provides an option to pass in command-line arguments when running a node application. For instance, you can pass in a flag to npm to install a...

Parsing Node Command-Line Arguments

Creating your First Command Line NPM package

Jul 1, 20213 min read

I saw a recent blog by Afzal Ahmad on publishing an npm package and using it within your application. What if you wanted a command-line package....

Creating your First Command Line NPM package