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 looking for opportunities to work with Project Management.
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!");
}
}
}
🐱 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