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

Hi there! ๐Ÿ‘‹ I'm Eugene Leontev

I'm a Ruby Backend Developer, Team Lead and Engineering manager with 8 years of experience in building high-load systems and scalable architectures. My work has reduced response times by 10x, optimized performance, and delivered reliable, efficient solutions across various projects.

I excel in leading teams to achieve measurable results, combining my adaptability, innovative mindset, and a strong focus on diversity. My expertise includes Ruby on Rails, AWS, and PostgreSQL, where I've successfully managed complex deployments and system improvements.

If your organization is looking for a professional who can transform technical challenges into clear, impactful results, let's connect! Together, we can drive your company's growth and success with my technical skills and leadership experience.

My Background

  • Location: Tbilisi, Georgia (originally from Siberia, Russia)
  • Experience: Wallarm (API Security), Eleving Group (Fintech Auto Loans), Appbooster (Hi-load Mobile Application), Bitupper (Cryptocurrency Blockchain Explorer)
  • Education: Bachelor's in Computer Programming, CS50 from Harvard College, and more!
  • Languages: Fluent in English (B2), native Russian speaker, and A1 in Georgian.

Fun Facts

  • ๐ŸŒŸ Former radio DJ, sound producer, musician, and entrepreneur.
  • โ›ต I have a sailing yacht captain's license!
  • ๐ŸŒ Considering Argentina as my next base camp.

Let's Connect!

I enjoy using memes in technical discussions, so feel free to share a good one when we chat! Looking forward to connecting with like-minded folks who value transparency and people-centric environments as much as I do.


"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. crm_test_assignment_2024 crm_test_assignment_2024 Public

    Ruby

  3. 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
  4. madmatvey.github.io madmatvey.github.io Public

    my personal blog powered by Jekyll

    HTML