Skip to content
View wuvinotre's full-sized avatar
:shipit:
I may be slow to respond.
:shipit:
I may be slow to respond.

Block or report wuvinotre

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

My name is Vinicius and I am an undergraduate student in Computer Science with 3 years of experience in software development

class ComputerScientist {
  let name: String
  let age: Int
  let role: String
  let languages: [String]
  let code: [String]
  let tools: [String]
  let others: [String]

  init() {
    self.name = "Vuinishiusu"
    self.age = 21
    self.role = "Mobile Developer"
    self.languages = ["Portuguese", "English", "Japanese"]
    self.code = ["Javascript", "Typescript", "Swift", "Kotlin", "Python", "PHP", "Java"]
    self.tools = ["React Native", "ReactJS", "NodeJS", "SwiftUI", "Jest", "MongoDB", "MySQL", "Firebase"]
    self.others = ["Styled-Components", "Tamagui", "Chakra-UI"]
  }

  func sayHello() {
    print("Thanks for dropping by, hope you find some of my work interesting.")
  }
}

  let me = ComputerScientist()
  me.sayHello()

Twitter: Vuinishiusu Linkedin: Vuinishiusu visitors

Pinned Loading

  1. demo demo Public

    demonstration of skills

    TypeScript

  2. House House Public

    a house with many doors (incomplete)

    Swift