Skip to content
View ruan4f's full-sized avatar

Block or report ruan4f

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.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. 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
ruan4f/README.md

Hi There, I'm Ruan Ferreira 👋

  • 🔭 I’m currently working as System Analyst @Lynx S.p.A.
  • 🌱 I’m learning about .Net Core, Kotlin, Android, Microservice, Node Js, React, Flutter, Machine Learning and Data Science
  • 👯 I’m looking to collaborate on Educational and Social impact open source projects
  • 💬 Ask me about [React, Javascript, Node Js, .Net]
  • ⚡ Fun fact: I have over 1500 mangas and 800 Comics but I haven't read them all.
  • 🌱 I'm an enthusiast in 3D modeling and 3D printing

Skills


Ruan-Csharp Ruan-Js Ruan-Ts Ruan-Node Ruan-React Ruan-HTML Ruan-CSS Ruan-Android Ruan-Flutter Ruan-Python Ruan-Java Ruan-Kotlin

📫 How to reach me

ruan4f

GitHub Activity Graph

Snake animation

Pinned Loading

  1. ignite-aulas ignite-aulas Public

    TypeScript 2

  2. Microservice-dot-Net-Core Microservice-dot-Net-Core Public

    C# 2

  3. VSCode Settings VSCode Settings
    1
    {
    2
      // Configurações da fonte JetBrains Mono
    3
      "editor.fontFamily": "JetBrains Mono",
    4
      "editor.fontLigatures": true,
    5
      "editor.fontSize": 16,
  4. Settings.json for the 2023 Settings.json for the 2023
    1
    {
    2
      "emmet.syntaxProfiles" : {
    3
        "javascript" : "jsx"
    4
      },
    5
      "workbench.startupEditor" : "newUntitledFile",
  5. .gitconfig .gitconfig
    1
    [alias]
    2
      ci = commit
    3
      co = checkout
    4
      cm = checkout master
    5
      cb = checkout -b