npm

A 3-post collection

Debug Express.js Middleware

Express.js is a great web framework to easily create web applications. One of the amazing features of Express.js is the ability to use middleware. This allows certain actions to be run on all incoming requests to the server. For example this can be used to verify a user

Cross Platform JavaScript Packages

There are so many amazing JavaScript packages out there that make a developers life so much easier. I have built my own basic packages to meet many different needs. Most of my JavaScript experience and use cases for building packages comes on the back-end (Node.js) and not as much