What if, instead of claiming your skills, you could prove them? The story behind Hokay and its Proof of Work system for developers.
tags: career, programming, webdev, showdev
Stop asking me to trust your resume
There's something that has always bothered me about tech hiring.
We ask developers to summarize years of learning, mistakes, and bugs fixed at 2am, into a single PDF page. And on the other side, a recruiter — often non-technical — has to judge that page on faith.
The result: the tech hiring market runs on declarative trust. "I have advanced Python skills." Based on what, exactly? Nothing verifiable.
That's the problem we're trying to solve with Hokay.
The idea: replace claims with proof
Hokay isn't another online code playground, or a resume site with a dark theme. The core concept is Proof of Work: every technical challenge you solve generates a verifiable, timestamped cryptographic proof, tied to your actual submission.
Concretely:
You solve a challenge (usually inspired by a real-ish business scenario — not just "reverse a linked list")
Your code gets evaluated automatically, in an isolated environment
If it passes, a SHA-256 proof is generated and attached to your profile
That proof feeds into a structured skill (not a random tag): Algorithms, Security, Architecture, Optimization...
No "trust me bro." A verifiable trail of what you actually built.
A concrete example
Challenges aren't abstract algorithm puzzles. We try to stick to real-ish business contexts:
Code
Closer to what you'd actually do at work than an isolated LeetCode puzzle.
What happens after the challenges
Once you accumulate proofs, two things happen:
Your skill profile builds itself, category by category, with a real progression system (XP, levels, unlockable certificates)
The recruitment module connects these verified profiles directly to companies looking for specific skills — no starting from scratch with every application
We also recently added Quizzes — level-based progression, questions generated on the fly, for people who want to structure their learning before jumping into challenges.
Why this matters
The market has dozens of platforms that list skills (declarative ones, LinkedIn being the obvious example). It's sorely missing ones that prove them.
We're not claiming to have solved tech hiring in a single dev.to post. But the core idea — replacing "I know how to do this" with verifiable proof that you've done it — feels like the right direction.
If this resonates, come try it out: 👉 Hokay
Curious to hear your feedback, criticism included — it's still an early product, and this is exactly the point where developer feedback matters most.
Questions about the technical side (isolated code evaluation, proof generation, etc.)? Drop them in the comments — happy to write a deeper technical follow-up if there's interest.
For further actions, you may consider blocking this person and/or reporting abuse
Top comments (0)