Why This Matters
A developer priced out of paid interview-prep platforms built a free, no-signup coding practice tool and shared it on Hacker News. It highlights how much of the tech hiring pipeline sits behind subscription paywalls, and how quickly solo builders can now ship credible alternatives.
Key Takeaways
- Interview prep tools are increasingly commoditized, putting pressure on paid incumbents' subscription models.
- Removing signup friction — practice immediately in the browser — is a strong differentiator for developer tools.
- Cost barriers in hiring prep are a real equity issue, and free alternatives widen access to tech jobs.
Try it now - no signup Two Sum · easy
Solve a real Google interview question, right here
Given an array of integers `nums` and an integer `target`, return the indices of the two numbers that add up to `target`. Each input has exactly one solution. You may not use the same element twice.
Time: O(n) Space: O(n)