Skip to content

Latest commit

 

History

35 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 

Repository files navigation


"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! 🚀

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors