import java.util.ArrayList;
import java.util.List;
class READMEMechanism {
private String welcomingSlogan;
private String govermentName;
private String nickName;
private String whoAmI;
private String favoriteSubject;
private String whichClubImIn;
private String favoriteGame;
private String favoriteSport;
private String currentSkill;
private String contactEmail;
private String personalWebsite;
private List<String> myGitProfile = new ArrayList<>();
public READMEMechanism(){
this.welcomingSlogan = "Welcome to the ricefield (VN) π";
this.govermentName = "MaiDinhVinh";
this.nickName = "π Nickname: DucksaberVN or VinhDev";
this.whoAmI = "β A typical highschool student";
this.favoriteSubject = "Physic enjoyer, CS lover, Mathematic hater (tho im good at math, idk)";
this.whichClubImIn = "π₯ FPT Software Club";
this.favoriteGame = "Favorite game: Minecraft, CS2, Geometry Dash";
this.favoriteSport = "Retired Badminton Defender (Arcsaber 11 Pro - Halbertec 8000)";
this.currentSkill = "β¨ Java Core (Prepare for upcoming Java Certified Professional Dev)";
this.contactEmail = "[email protected]";
this.personalWebsite = "vinhdev.vn (underconstruction)";
}
public void addAttribute(){
this.myGitProfile.add(this.welcomingSlogan);
this.myGitProfile.add(this.govermentName);
this.myGitProfile.add(this.nickName);
this.myGitProfile.add(this.whoAmI);
this.myGitProfile.add(this.favoriteSubject);
this.myGitProfile.add(this.whichClubImIn);
this.myGitProfile.add(this.favoriteGame);
this.myGitProfile.add(this.favoriteSport);
this.myGitProfile.add(this.currentSkill);
this.myGitProfile.add(this.contactEmail);
this.myGitProfile.add(this.personalWebsite);
}
public void getMyProfile(){
this.myGitProfile.forEach(m -> System.out.println(m));
}
}
public class README{
public static void main(String[] args) {
READMEMechanism VinhDev = new READMEMechanism();
VinhDev.addAttribute();
VinhDev.getMyProfile();
System.out.println("lol");
}
}
π€‘
nah i passed the exam
@oracle Java SE 8 Certified Associate Developer
(currently studying to become certified professional)
-
Alphaclei Laboratory
- Hanoi, Vietnam
-
01:56
(UTC +07:00) - https://tinytensor.net
- in/ducksabervn-dinhvinhmai
- https://vinhdev.vn
- https://ducksabervn.com
Highlights
- Pro
Pinned Loading
-
-
ducksabervnweb
ducksabervnweb Public templateForked from mmouzo/astro-cv-esquelete
Nah just a cheap copy and I changed it slightly (shout out to astro build and the owner of this repo)
Astro
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.