Skip to content
View madmatvey's full-sized avatar

Block or report madmatvey

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.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, 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
madmatvey/README.md

Eugene Leontev - Lead Ruby Engineer

Location: Tbilisi, Georgia
LinkedIn: linkedin.com/in/eugeneleontev
GitHub: github.com/madmatvey
Blog: madmatvey.github.io

Professional Summary

Lead Ruby engineer with 8+ years specializing in high-load backends, microservices, and fintech solutions. Proven track record of delivering 92% performance improvements, scaling systems to handle 5,000+ daily transactions, and leading cross-functional teams of up to 12 engineers.

Key Achievements

  • Performance Optimization: Reduced database query latency from 250ms to 20ms, achieving 92% system throughput improvement
  • Scalability: Architected USDT wallet processing 5,000+ daily transactions with 300+ deposits in first week
  • Team Leadership: Led 12-engineer teams, delivering features 2 weeks ahead of schedule
  • Growth: Drove 12x user growth through referral programs generating 50,000+ invites
  • API Optimization: Slashed wallet API response time from 35-45s to 5-7s

Core Competencies

Backend Development: Ruby on Rails, PostgreSQL, Microservices Architecture
Cloud & DevOps: AWS, Kubernetes, CI/CD, Docker
Performance & Security: Query Optimization, OAuth, TRC20/ERC20 Integration
Leadership: Technical Team Management, Cross-functional Collaboration, Remote Team Coordination

Recent Experience

Principal Ruby Engineer | Fintech Startup (TRC20 USDT Wallet) | Sep 2024–May 2025

  • Sole backend architect for Series A fintech startup
  • Built secure USDT deposit system scaling to 5,000+ daily transactions
  • Designed referral engine driving 12x user growth

Lead Ruby Developer | Wallarm (API Security) | Jan 2023–Mar 2024

  • Led MySQL→PostgreSQL migration achieving 30% query performance improvement
  • Implemented OAuth-based IAM supporting 100k+ daily API calls

Lead Ruby Developer | Eleving Group (Fintech) | May 2022–Dec 2022

  • Redesigned core architecture for 92% throughput improvement
  • Implemented PostgreSQL materialized views reducing query times by 80%

Team Lead / Senior Ruby Developer | Appbooster | Aug 2018–Apr 2022

  • Managed 12-engineer team delivering releases ahead of schedule
  • Integrated monitoring tools reducing average query time from 250ms to 20ms

Education & Training

  • B.Sc. Computer Science in Economics | Urals State University (2005-2007)
  • Computing Machines & Networks | Novosibirsk State Technical University (2001-2004)
  • AI Tools Workshop | Delivered to 60 engineers with 75% adoption rate (2025)
  • Remote Team Management | Coursera & GitLab Certification (2024)

Languages & Availability

  • Languages: English (B2+), Russian (Native)
  • Availability: 9am-5pm EST / 2pm-10pm GMT for live collaboration
  • Work Authorization: No sponsorship required

"All complex systems are built in small and relatively simple iterations."

Cheers,
Eugene

Pinned Loading

  1. jekyll-crypto-donations jekyll-crypto-donations Public

    A Jekyll plugin for crypto donations

    Ruby 1

  2. Prune local tracking branches that d... Prune local tracking branches that do not exist on remote anymore
    1
    git fetch --prune
    2
    
                  
    3
    git remote prune origin --dry-run
    4
    
                  
    5
    git branch -r | awk '{print $1}' | egrep -v -f /dev/fd/0 <(git branch -vv | grep origin) | awk '{print $1}' | xargs git branch -D
  3. madmatvey.github.io madmatvey.github.io Public

    my personal blog powered by Jekyll

    HTML

  4. gasfree_sdk gasfree_sdk Public

    Ruby SDK for interacting with the GasFree.io API, enabling gasless transfers of TRC-20/ERC-20 tokens.

    Ruby 2 13