Implement Raft Consensus for a Self-Hosted Feature-Flag Service
Overview
What this challenge is about.
Implement Raft Consensus for a Self-Hosted Feature-Flag Service. Expert-level challenge in code. Writing production code that solves real engineering problem...
The Brief
What you'll do, and what you'll demonstrate.
Build a Raft-replicated configuration service for self-hosted deployment that survives leader failures within 5 seconds and serves the existing SDK contract.
This is not a coding exercise. It is the work a software engineer does between a Jira ticket and a merged PR. That distinction matters to every hiring manager who has seen candidates solve LeetCode problems and none who have shipped production code under real constraints.
When you finish, you will have something most graduates do not: a real-world deliverable, verified by Ewance, that you can show to a hiring manager and say "I did this. Here is the proof."
Earning criteria — what you'll demonstrate
- Implement the core Raft algorithm from a primary research paper
- Reason about log compaction and snapshotting under real disk constraints
- Validate consensus correctness with chaos tests, not just unit tests
- Document an architecture trade-off in a form senior engineers will trust
Program Fit
Where this fits in your program.
Sharpens the same skills your degree expects you to demonstrate.
Aligned coursework coming soon.
Skills
Skills you'll demonstrate.
Each one shows up on your verified credential.
- Raft Consensus
Apply raft consensus to solve real industry problems and demonstrate production-level capability.
- Go Programming
Apply go programming to solve real industry problems and demonstrate production-level capability.
- Grpc
Apply grpc to solve real industry problems and demonstrate production-level capability.
- Fault Tolerance
Apply fault tolerance to solve real industry problems and demonstrate production-level capability.
- Snapshotting
Apply snapshotting to solve real industry problems and demonstrate production-level capability.
- Chaos Testing
Apply chaos testing to solve real industry problems and demonstrate production-level capability.
Careers
Career paths this challenge builds toward
Completing this challenge demonstrates skills that transfer directly to these roles: