In this article we take a look at how to use the package.json to specify a node/npm engine for our local development. We then explore the .nvmrc file and how this applies to a Netlify build to enforcing netlify to build with a specific version.
Backend Development

Building Your First Node JS CLI
In this article, I take the reader on the journey as I explore how to create a Node-based CLI. I talk a little bit about how to run a CLI using NPM or NPX and then cover the code I used to create one.

Configuration of 301 Redirects with Netlify and Next.Js
My recent 301 redirect journey with Netlify, to redirect Sitecoremaster.com to Dylanyoung.dev. Might be helpful to those new to Netlify/Next.js.