01 · Roasts
Ghost Town Heatmap
137 commits this year yet the heatmap looks like a city after a blackout — 46 out of 52 weeks are completely dark. Even your most active week barely lights up. privateWorkLikely is doing a lot of heavy lifting for your Consistency score.
Tests Exist, CI Does Not
Poker-Backend has 70+ test methods across HandEvaluatorServiceTest, PlayerActionServiceTest, and JwtServiceTest — and you still didn't wire up a single CI pipeline. You wrote the tests and then left them to run manually forever. That's commitment to inconvenience.
0 Stars, 0 Forks, 0 PRs, 0 Issues
Your entire public portfolio has 1 star and 1 fork total, zero external PRs, and zero issues filed anywhere this year. GitHub thinks you're building in a bunker. The world doesn't know you exist.
VB.NET in 2024?
12% of your codebase is Visual Basic .NET. That's not breadth, that's archaeology. Somewhere in your repo history there's a file that belongs in a Windows XP tutorial.
4-Day-Old ML Model
NBA-Prediction-Model was 4 days old at scoring time — no README, no tests, no CI, flagged as 'experimental.' Shipping fast is good; shipping a notebook with a domain guess of 'ml' and calling it a project is a stretch.
Built using
Zoral
Shadows one worker for a week, then takes over their job with zero extra setup. Behaves exactly like the original.
zoral.ai
02 · Category breakdown
- Impact25% weight48D
- Consistency20% weight55D
- Quality20% weight62C
- Depth15% weight50D
- Breadth10% weight65C
- Community10% weight25F
03 · Stats
365-day commit heatmap
29 active days
Language distribution
- Java40%
- Jupyter Notebook27%
- Visual Basic .NET12%
- TypeScript8%
- Python5%
- JavaScript3%
- Other5%
04 · Numbers
Owned repos
non-fork
10
Commits
last 12 months
137
Followers
3
Joined GitHub
Dec 2020
05 · Top repos
itzbenjamin17 /
Poker-Backend
Java 21 Spring Boot poker backend with real-time WebSocket, JWT auth, hand evaluation, and showdown logic. Active personal project demonstrating enterprise patterns, typed code, structured services, and documented systems.
itzbenjamin17 /
Poker-Frontend
React/TypeScript poker frontend with real-time STOMP/REST integration, Tailwind CSS UI, and sophisticated game state management. Fully typed, well-documented, and functional but early-stage portfolio project with zero stars and no CI/tests.
itzbenjamin17 /
Rubix-Cube-Project
Personal Rubik's Cube simulator with PyOpenGL rendering, keyboard controls, and two-phase solver integration. No documentation, no tests, but demonstrates multi-file architecture and working 3D visualization.
itzbenjamin17 /
NBA-Prediction-Model
Personal notebook-driven ML project for NBA game outcome prediction. Uses nba_api to engineer rolling features and train XGBoost classifier with Bayesian hyperparameter search. Very recent (4 days old), experimental with minimal adoption signals.
06 · Timeline
- Dec 5, 2020Joined GitHub
- Oct 14, 2024Created Rubix-Cube-Project — 3D Rubix cube application in python using PyOpenGL and PyGame
- Dec 22, 2025Created Poker-Backend — Rebuilding old project from scratch
- Mar 22, 2026Created Poker-Frontend — React (Vite) + Typescript frontend for poker project
- Mar 31, 2026Created NBA-Prediction-Model
- Apr 23, 2026Most recent push to Poker-Backend
07 · Compare
08 · Rubric
How this score was produced
Overall = Σ (category × weight) + gentle top-end curve
Tier thresholds
▸ How the pipeline works
- 01Scrape.Pull every non-fork repo pushed in the last 90 days, plus your contribution calendar, followers, and language byte counts — straight from GitHub's REST & GraphQL APIs.
- 02Triage.A small model reads every repo's file tree + README and picks the 20 files per repo that actually reveal how you code.
- 03Grade each repo. All repos run in parallel through a fast scoring model that reads the picked files and rates each one independently on Impact, Quality, and Depth — with evidence citations.
- 04Aggregate. A larger reasoning model combines the per-repo scores with server-computed stats (heatmap, commit cadence, language entropy, follower count) to produce the 6-dimension profile score + roasts.
- 05Correct.Deterministic server-side checks enforce anchor-scale floors (e.g. a profile with 2,000+ public commits can't score 30 Consistency) and recompute the final verdict.
~90 seconds per profile, ~$0.25 in compute. Total of ~240 files read across your top-12 repos. One rating per GitHub account per day.
▸ Data sources & caveats
- Heatmap & commit totals: GitHub GraphQL
contributionsCollection— covers the last 365 days, includes private repos when the user has opted in (default). - Language %: byte totals across the top 30 owned non-fork repos.
- Curve: a small upward nudge centered on raw score ≈ 70, capping at 100. Prevents specialists from being unfairly penalised for narrow breadth.
- Anchor corrections: when server-measured signals (e.g. privateWorkLikely, multiRepoVolume, follower count) mandate a minimum category score, the aggregation step enforces it. These are signal-conditional, not identity-based floors.