JS

Jean Snyman
Software Engineer
  • Home
  • Blog
Build a Basic CLI with Nodejs and Commander

January 5th, 2020 · 1 min read
A Basic Nodejs CLI with commander
Using Nodejs and Puppeteer to Scrape a Site.

December 21st, 2019 · 1 min read
This is a basic example of how to use puppeteer to scrape a site with pagination
Sending Emails via GMAIL using Nodemailer

November 18th, 2019 · 1 min read
Sending Emails with Nodemailer
Introduction to MongoDB and Mongoose

October 15th, 2019 · 6 min read
Examples of using MongoDB and Mongoose
Nodejs Notes

October 5th, 2019 · 7 min read
Nodejs basics
A Basic Grapghql Endpoint with Nodejs and Express

September 22nd, 2019 · 3 min read
Using Nodejs and Express to build a simple graphql endpoint
Executing Powershell commands in a Nodejs API

July 6th, 2019 · 2 min read
In this post I'm going to create a very simple Web API in Node, that will run a Powershell command on the back-end to retrieve information about a running process. I'll be using three modules to assist me with this, express.js, nodemon and node-powershell.