Why Me (NiM)?

Why do you use NiM?…

Read this article

Intelligent Pandemic Grocery Shopping

Covid19 has forced a paradigm shift for many of us when it comes to our purchasing... in particular groceries. Both a curse and a blessing, shopping for groceries on Amazon has become the new normal for many as the ballooning of Mr. Bezos' wealth is a tribute to.  As…

Read this article

express-jwt-authz with Restify support

Per the suggestion by @adamjmcgrath https://github.com/auth0/express-jwt-authz/pull/45, express-jwt-authz has been forked to support restify. Cheers! From https://github.com/auth0/express-jwt-authz/pull/45... Pretty basic change to support Restify's response object. Currently I'm using restify with express-jwt and express-jwt-authz but ran into a failure when…

Read this article

AUP, ToS, and Privacy Policies

When GDPR took affect a few years back I really didn't pay a whole lot of attention to creating these documents until it directly affected the projects I owned. Now anytime I start new projects, the thought of Privacy Policies, TOS, AUP, and similar documents comes to mind. This post…

Read this article

Bridge to Ngrok tunnels

Recently I decided to use Ngrok while developing a new application locally. It consisted of a webhook which is meant to be called from the auth provider which in this case is Auth0. So to make the local server endpoint easily accessible to Auth0's servers, I used Ngrok. Ngrok is…

Read this article