Skip to content
View Rebira678's full-sized avatar

Block or report Rebira678

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Content in all repositories owned by your account will be closed.
Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
rebira678/README.md

"I build things that work β€” and think."

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.

πŸ“Š GitHub Activity & Statistics
GitHub Stats GitHub Streak



Top Languages

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:

  1. 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.
  2. 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_TOKEN in Vercel's project settings)
    • Deploy, then swap the image URL above to your own *.vercel.app domain

πŸ› οΈ Tech Stack

Frontend & UI



Backend, AI & Databases



Tools & Platforms


πŸ“ˆ Currently Leveling Up

LLM Fine-Tuning & RLHF     β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–‘β–‘β–‘β–‘  80%
Multi-Agent Orchestration  β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘  50%
System Design              β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–‘β–‘β–‘β–‘β–‘β–‘  70%
Backend Architecture       β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–‘  95%

🎯 Current Focus

  • πŸ”§ 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.

🌱 The Big Picture

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:

  1. Create a token at github.com/settings/tokens with repo and read:user scopes
  2. Add it as a repository secret named METRICS_TOKEN (Settings β†’ Secrets and variables β†’ Actions)
  3. Create .github/workflows/metrics.yml in your rebira678/rebira678 repo:
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
  1. Add this to your README where you want it to appear:
![Metrics](./metrics.svg)

🐍 Contribution Snake

Contribution Snake animation
βš™οΈ 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 }}

πŸ“¬ Connect With Me



Always down to talk code, discuss SaaS ideas, or brainstorm interesting AI workflows. Let's build something cool! πŸš€

Pinned Loading

  1. rebik-portfolio-site rebik-portfolio-site Public

    JavaScript

  2. rezaday-company-portfolio rezaday-company-portfolio Public

    HTML

  3. SmartRecipeRecommender SmartRecipeRecommender Public

    HTML

  4. Soilsense-app Soilsense-app Public

    JavaScript

  5. Women_empowerment_portal Women_empowerment_portal Public

    JavaScript

  6. -Dockerize-Web-App-and-Push-to-DockerHub -Dockerize-Web-App-and-Push-to-DockerHub Public

    Dockerfile