On burnout

#burnout
#behavior
#software

This is not one of those "5 Steps To Tell If You have burnout" types of blog. This is about how burnout affects me and how I manage it.

Conducting interviews as a software engineer

#behavior
#interview
#software

There is a lot of information out there on interviews. I would say most of it is information on how to be a good interviewee, not a good interviewer.

How do I test my code?

#tests
#javascript
#web

Writing tests can be a difficult process. From my experience, the interaction between developers and tests is not what could and should be. Some people view tests as a chore, something to do after you finished your implementation. This is a wrong behaviour as it can cause tests to be left out.