Skip to content
View lucasrpribeiro's full-sized avatar
:shipit:
:shipit:

Block or report lucasrpribeiro

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

🧑🏻‍💻 Hi! I'm Lucas Ribeiro

JR Software Developer, Nerd/Geek 🤓

class Lucas extends Human {
  name: string
  nationality: string
  
  constructor() {
    super()
    this.name = "Lucas Ribeiro"
    this.nationality = "Brazilian"
  }
  
  languages: Array<string> = [
    "Portuguese",
    "English"
  ]
  
  technologies: {
    JavaScript:     ["React", "Vue", "Nuxt", "Vite", "Astro",]
    APIs:           ["REST"]
    DesignLibs:     ["TailwindCss", "Vuetify"]
    Others:         ["Linux", "Git", "Gitlab", "Github", "Jira", "Figma"]
  }
}

Pinned Loading

  1. lucasribeiro.dev lucasribeiro.dev Public

    Portfolio, blog and online CV

    Vue 1 1

  2. My-zsh-theme My-zsh-theme Public

    This is my theme for oh-my-zsh terminal

    Shell

  3. 3D-Solar-System 3D-Solar-System Public

    This is a project I made to play around with the Three.js library, it's nothing more than a simple model of the solar system XD

    JavaScript

  4. 366-days-tech 366-days-tech Public

    This repository is a commitment to study, review, and documentation. I will spend 366 days (1 year) starting today, studying concepts specified on the website (https://roadmap.sh/frontend) where I …