Recent Posts

Unit vectors and unit basis vectors

3 minute read

I was reviewing basic linear algebra and saw these two statements about the relationship between unit vectors and unit basis vectors.

My favorite code review tips

3 minute read

Code review is part of most programmers’ job, and involves a number of written interactions with your colleagues over Github. I found this blog post “How to ...

Debugging the Python behave test

1 minute read

When writing an end-to-end test using behave, debugging can be a little tricky. If you want to add a break point with pdb, you can provide a CLI flag behave ...