Skip to content
View arthur-ngdi's full-sized avatar

Highlights

  • Pro
Block or Report

Block or report arthur-ngdi

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

Hey, buddy! I'm Arthur Ferreira!

Student of Computer Enginneering at Instituto Nacional de Telecomunicações, Eletronics Technician with emphasis in Telecomunications at Escola Técnica de Eletrônica "Francisco Moreira da Costa". Nowadays working as Project Management Trainee at Soil Tecnologia.

Linkedin: Arthur Ferreira GitHub Arthur Ferreira

A little more about me...

import java.util.ArrayList;

public class Arthur extends Developer{

    private int energy;
    ArrayList<String> knowledge = new ArrayList<String>();

    public Arthur(int energy){
        
        this.energy = energy;
        knowledge.add("Java");
        knowledge.add("SQL");
        knowledge.add("DataBase");
        knowledge.add("Python") ;
        knowledge.add("JavaScript");
        knowledge.add("C++");
        knowledge.add("C");
        knowledge.add("Arduino");
        knowledge.add("HTML5");
        knowledge.add("CSS3");
        knowledge.add("MQTT Protocol");
        knowledge.add("GIT");
        knowledge.add("Docker");
        knowledge.add("SCRUM");
        knowledge.add("Kanban");
        knowledge.add("Project Management");
        knowledge.add("CI/CD");
}

    public ArrayList getKnowledge() {
        return knowledge;
    }

    public void setknowledge(String curso) {
        System.out.println("Alura?");
        knowledge.add(curso);
    }

    public int getEnergy() {
        return this.energy;
    }

    public void drinkCoffee (){
        if(this.energy < 100) {
            System.out.print("let's go!");
            this.energy = 100;
        } else {
            System.out.print("I'm not in need of energy, " +
                    "but every time is a good time for a little coffee!");
        }
    }
}

Code Time

Profile Views

Lines of code

🐱 My GitHub Data

📦 19.1 kB Used in GitHub's Storage

🏆 16 Contributions in the Year 2023

🚫 Not Opted to Hire

📜 16 Public Repositories

🔑 2 Private Repositories

I'm an Early 🐤

🌞 Morning                136 commits         ██████░░░░░░░░░░░░░░░░░░░   25.37 % 
🌆 Daytime                210 commits         ██████████░░░░░░░░░░░░░░░   39.18 % 
🌃 Evening                178 commits         ████████░░░░░░░░░░░░░░░░░   33.21 % 
🌙 Night                  12 commits          █░░░░░░░░░░░░░░░░░░░░░░░░   02.24 % 

📅 I'm Most Productive on Thursday

Monday                   98 commits          █████░░░░░░░░░░░░░░░░░░░░   18.28 % 
Tuesday                  79 commits          ████░░░░░░░░░░░░░░░░░░░░░   14.74 % 
Wednesday                99 commits          █████░░░░░░░░░░░░░░░░░░░░   18.47 % 
Thursday                 143 commits         ███████░░░░░░░░░░░░░░░░░░   26.68 % 
Friday                   93 commits          ████░░░░░░░░░░░░░░░░░░░░░   17.35 % 
Saturday                 19 commits          █░░░░░░░░░░░░░░░░░░░░░░░░   03.54 % 
Sunday                   5 commits           ░░░░░░░░░░░░░░░░░░░░░░░░░   00.93 % 

📊 This Week I Spent My Time On

🕑︎ Time Zone: America/Sao_Paulo

💬 Programming Languages: 
CSS                      3 hrs 46 mins       █████████████████████░░░░   83.88 % 
HTML                     42 mins             ████░░░░░░░░░░░░░░░░░░░░░   15.95 % 
XML                      0 secs              ░░░░░░░░░░░░░░░░░░░░░░░░░   00.18 % 

🔥 Editors: 
VS Code                  4 hrs 29 mins       █████████████████████████   100.00 % 

🐱‍💻 Projects: 
LP                       4 hrs 29 mins       █████████████████████████   100.00 % 

💻 Operating System: 
Windows                  4 hrs 29 mins       █████████████████████████   100.00 % 

I Mostly Code in CSS

CSS                      3 repos             ████░░░░░░░░░░░░░░░░░░░░░   14.29 % 
HTML                     3 repos             ████░░░░░░░░░░░░░░░░░░░░░   14.29 % 
Python                   3 repos             ████░░░░░░░░░░░░░░░░░░░░░   14.29 % 
PHP                      1 repo              █░░░░░░░░░░░░░░░░░░░░░░░░   04.76 % 
Jupyter Notebook         1 repo              █░░░░░░░░░░░░░░░░░░░░░░░░   04.76 % 

Last Updated on 02/08/2023 01:14:06 UTC

Popular repositories

  1. git-github git-github Public

    repositório para curso da alura

  2. arthur-ngdi arthur-ngdi Public

  3. C206-POO C206-POO Public

    Repository to upload codes

    Java

  4. gitignore gitignore Public

    Forked from github/gitignore

    A collection of useful .gitignore templates

  5. arthur-ngdi.github.io arthur-ngdi.github.io Public

    Repositório para os arquivos do clone da página do Spotify

    CSS

  6. E209 E209 Public

    Repositório para códigos da aula

    C++ 1