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.

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

Eugene Leontev β€” Senior Ruby / Ruby on Rails Engineer

Backend engineer with 9+ years of experience building and scaling production SaaS platforms.

I specialize in designing reliable Ruby on Rails backends, optimizing PostgreSQL-heavy workloads, and building APIs that operate under real production load.

One example: improved a critical backend endpoint from ~250ms to ~20ms in a mobile backend called over 1M times per day by redesigning PostgreSQL queries and indexes.

πŸ“ Tbilisi, Georgia
🌍 Open to global remote roles

LinkedIn: https://linkedin.com/in/eugeneleontev
GitHub: https://github.com/madmatvey
Blog: https://madmatvey.github.io/


Core Expertise

Backend Development

  • Ruby
  • Ruby on Rails
  • REST API architecture
  • Service-oriented systems

Databases

  • PostgreSQL
  • Query optimization
  • Data modeling
  • Materialized views

Scalability & Infrastructure

  • AWS
  • Docker
  • CI/CD pipelines
  • distributed systems

Backend Systems

  • Sidekiq
  • background processing
  • asynchronous pipelines

Engineering Impact

Selected examples from production systems:

β€’ Reduced API latency 250ms β†’ 20ms through PostgreSQL query optimization
β€’ Improved endpoint performance 400–500ms β†’ 3–5ms through architectural redesign
β€’ Built backend systems handling 100K+ API requests per day
β€’ Designed asynchronous processing pipelines for financial workflows
β€’ Maintained 99.9% uptime for SaaS production services


Professional Experience

Senior Ruby Developer β€” Wallarm (API Security SaaS)

Worked on a large-scale API security platform serving enterprise customers.

  • Developed Ruby on Rails APIs handling 100K+ daily requests
  • Contributed to API-first architecture for enterprise integrations
  • Improved production reliability and observability

Lead Backend Engineer β€” SaaS Platforms

Architected and developed scalable Rails backends for production SaaS applications.

  • Designed distributed backend services
  • Built fault-tolerant background processing with Sidekiq
  • Integrated external APIs and CRM platforms

Engineering Manager / Lead Backend Engineer β€” Appbooster

Led backend development for a mobile growth and analytics platform.

  • Improved backend performance 250ms β†’ 20ms
  • Introduced asynchronous processing pipelines
  • Led engineering team of 12 developers

Engineering Interests

  • scalable backend architecture
  • PostgreSQL performance
  • API design
  • distributed systems
  • AI-assisted software development

Writing

Technical notes and experiments:
https://madmatvey.github.io/


β€œAll complex systems are built in small and relatively simple iterations.”

β€” Eugene Leontev

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 4 11