Skip to content
View 0xregulus's full-sized avatar

Block or report 0xregulus

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 supported. This note will be visible to only you.
Report abuse

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

Report abuse
0xregulus/README.md

👋 Hi, I'm Facundo Rodríguez

💡 Technical Product Manager & Software Engineer building high-impact fintech and AI-driven products across Latin America.

I bridge product strategy and engineering execution — translating user and business goals into scalable, data-driven systems.


🚀 What I Do

  • 🧠 Product Leadership – From 0→1 launches to scale-up optimization. Experienced in OKRs, DREs, growth loops, and product analytics.
  • 🧩 Systems Architecture – Hands-on with Python, Node.js, Next.js, PostgreSQL, and AWS.
  • 💸 Fintech & Web3 – Deep domain expertise in payments, crypto, liquidity, and treasury systems.
  • 🤖 AI-powered Workflows – Prototyping LLM-driven tools for scheduling, market insights, and RAG assistants.

🛠️ Technologies I Use

💻 Languages

Python JavaScript TypeScript SQL

🧱 Backend & Infrastructure

Node.js PostgreSQL Supabase AWS Docker n8n

🖥️ Frontend

Next.js React TailwindCSS

📊 Data & Analytics

Pandas NumPy Jupyter Metabase BigQuery

🤖 AI & LLM Stack

OpenAI LangChain HuggingFace LlamaIndex Streamlit Anthropic Ollama


📊 What I’m Exploring

  • Agentic AI systems and LangGraph architectures
  • Real-World Asset tokenization & programmable finance
  • ETL automation and LLM-based data enrichment
  • AI-first product management frameworks

💬 Let’s Connect

💼 LinkedIn
🐦 Twitter


Pinned Loading

  1. latamlex latamlex Public

    LatamLex is an intelligent assistant that answers questions about financial and crypto regulations in Argentina, Brazil, Mexico, and Chile.

    HTML

  2. app_store_scraper app_store_scraper Public

    Jupyter Notebook

  3. Calculates the Levenshtein distance ... Calculates the Levenshtein distance between a and b.
    1
    def levenshtein(a, b):
    2
        "Calculates the Levenshtein distance between a and b."
    3
        n, m = len(a), len(b)
    4
        if n > m:
    5
            # Make sure n <= m, to use O(min(n,m)) space
  4. dynamic-pricing dynamic-pricing Public

    This project showcases a lightweight dynamic pricing engine for merchants that sell goods or services while getting paid in crypto.

    Python

  5. nexia-react-agent nexia-react-agent Public

    Nexia is a multilingual virtual assistant (Portuguese, Spanish, English) that helps users

    Python

  6. market-surveillance market-surveillance Public

    Synthetic end-to-end workflow that simulates a cryptocurrency exchange, injects manipulation patterns, and runs baseline surveillance rules.

    Jupyter Notebook