Skip to content
View Dincrivel's full-sized avatar

Block or report Dincrivel

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

Hi, I'm Diego! 👋

Typing SVG

👨‍💻 About ME

class AboutMe {
    constructor() {
        this.name = "Diego Velasques";
        this.area = "Studant";
        this.hobbies = ["Games", "Music", "Anime"];
        this.objective = "Reinventing myself through code and continuous growth.";
    }

    toString() {
        return `${this.name} | ${this.area}`;
    }
}

const me = new AboutMe();
console.log(me.toString());

🧐 Learning

HTML5 CSS3 JavaScript

🤳 My Socials

LinkedIn Instagram GitHub E-mail

🤐 Stats

👷‍♂️ Development Activity

🚧 Under Construction Zone 🚧

- !WARNING! Developer at work!
+ Please mind the code debris
! Some assembly required
# This area may contain:
@  Half-baked ideas
$  Experimental features
*  Coffee stainss

Pinned Loading

  1. classroom classroom Public

    Step-by-step of my studies in development area. Here I will upload my projects, achiviements and any lessons that I take in many classes, sites and etc

    HTML 2

  2. dio-lab-open-source dio-lab-open-source Public

    Forked from digitalinnovationone/dio-lab-open-source

    Repositório do lab "Contribuindo em um Projeto Open Source no GitHub" da Digital Innovation One.

    Jupyter Notebook 1