Skip to content
View madmatvey's full-sized avatar
Block or Report

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 self-made Ruby Backend Developer and team leader with over 8 years of experience building highly loaded backends for mobile, web, and distributed applications. My main technology stack includes Ruby on Rails, PostgreSQL, and Amazon AWS. I thrive in startups and mid-sized companies, solving real problems, taking ownership of products, and bringing measurable value to users.

I believe in simplicity, transparency, and measurability. My approach to complex systems is to build them in small, simple iterations. I'm an advocate of clean architecture and SOLID principles, and I ensure everything works as expected by covering source code with unit tests.

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

  1. crm_test_assignment_2024 crm_test_assignment_2024 Public

    Ruby

  2. geojson-locations-api geojson-locations-api Public

    GeoJSON with Rails PostgreSQL and PostGIS

    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