Skip to content
View gheiythtba's full-sized avatar
🎯
Focusing
🎯
Focusing
Block or Report

Block or report gheiythtba

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
gheiythtba/README.md


Always busy, Always on the grind

Hi there!

public class TabarkiGheiyth implements AwesomeProgrammer {
    private final String university = "Higher School of Engineering and Technology, Esprit , Ariana , Tunisia";
    private final short graduationYear = 2025;
    private final String degree = "Engineer's degree";

    private String currentFocus = "Full Stack";

    enum TechStack {
        JAVA, ANGULAR, JS, TS, JPA, MVC, SQL, SPRINGBOOT, CRUD, REST
    }

    public String languagesISpeak(String environment) {
        switch (environment) {
            case "Tunisia":
                return "Arabic";
            case "USA":
                return "English";
            case "France":
                return "French";
            case "Italy":
                return "Italian";
            default:
                return "Arabic";
        }
    }

    public ArrayList<String> activities() {
        return new ArrayList<>(Arrays.asList(
                "Productivity nerd",
                "Language enthusiast"));
    }
}

Pinned Loading

  1. Agrify Agrify Public

    Forked from NourAchahlaou/Agrify

    A JavaFX farm app for streamlined operations. Manage tasks, report issues, and track resources with ease. Scene Builder and MySQL make Agrify a modern farm solution.

    Java

  2. Vostok-Project-Manager Vostok-Project-Manager Public

    Simplify project management and collaboration. Assign resources, track progress, and communicate effectively with Vostok Project Management.

    Java 1

  3. EldSync_back EldSync_back Public

    Forked from NourAchahlaou/EldSync_back

    backend project of EldSync

    Java

  4. Eldsync_client Eldsync_client Public

    Forked from IhebBelhadj/Eldsync_client

    The front end repo for the eldsync app

    CSS