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

Block or report mgershovitz

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

Hi, you've reached maya's Git!
I'm not in right now, please leave a message.

הבלוג של מאיה כותבת אלגוריתמים

🙋 About me:

I'm a software engineer and a tech-blogger.
My likes are recursions, functional programming and git hacks.
My dislikes are long walks on the beach and writing bios.

🏠 Work:

I work at Meta, just started so still figuring stuff out.

💻 blog:

I write a tech-blog (in hebrew) about tech, interviews and algorithms. You can find it here (if you don't speak the language you can look at the pretty pictures!)

Wanna see something cool?

Checkout this 2048 self-sovler -

Pinned

  1. maya_solves maya_solves Public

    Solutions to programming problems

    Python 11 4

  2. Project env switch function complete... Project env switch function complete with completion
    1
    function repo {
    2
      source ~/virtual_envs/$1/bin/activate;
    3
      cd ~/git_repositories/$1
    4
    }
    5
    
                  
  3. FifteenPuzzle FifteenPuzzle Public

    FifteenPuzzle

    Python

  4. sample_projects sample_projects Public

    small projects with tutorials on some cool python packages for shecodes python students

    Python 1