Skip to content
View RenOpSo2's full-sized avatar
👀
Just Programming
👀
Just Programming
  • RzXTeam
  • London
  • 21:40 (UTC +01:00)

Block or report RenOpSo2

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.

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
RenOpSo2/README.md

Hi! I'm RenoDev 👨‍💻

Typing SVG


⚡ Tech Stack


💻 What I Do

Languages:
Frameworks:
Libraries:
Tools:
Philosophy: clean code > clever code
efficiency matters
documentation is love

🔧 Git Expertise

# My daily workflow
$ git commit -m "feat: atomic commits with clear messages"
$ git rebase -i main     # keep history clean
$ git cherry-pick <hash> # precise changes
$ git reflog            # never lose commits
$ git bisect            # find bugs efficiently

🚀 Current Focus

def daily_routine():
    return {
        "editor": "Neovim + Vim motions",
        "os": "Linux",
        "stack": "FastAPI/Flask + libcurl",
        "goal": "Write efficient, maintainable code"
    }

📫 Connect

write code. ship fast. keep it clean.


⚡ Neovim + Vim > everything else ⚡

Pinned Loading

  1. ip-resolver ip-resolver Public

    Lightweight IP resolver — interactive & batch DNS lookups (A/AAAA/CNAME/MX)

    Python 2

  2. pyc-fast-api pyc-fast-api Public

    A high-performance backend API using Python Flask with a C native runtime for faster request processing.

    C 2

  3. Fast-API-BE Fast-API-BE Public

    Server Backend FastAPI Starterkit Project For Beginner

    Python 3

  4. pascaltriangle-c pascaltriangle-c Public

    Pascal Triangle Loop And Array

    C 1