Trying to deploy functions using Netlify Dev? Here is a guide to get started and deploy a function in Netlify Dev in minutes.
Tag Archives: code
npm Missing Script Error
How to fix the all too common npm “missing script” error.
BASH Unofficial Strict Mode
BASH Unofficial Strict Mode can save you from common pitfalls.
Type Checking In JavaScript Is Tricky
Type checking is tricky in JavaScript. type === ‘string’ may one day trip you up.