• Home
  • Ai
  • GitHub
Sign in Subscribe

I=['daddy']; I.concat(['gineer', 'trepreneur'].map(x => 'en'+x))

console.log(null || undefined || 0 || '?')

--inspect

A collection of 4 posts
NiM + Troubleshooting: Resolving the Lingering Inspector Issue
NIM

NiM + Troubleshooting: Resolving the Lingering Inspector Issue

If you're a Node.js developer, you're likely familiar with NiM, the handy V8 Inspector tool, and of course the Nodemon utility that monitors changes in your Node.js applications and automatically restarts the server when it detects modifications to your code. It's a
Sep 25, 2023 2 min read
Inspect Node.js With Grunt-SWATCH (!watch) And Fiveo
grunt

Inspect Node.js With Grunt-SWATCH (!watch) And Fiveo

I know, I know... the socket in the cover picture isn't really the type of socket we're talking about in this post, but I've been preoccupied lately with the idea of building a new workstation and the ThreadRipper is a monster! I mean it
Aug 19, 2019 8 min read
Absolute Simplest Node.js Debugging - VSCode/DevTools
node.js Featured

Absolute Simplest Node.js Debugging - VSCode/DevTools

In my opinion, debugging Node.js (Node) code hasn't ever been that big of a pain point, largely because of the excellent debugger baked into Node, which has been the case for at least as long as I've been involved with writing software in Node. Python
Jun 3, 2019 5 min read
Squash Node Bugs with DevTools on Edge
edge browser

Squash Node Bugs with DevTools on Edge

With the newest release of Microsoft's Edge browser, installing Chrome Web Store extensions on Edge is now possible as Edge is now built upon the Chromium code base. Further, Chrome DevTools is also included in Edge. And with the final piece of the puzzle being NiM (Chrome Web
Apr 15, 2019 1 min read
Page 1 of 1
I=['daddy']; I.concat(['gineer', 'trepreneur'].map(x => 'en'+x)) © 2025
  • privacy
  • terms
  • contact
Powered by Ghost