01 · Roasts
The Rename Loop
EnterpriseAPI → EnterpriseAPIvFinal → EnterpriseAPISpringBoot. You're not iterating on a product, you're iterating on repo names. 'vFinal' is never final and you know it.
124 Repos, 1 Star
You've published 124 repos to GitHub and the entire portfolio has accumulated exactly 1 star — likely your own. That's a 0.008 stars-per-repo rate. At this velocity you'll hit 10 stars sometime around 2087.
70% Graveyard Ratio
Seven out of ten of your repos haven't seen a commit in over 2 years. Your GitHub profile is less a portfolio and more a digital cemetery. 'I like to build things from scratch' apparently includes abandoning them from scratch too.
5-Day Architecture Astronaut
EnterpriseAPIvFinal has Kafka, Redis, Circuit Breakers, OpenTelemetry, and ECS deployment — all shipped in 5 days with 0 production users. That's not a product, that's a resume prop with a very impressive README and no test suite.
LLD: The 2KB Dream
Your Low-Level Design repo contains one Singleton class in 2KB of C#, created and pushed in a 36-minute window, never touched again. Design patterns deserve better than a drive-by.
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% weight35F
- Quality20% weight72B
- Depth15% weight35F
- Breadth10% weight65C
- Community10% weight40D
03 · Stats
365-day commit heatmap
55 active days
Language distribution
- HTML37%
- Java31%
- C#12%
- TypeScript10%
- Python5%
- PLpgSQL1%
- Other4%
04 · Numbers
Owned repos
non-fork
94
Commits
last 12 months
157
Followers
13
Joined GitHub
Mar 2018
05 · Top repos
sourya1995 /
EnterpriseAPIvFinal
Production-grade ASP.NET Core 8 API demonstrating Clean Architecture, DDD, Kafka events, caching, and resilience patterns. Typed C#, well-documented, structured multi-file layout with 150 KB codebase built in a short window (5 days old, 8 of 30 commits recent).
sourya1995 /
InterviewKit
Comprehensive interview study kit covering DSA, system design, languages, and behavioral prep. Structured README with well-organized folders and substantial reference materials (coding patterns, API design cheatsheet, BOTE calculations). Works but lacks tests, CI, and source code is primarily documentation/examples rat
sourya1995 /
EnterpriseAPISpringBoot
Spring Boot 3 enterprise API reference implementation ported from .NET; comprehensive architecture blueprint with strong infrastructure-as-code practices but zero stars/adoption, brand new repo (2 days old, 2 commits), no tests, and minimal real production validation.
sourya1995 /
EnterpriseAPI
Brand-new Clean Architecture ASP.NET Core 8 template with JWT auth, EF Core, and FluentValidation. Shipping one commit, no adoption yet, but well-structured and typed.
sourya1995 /
LLD
Minimal design pattern scaffold with 2KB codebase, single Singleton example in C#. Created and pushed same day with 2 commits. No README, tests, CI, or documentation beyond inline comments.
06 · Timeline
- Mar 13, 2018Joined GitHub
- Oct 9, 2025Created InterviewKit
- Feb 20, 2026Created EnterpriseAPI
- Mar 5, 2026Created LLD — Low Level Design
- Mar 8, 2026Created EnterpriseAPIvFinal
- Mar 13, 2026Created EnterpriseAPISpringBoot
- Mar 16, 2026Most recent push to InterviewKit
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.