π» Sofware Developer
π§βπ» Currently studying Systems Analysis and Development at ceub
π§βπ» Check out my protfolio
π Passionate about technology and its areas, especially development and security, but i love exploring new fields such as exact science, history and finance
ποΈ Love hiking, visiting waterfalls and watching movies/series...
π± Love animals, that's why i have 5 dogs...
package me.programmer.description
import lombok.Getter;
import lombok.Setter;
@Setter
@Getter
public class Gabezy {
private String[] code = new String[]{
"Java", "Nodejs", "TypeScript", "Python",
"SQL/NoSQL", "CSS", "HTML", "SASS"
};
private String[] tools = new String[]{
"Linux", "Bash", "MongoDB", "PostgreSQL",
"MySQL", "Pandas", "Git", "Docker"
};
private String[] frameworks = new String[]{
"React", "React Native", "Spring", "Nestjs",
"Nextjs", "Angular", "FastAPI"
};
public void greetings() {
System.out.println("Hello visitor");
}
}