Skip to content
View MaiDinhVinh's full-sized avatar
๐Ÿคก
nah i passed the exam
๐Ÿคก
nah i passed the exam

Highlights

  • Pro

Organizations

@TinyTensor

Block or report MaiDinhVinh

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this userโ€™s behavior. Learn more about reporting abuse.

Report abuse
MaiDinhVinh/README.md
import java.util.Arrays;
import java.util.ArrayList;
import java.util.List;
public interface DucksaberVN{

    public static final String WELCOMING_SLOGAN = "Welcome to the ricefield (VN) ๐Ÿ‘‹";

    public static final String GOVERNMENT_NAME = "MaiDinhVinh";

    public static final String NICKNAME = "๐Ÿ˜Ž Nickname: DucksaberVN (Formerlly known as \"VinhDev\")";

    public static final String WHO_AM_I = "โ˜  A typical highschool student";

    public static final String FAVORITE_SUBJECT = "Physic hater, CS lover, Mathematic enjoyer";

    /**
     * I will try to obtain the famous {@code Oracle Certified Professional Java SE 8 (1z0-809)}<p>
     * in the future too !
     * </p> */

    public static final List<String> CURRENT_CERTIFIED_SKILL =  Arrays.asList(
            "Oracle Certified Foundation Associate Java SE 8 (1z0-811)",
            "Oracle Certified Associate Java SE 8 (1z0-808)"
    );

    public static final List<String> CURRENT_SKILL = Arrays.asList(
            "Java SE 8", "MySQL (a bit)", "Python (Mainly for AI stuff)"
    );

    public static final List<String> CURRENT_PROJECT = Arrays.asList(
            "TinyTensor(1st Season) as Hanoi Area Director"
    );


    public static final List<String> FAVORITE_GAME = Arrays.asList(
      "Minecraft", "Geometry Dash", "CS2 (a bit)", "Smash Hit",
      "A dance of ice and fire"
    );

    public static final String FAVORITE_SPORT = "Retired Badminton Defender (Arcsaber 11 Pro - Halbertec 8000)";

    public static final String CONTACT_EMAIL = "[email protected]";

    public static final String PERSONAL_WEBSITE = "ducksabervn.com OR vinhdev.vn";
}

Pinned Loading

  1. CS-Java CS-Java Public

    Where I store all Java source codes for studying

    Java 1

  2. TinyTensor/.github TinyTensor/.github Public

  3. ducksabervnweb ducksabervnweb Public template

    Forked 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