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

Share Those Debug Sessions!

Pair programming per Wikipedia is defined as: an agile software development technique in which two programmers work together at one workstation. One, the driver, writes code while the other, the observer or navigator,[1] reviews each line of code as it is typed in... And using my trusty Ctrl-F shortcut…

Read this article

Self Signed x509 Cert and Vue CLI (Webpack)

I just spent longer than I would have liked resolving this issue. Hopefully this post helps some others. While using a self signed certificate generated by openssl (from Ubuntu running under WSL2 on Windows 10... in case you care) for local development of the Brakecode.com dashboard using Vue CLI,…

Read this article

Chromium Bug 900945 Affecting NiM

Chromium BugSo this is likely affecting lots of NiM users but there is a quick and easy workaround until the problem is fixed upstream. The fix... Open DevTools manually with the keyboard shortcut F12 or Control+Shift+I on Linux/Windows or Command+Option+I on Mac. Read more about…

Read this article

Node.js Diagnostic Reports

The idea to add this feature to NiM came from the GitHub issue listed below as well as all of the recent talk about the new hotness that is Node 12 and 13. So what is Node Diagnostic Report(s)/Reporting? In short, it's a cool feature that... Delivers a…

Read this article