Posts by Year

2025

Web hygiene

4 minute read

In the fast-evolving world of technology, managing web content effectively is often a complex, multifaceted task. As a tech lead in a large international tec...

Back to Top ↑

2024

OSX Tree

less than 1 minute read

The tree command shows the folder structure of the current directory. Use the -d option to only show directories. The -I option lets you exclude certain dire...

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.

Back to Top ↑

2023

Postman and Faker

1 minute read

Dynamic User Creation with Postman Pre-request Scripts and Faker

try catch

less than 1 minute read

Try and Catch with Typescript

Development questions

2 minute read

I’ve been working on compiling a set of questions we ask at the outset of each new feature. In my experience, teams can become laser-focused on coding and im...

Back to Top ↑