Recent Posts

npm install

3 minute read

I needed to take a step back and fully understand this issue so I could explain it clearly to both new and experienced developers. The problem surfaced becau...

NPM Dependency Notation

2 minute read

Dependency notation in the package.json file influences how npm handles version installations, and this affects whether npm install may update the package-lo...

Basic patterns for 99% of development

3 minute read

I had to explain this to a couple of new devs on the team. Not that their code was wrong, but there is a way of approaching problems that make better sense.