Skip to content
View MrS4w's full-sized avatar
👨‍🎤
I'm on my way 🎶
👨‍🎤
I'm on my way 🎶
Block or Report

Block or report MrS4w

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

Hi there 🤘

My name is Victor from Brazil. I've been working as developer since 2018 and currently I'm a Software Engineer at Itaú Unibanco.
Long live rock n' roll... 🎸

Open Source Love svg2 GitHub followers

import Developer from 'MrS4w';

class AboutMe extends Developer {
  name = 'Victor';
  role = 'Software Engineer';
  location = 'São Paulo - Brazil';
}

class Skills extends Developer {
  langs = ['HTML', 'CSS', 'JS', 'TS'];
  libs = ['Bootstrap', 'Angular Material'];
  frameworks = ['Angular', 'Node.js'];
}

Pinned

  1. me me Public

    👨 My personal website.

    HTML

  2. my-setup my-setup Public

    ⚙️ My development setup for starting new projects.

    1

  3. listened-albums listened-albums Public

    💿 List of all "new" albums listened to during the years

    JavaScript 2

  4. courses courses Public

    🤓 📚 General online courses exercises.

    TypeScript 4

  5. Twitter-bot Twitter-bot Public

    🤖 A chatbot that tweets a random number every 30 seconds and when someone follow it, tweets a thank you message.

    JavaScript 1

  6. universe-v1 universe-v1 Public

    🌎 Projeto acadêmico para a disciplina de desenvolvimento de software AP1 de 2018.1.

    Java