π» Sofware Developer
π§βπ» Systems Analysis and Development
π§βπ» 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
package me.programmer.description
import lombok.Getter;
import lombok.Setter;
@Setter
@Getter
public class Gabezy {
private String[] code = new String[]{
"Java", "GO", "Nodejs", "TypeScript", "Python",
"SQL/NoSQL", "CSS", "HTML"
};
private String[] tools = new String[]{
"Linux", "Bash", "MongoDB", "PostgreSQL",
"MySQL", "Pandas", "Git", "Docker"
};
private String[] frameworks = new String[]{
"Angular", "Spring", "Spring Boot" "React Native",
"Nestjs", "Nextjs", "React", "FastAPI"
};
public void greetings() {
System.out.println("Hello visitor");
}
}


