01 · Roasts
Solo Island Castaway
soloPct=100 across every repo, 0 PRs, 0 issues, 1 follower. GitHub is a social platform and you're treating it like a private NAS. At least mooindagcounter has 1 star — from someone who might be yourself.
Hardcoded Security Disaster
install-adds.ps1 in Toolbox literally contains 'Pa55w.rd' as the domain admin password. The 'Pa55' convention is a classic exam lab credential — please don't let this be anything that touched a real AD forest.
Heatmap of Existential Dread
143 commits over a year but the heatmap looks like a connect-the-dots puzzle with most dots missing. Roughly 32 active days out of 365. privateWorkLikely=true is doing a lot of heavy lifting for your Consistency score.
Shell + HTML Supremacy
86% of your codebase is Shell and HTML. Python — your only 'real' language — clocks in at 8%. The toolbox of a sysadmin, not a software engineer. Lean into it or diversify.
Container: The Course Assignment That Shipped
A 9-line Nginx Dockerfile and some K8s YAML with 30 commits over 6 weeks. The CI/CD pipeline to GKE is honestly impressive for a school project, but it's still fundamentally a homework submission with a star.
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% weight40D
- Consistency20% weight60C
- Quality20% weight57D
- Depth15% weight55D
- Breadth10% weight55D
- Community10% weight25F
03 · Stats
365-day commit heatmap
32 active days
Language distribution
- Shell46%
- HTML40%
- Python8%
- PowerShell3%
- CSS1%
- Batchfile1%
- Other1%
04 · Numbers
Owned repos
non-fork
4
Commits
last 12 months
143
Followers
1
Joined GitHub
Nov 2022
05 · Top repos
cdemmer04 /
mooindagcounter
Dutch FastAPI counter app with MariaDB backend, shipped to production on Bunny.net. Includes CI/linting, async pooling, structured multi-file layout, and Docker deployment—solid indie project but early in lifecycle (6 months, 1 star).
cdemmer04 /
Toolbox
Collection of utility installation and configuration scripts for PoCs, with 11 named scripts covering Docker, Ansible, Kubernetes, MariaDB, and Windows AD. Very recent repo (created Mar 2025) with minimal stars/forks but active development; lacks tests, license, and type checking.
cdemmer04 /
container
Student course assignment repo with Dockerfile + Kubernetes manifests and GKE deployment CI/CD pipeline. No README, no tests, minimal scope—classic educational one-off project.
06 · Timeline
- Nov 1, 2022Joined GitHub
- Oct 28, 2024Created mooindagcounter — Mooindagcounter met Mysql
- Mar 31, 2025Created Toolbox — Handy scripts for creating Proof of Concepts
- Feb 3, 2026Created container — Repository containing assignments and projects for the Public Cloud Concepts course, part of the Cloud Engineering specialization at Saxion University of Applied Sciences.
- May 26, 2026Most recent push to mooindagcounter
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.