Writing small, reliable unit tests.
Example test:
test('adds two numbers', () => { expect(add(1,2)).toBe(3) })
Spread the word
Enjoyed this post? Share it with your network in a click.
More posts about testing.
Setting and enforcing performance budgets.
Use HTTP headers to harden your app.