package com.jopecodes.aboutMe;
public class Bio {
private String intro;
private String webpage;
private String workingOn;
private String learning;
private String lookingToCollaborateOn;
private String hobbies;
private String reachMe;
private String favoriteEditor;
private String[] favoriteLanguages;
public Bio() {
intro = "I am a software developer student and a self-taught full-stack web developer and mobile developer with a big passion on learning new stuff!";
webpage = "jopecodes.web";
workingOn = "Currently on last yer of software development graduation";
learning = "Mostly web full-stack and mobile technologies";
lookingToCollaborateOn = "Open-source projects, Neovim, who knows :D";
hobbies = "Spend an incredible amount of time of learning new stuff and messing up with my neovim config";
reachMe = "bitinbyte@outlook.com";
favoriteEditor = "Neovim";
favoriteLanguages = {
"dart",
"java",
"lua"
};
}
}
🎯
Focusing
Pinned Loading
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.