Skip to content
View samir-ouaammou's full-sized avatar
:octocat:
Coding 🥇
:octocat:
Coding 🥇
  • 1337
  • Morocco

Highlights

  • Pro

Block or report samir-ouaammou

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.

Content in all repositories owned by your account will be closed.
Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
samir-ouaammou/README.md
# ------------------------------
#         about_me.py
# ------------------------------

```python
class Engineer:
    def __init__(self):
        # Basic Info
        self.name = "Samir Ouaammou"
        self.role = "Software Developer"
        self.location = "Morocco"
        self.current_focus = "Software Development"

        # Languages
        self.langs = ["C", "C++", "C#", "Python", "JavaScript/TypeScript", "SQL"]

        # Web Development
        self.web = ["HTML", "CSS", "React", "Next.js", "Node.js", "Tailwind CSS"]

        # Tools & Environment
        self.tools = ["Bash", "Git", "Linux", "Docker", "PostgreSQL"]

    def __str__(self):
        return f"""
        Name: {self.name}
        Role: {self.role}
        Location: {self.location}
        Currently: {self.current_focus}

        Languages: {', '.join(self.langs)}
        Web: {', '.join(self.web)}
        Tools: {', '.join(self.tools)}
        """

Contact

LinkedIn Profile Discord Profile WhatsApp

GitHub Stats

Samir's visitors Samir's followers Samir's stars

Contributions

snake animation

Pinned Loading

  1. Transcendence Transcendence Public

    PinSpace is a full-stack web application built as part of the ft_transcendence project at 1337 Coding School (42 Network), featuring a Pinterest-inspired platform where users can share content, int…

    TypeScript 4

  2. Web-Server Web-Server Public

    Forked from Imrane-Halim/web_server

    This project focuses on building a custom HTTP server from scratch, implementing core networking concepts and the HTTP protocol to handle client requests and deliver appropriate responses.

    C++ 5

  3. Inception Inception Public

    🐳 Inception is a hands-on project to learn Docker, DevOps, and system administration. Build a containerized environment with NGINX, WordPress, MariaDB, and optional services like Redis and FTP, all…

    Shell 4

  4. 3D-Game 3D-Game Public

    🎮🕹️ Cub3D is a simple 3D game using raycasting, made at 42 school — inspired by Wolfenstein 3D.

    C 3

  5. Mini-Shell Mini-Shell Public

    🏆 Minishell Project is a 42 project that recreates a simplified version of Bash. It handles command execution, input/output redirection, and environment variables, offering a deeper understanding o…

    C 6

  6. OOP-CPP OOP-CPP Public

    🧠 This repository is dedicated to Object-Oriented Programming (OOP) in C++, featuring all modules from CPP00 to CPP09 at 42 School.

    C++ 5