Skip to content
View hamzalamin's full-sized avatar
🎯
Focusing
🎯
Focusing

Block or report hamzalamin

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.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. 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
hamzalamin/README.md

LAMINHamzaUnregistered

/**
 * @author LAMIN Hamza
 * @version 1.0
 * A Full-Stack Developer focused on Java & Angular
 * Based in Agadir, Morocco 🇲🇦
 */
public class Developer {
    
    // Personal Information
    private final String name = "LAMIN Hamza";
    private final String role = "Full-Stack Developer";
    private final String location = "Agadir, Morocco";
    
    // Contact Information
    public static class Contact {
        public final String email = "[email protected]";
        public final String linkedin = "www.linkedin.com/in/hamza-lamin-a0440a296";
        public final String twitter = "https://www.x.com/FlHemza";
    }
    
    /**
     * My tech stack and proficiency levels
     */
    public class Skills {
        // Frontend Technologies
        private final Map<String, SkillLevel> frontend = Map.of(
            "Angular", SkillLevel.INTERMEDIATE,
            "React.js", SkillLevel.INTERMEDIATE,
            "JavaScript", SkillLevel.INTERMEDIATE
        );
        
        // Backend Technologies
        private final Map<String, SkillLevel> backend = Map.of(
            "Java", SkillLevel.INTERMEDIATE,
            "PHP", SkillLevel.ADVANCED,
            "TypeScript", SkillLevel.INTERMEDIATE,
            "Laravel", SkillLevel.ADVANCED,
            "Spring Boot", SkillLevel.INTERMEDIATE,
            "Hibernate", SkillLevel.INTERMEDIATE,
            "Jakarta EE", SkillLevel.INTERMEDIATE,
            "JPA", SkillLevel.INTERMEDIATE,
            "Spring Framework", SkillLevel.INTERMEDIATE
        );
        
        // Database Systems
        private final Map<String, SkillLevel> databases = Map.of(
            "MySQL", SkillLevel.ADVANCED,
            "PostgreSQL", SkillLevel.ADVANCED,
            "MongoDB", SkillLevel.INTERMEDIATE
        );
        
        // DevOps Tools
        private final Map<String, SkillLevel> devops = Map.of(
            "Docker", SkillLevel.INTERMEDIATE,
            "Git", SkillLevel.ADVANCED,
            "Maven", SkillLevel.INTERMEDIATE,
            "Jenkins", SkillLevel.INTERMEDIATE,
            "GitHub Actions", SkillLevel.INTERMEDIATE
        );
    }
    
    // Skill level enum
    private enum SkillLevel {
        BEGINNER, INTERMEDIATE, ADVANCED
    }
    
    /**
     * Areas of interest in the tech world
     * @return List of my current interests
     */
    public List<String> getInterests() {
        return Arrays.asList(
            "Web Development",
            "Machine Learning"
        );
    }
    
    /**
     * Something interesting about me
     * @return A fun fact
     */
    public String getFunFact() {
        return "I love tripping around new places, playing football with friends, " +
               "and swimming to relax and stay fit!";
    }
    
}

📊 GitHub Stats

GitHub Stats

🔥 Streak Stats

GitHub Streak

🏆 GitHub Trophies

👨‍💻 My Coding Journey

try {
    while(alive) {
        coffee.drink();
        code.write();
        knowledge.expand();
        
        if(problems.exist()) {
            problems.solve();
        }
        
        energy.recharge();
    }
} catch(BurnoutException e) {
    self.takeBreak();
    inspiration.find();
    continue;
}

Pinned Loading

  1. Citronix Citronix Public

    The Citronix project aims to develop a management application for a lemon farm, enabling farmers to track production, harvesting, and sales of their products. The application will facilitate the ma…

    Java 5

  2. ITLens ITLens Public

    ITLens est une application qui permet de réaliser des surveys dans le domaine de l’IT. Le projet repose sur la création et la gestion d’un survey structuré en chapitres et sous-chapitres contenant …

    Java 10

  3. Cyclo-Club-Horizon Cyclo-Club-Horizon Public

    CCH est une application qui doit permettre la gestion des courses contre la montre de cyclisme, organisées par le Cyclo Club Horizon, un club dédié à la promotion des compétitions cyclistes. Chaque…

    Java 4

  4. Bati-Cuisine Bati-Cuisine Public

    Bati-Cuisine is a Java application designed for professionals in the construction and renovation of kitchens. The application calculates the total cost of the work by taking into account the materi…

    Java 2

  5. Qatrat-7ayat Qatrat-7ayat Public

    Plateforme web de gestion des dons de sang permettant de connecter donneurs, demandeurs et entreprises soutenant les initiatives solidaires. Suivi des besoins, cartographie des centres, et gestion …

    Java

  6. Qatrat-7ayat-front Qatrat-7ayat-front Public

    وَمَنْ أَحْيَاهَا فَكَأَنَّمَا أَحْيَا النَّاسَ جَمِيعًا

    JavaScript