The Stroz

Where Have I Been?
Where Have I Been?

If it seems like this space was neglected for a while, well…that is because it was.

Aug 29, 2022
2 minutes
Better Tests Part 2 - Test Every Condition
Better Tests Part 2 - Test Every Condition

This is the second part of a series of posts that will help us write better tests…and this one should seem kind of obvious - making sure we test every logical condition in our code.

Apr 29, 2022
8 minutes
Better Tests Part 1 - Static Data
Better Tests Part 1 - Static Data

This is the first part in a series of posts that will help us write better tests…and this is a big one for me - the use of static data in our tests. Keep in mind that while the sample code below is written in JavaScript, the concept would be the same in any language.

Apr 05, 2022
4 minutes
EMS & Coding - Shared Skills
EMS & Coding - Shared Skills

Many people close to me (and quite a few who are not that close) know that before I started my career as a developer I worked as a paramedic for almost 15 years. When my family and I left New Jersey in 2004, it was the first time in almost 20 years (dating back to when I was 16) that I did not have a job in the medical profession. I often get asked how I made the switch from being a paramedic to being a developer (a story I will share here at some time) as they seem to be drastically different careers. However, over the years, I have discovered that a lot of the skills I used as a paramedic I still use almost every day.

Mar 29, 2022
6 minutes
Verifying Code Coverage With Karma
Verifying Code Coverage With Karma

This is the first in a series of posts that will help ease the transition to TDD and how we can make sure we write tests that actually verify the code we write is correct.

Mar 24, 2022
7 minutes
Conference Announcement
Conference Announcement

I am thrilled that I was selected to speak at the JavaScript & Friends Conference in Columbus, OH on July 29th.

Mar 17, 2022
1 minute
Hello, World (again)
Hello, World (again)

I would like to welcome you to my little slice of the Interwebs.

Mar 16, 2022
2 minutes