1
EasyLive
Pagination off by one
Page 1 skips the first N items.
- Skill trained
- Reading a failing test and spotting an off-by-one boundary.
- Why it matters
- Boundary bugs are the most common silent data error in real APIs.
HTTP/API·~10 min
Five beginner-friendly incidents that teach the Buglyst workflow without throwing you into a massive OSS repo.
Page 1 skips the first N items.
Works locally. Fails in CI after a config change.
Works on macOS, fails in Linux CI.
Deployment rolls back even though app is alive.
Regex origin validation allows malicious domains.