Is It Your Bug or Their Outage? Telling the Difference While It Is Happening
On 17 August 2026 GitHub was down for seven hours and forty-seven minutes. Authentication, Actions, the API, pull ...
Read moreTips and notes on reporting better bugs
On 17 August 2026 GitHub was down for seven hours and forty-seven minutes. Authentication, Actions, the API, pull ...
Read moreEverything a developer needs to reproduce a bug is on your screen while it is happening: the page, the console, th...
Read moreA flaky test passes and fails on the same code. Nothing changed between the two runs except timing, ordering, or s...
Read moreRegression testing is checking that things which used to work still work, after a change. Not the change itself - ...
Read moreA smoke test is a short, shallow pass over the things a build must be able to do before anyone spends time on it. ...
Read more