Skip to content
View morvanabonin's full-sized avatar

Block or report morvanabonin

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

Hi there 👋

I'm a Software Engineer.

  • 🏢 I'm currently working at Rakuten
  • ⚙️ I use daily in my job: .java, .sh, docker, API
  • I have knowledge in: .go,.java, .py, docker, .sql, AWS, k8s
  • 🌍 I'm mostly active within the Microservices Community
  • 🌱 Learning all about Software Architecture
  • 💬 Ping me about development, docker, hexagonal architecture, python, php, go, machine learning
  • 📫 Reach me: twitter.com/morvanabonin and https://gitlab.com/morvanabonin
  • ⚡️ Fun fact: I'm a huge fan of Animes and Mangas

Pinned Loading

  1. gologs gologs Public

    Tests with libraries logs in Golang

    Go 1

  2. reflection-go reflection-go Public

    Testes usando reflection

    Go

  3. resys-prototype resys-prototype Public

    Prototype

    Python 1

  4. learning_python learning_python Public

    This repository is to save . my learning and follow my growth with python language.

    Python

  5. Docker commands Docker commands
    1
    # enter a specific docker conteiner
    2
    docker exec -it -u <use> <name_container> bash
    3
    docker exec -it <name_container> bash //without user
    4
    
                  
    5
    # up all docker containers
  6. learnings_golang learnings_golang Public

    Some tests and learnings in golang

    Go