Skip to content
View MossabArektout's full-sized avatar

Block or report MossabArektout

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
MossabArektout/readme.md
Typing SVG
github contribution grid snake animation



Typing SVG

Twitter Follow LinkedIn Instagram Portfolio

Profile Views


Coding

๐Ÿš€ About Me

class SoftwareEngineer {
    constructor() {
        this.name = "Mossab Arektout";
        this.location = "๐Ÿ‡ฒ๐Ÿ‡ฆ Rabat, Morocco";
        this.education = "ENSIAS";
        this.role = "Software Engineer & AI Engineer";
        this.passions = [
            "Artificial Intelligence",
            "Full-Stack Development",
            "Open Source",
            "Problem Solving"
        ];
    }
    
    getDailyRoutine() {
        return "Code โ†’ Learn โ†’ Build โ†’ Deploy โ†’ Repeat ๐Ÿ”„";
    }
    
    getLifePhilosophy() {
        return "Stay hungry, stay foolish, stay coding! ๐Ÿ’ก";
    }
}

const mossab = new SoftwareEngineer();


๐Ÿ› ๏ธ Tech Stack & Skills

๐Ÿ”ฅ Core Technologies

Programming Languages

Backend & Databases

AI/ML & Data Science

DevOps & Tools


๐Ÿ“Š GitHub Statistics


๐Ÿ† GitHub Achievements

trophy

---

๐Ÿ“ˆ Contribution Graph

contribution graph

๐Ÿ’ก Random Dev Wisdom


๐ŸŽฎ When I'm Not Coding

class PersonalLife:
    def __init__(self):
        self.hobbies = ["๐ŸŽธ Music", "๐Ÿ“š Reading", "โ™Ÿ๏ธ Chess", "โšฝ Football"]
        self.interests = ["๐Ÿš€ Space Tech", "๐ŸŽจ Design", "๐ŸŽฏ Productivity"]
        self.currently_reading = "Clean Architecture by Robert C. Martin"
        self.favorite_quote = "The only way to do great work is to love what you do"
    
    def weekend_routine(self):
        activities = ["Code side projects", "Learn new tech", "Contribute to OSS"]
        return f"Weekends = {' โ†’ '.join(activities)} ๐Ÿ”„"

life = PersonalLife()
print(life.weekend_routine())
# Output: Weekends = Code side projects โ†’ Learn new tech โ†’ Contribute to OSS ๐Ÿ”„

๐Ÿ“ซ Let's Connect & Collaborate!


Twitter

LinkedIn

Instagram

Email

๐Ÿ’ฌ Open to:

โœ… Collaboration on innovative projects
โœ… Freelance opportunities
โœ… Tech discussions & mentorship
โœ… Open source contributions


โญ From Mossab Arektout with ๐Ÿ’™

"Code is like humor. When you have to explain it, it's bad!" ๐Ÿ˜„

Popular repositories Loading

  1. TaskPilot TaskPilot Public

    This is a Task Manager Web application

    CSS 3

  2. ChatterZone ChatterZone Public

    ChatterZone: A revolutionary social platform for word enthusiasts. Express freely through text, fostering connections and sparking conversations solely through writing.

    PHP 3

  3. MossabArektout MossabArektout Public

    3

  4. PFA-HotelRoomBokingApp PFA-HotelRoomBokingApp Public

    Room booking website for a specific Hotel

    Blade 3

  5. CS50_fiftyville CS50_fiftyville Public

    In the Fiftyville problem of CS50, you use SQL to solve a crime in a fictional town. By analyzing a database of residents, businesses, and transactions, you gather clues and identify the culprit. Tโ€ฆ

    1

  6. Customer-Churn-Prediction Customer-Churn-Prediction Public

    predict which customers are likely to stop using a service or product.

    Jupyter Notebook 1