Skip to content
View nicolas-sabbatini's full-sized avatar
πŸ§‰
πŸ§‰
Block or Report

Block or report nicolas-sabbatini

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

Hi! I'm Nico πŸ‘‹.

He / Him

About me:

I'm a fullstack developer from πŸ‡¦πŸ‡· Argentina πŸ‡¦πŸ‡· currently working at @MODO.
I'm a highly enthusiastic developer, I love to code and explore new ideas. In my free time I like to swim and go on walks.
I have a great interest in ML, cellular automatas, emerging behaviors, and creative coding.

Currently working:

  • Job: Backend developer using NestJS.
  • Hobby:
    • Game dev using Rust.
    • Remixing random projects in Rust.

Currently lerning:

  • πŸ¦€ Rust πŸ¦€.

Fun fact:

  • I am a 🐢 dogs 🐢 person. (I would love to have one, but my apartment contract prohibits it)
  • My favorite programming language is πŸ¦€ Rust πŸ¦€.
  • I am an NVIM user. (you can find all my configurations in my dotfiles repo)
  • I am obsessed whit trying note-taking apps.
  • I am currently in a crisis about my favorite hot beverage, between πŸ§‰ MATE πŸ§‰ or β˜• COFFEE β˜•.

How to reach me:

  • Linkedin Badge
  • Gmail Badge

GitHub Info:

Top Langs

Pinned

  1. auto-flappy-bird auto-flappy-bird Public

    A FlappyBird clone played by a neural network

    Lua 3 2

  2. The famous one line program 10 PRINT... The famous one line program 10 PRINT in lua
    1
    ::_10:: io.write(math.random() < 0.5 and "/" or "\\"); goto _10
  3. go-quiz-game go-quiz-game Public

    This is the implementation of the frist exercise of the Gophercises course

    Go