#programming

# Visual Regression Testing

7 min read

Visual regression testing is a form of testing in which you check in an automated fashion if the latest code changes you made had any unintended visual changes. The perfect example of this is in my…

Read

# Team Dependencies

5 min read

One of the toughest things you will face in your career is not the code, it’s the dependencies between teams. In a small company, this will be fine, you can message Bob and ask for that latest API…

Read