I recently stumbled upon this gem of a dissertation “What Makes a Great Software Engineer” by Paul Luo Li (2016), and it’s a treasure trove of insights about what makes a software engineer truly stand out. Li, a University of Washington Ph.D. grad, dove deep into this by interviewing 59 top-notch Microsoft engineers, surveying nearly …
Tag Archives: code
Netlify Dev – Deploying Functions
Trying to deploy functions using Netlify Dev? Here is a guide to get started and deploy a function in Netlify Dev in minutes.
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.
