Hey, I'm Rebira β most people know me as rebik. I'm an AI Engineer and full-stack developer who loves building clean, practical web apps and making AI models smarter. Most of my time lives at the intersection of solid backend engineering and intelligent, data-driven systems.
Outside of shipping code, I spend a lot of time on LLM fine-tuning, evaluation, and alignment work like RLHF, and I keep my problem-solving sharp with 500+ challenges solved across LeetCode and Codeforces.
|
π§ Training & Aligning AI Fine-tuning, evaluation, and alignment frameworks like RLHF for high-quality, safe model outputs. |
π οΈ Building TradeDraft An AI-powered platform helping solo contractors manage quotes, paperwork, and full project lifecycles. |
π§© Solving Hard Problems 500+ algorithmic challenges cracked on LeetCode and Codeforces to keep my engineering skills sharp. |
This widget shares the same free public server as everyone else, so it can hit the same rate-limit issue your stats card had. Two fixes:
- Quick fix β hard refresh your GitHub profile page (Ctrl+Shift+R / Cmd+Shift+R). GitHub caches external images through its camo proxy, so a stale error sometimes just needs a forced reload.
- Permanent fix β self-host it exactly like you did for
github-readme-stats:- Fork ryo-ma/github-profile-trophy
- Import it into Vercel
- Add your GitHub PAT as an environment variable (check the repo's README for the exact variable name β it may be
GITHUB_TOKENin Vercel's project settings) - Deploy, then swap the image URL above to your own
*.vercel.appdomain
LLM Fine-Tuning & RLHF ββββββββββββββββββββ 80%
Multi-Agent Orchestration ββββββββββββββββββββ 50%
System Design ββββββββββββββββββββ 70%
Backend Architecture ββββββββββββββββββββ 95%
- π§ Shipping TradeDraft β writing robust backend logic and polishing the user experience to get this platform into users' hands.
- π€ Smart AI Integration β figuring out better ways to orchestrate autonomous multi-agent workflows so they can plug straight into web apps.
- ποΈ Data-Rich Architectures β structuring cleaner database schemas and state management to handle high-velocity application features.
My ultimate goal is to found and build my own technology company. I'm incredibly focused on product-led engineering β building independent SaaS platforms and leveraging AI to fix real-world, everyday operational headaches for business owners and users globally.
π¬ Want the deep-dive metrics dashboard? (click to expand)
For an even richer stats panel (contribution calendar heatmap, code review stats, activity timeline, achievements), you can add lowlighter/metrics β the most powerful GitHub stats tool available, and it runs entirely as a free GitHub Action.
Setup:
- Create a token at github.com/settings/tokens with
repoandread:userscopes - Add it as a repository secret named
METRICS_TOKEN(Settings β Secrets and variables β Actions) - Create
.github/workflows/metrics.ymlin yourrebira678/rebira678repo:
name: Update metrics dashboard
on:
schedule:
- cron: "0 3 * * *"
workflow_dispatch:
jobs:
metrics:
runs-on: ubuntu-latest
steps:
- uses: lowlighter/metrics@latest
with:
token: ${{ secrets.METRICS_TOKEN }}
filename: metrics.svg
base: header, activity, community, repositories, metadata
plugin_languages: yes
plugin_habits: yes
plugin_achievements: yes- Add this to your README where you want it to appear:

βοΈ Don't have the snake yet? (click to expand setup)
Create .github/workflows/snake.yml in your rebira678/rebira678 repo:
name: Generate Snake Animation
on:
schedule:
- cron: "0 3 * * *"
workflow_dispatch:
jobs:
generate:
permissions:
contents: write
runs-on: ubuntu-latest
steps:
- uses: Platane/snk@v3
with:
github_user_name: rebira678
outputs: |
dist/github-contribution-grid-snake.svg
dist/github-contribution-grid-snake-dark.svg?palette=github-dark
- name: Push to output branch
uses: crazy-max/ghaction-github-pages@v4
with:
target_branch: output
build_dir: dist
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}Always down to talk code, discuss SaaS ideas, or brainstorm interesting AI workflows. Let's build something cool! π

