Skip to content
View babe051's full-sized avatar

Highlights

  • Pro

Organizations

@OpenRim

Block or report babe051

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

πŸš€ Mohamed | Full-Stack Developer

Typing SVG
Profile Views Followers Stars

About Me

class Developer {
    constructor() {
        this.name = "Mohamed";
        this.location = "Nouakchott, Mauritania πŸ‡²πŸ‡·";
        this.role = "Junior Full-Stack Developer";
        this.workingOn = ["Web Development", "API Design", "System Programming", "Mobile Application"];
        this.languages = ["JavaScript", "TypeScript", "Python", "Java", "C++", "PHP", "Dart"];
        this.databases = ["MySQL", "MongoDB", "Firebase"];
        this.cloud = ["Docker", "Linux"];
        this.challenge = "Building the next big thing!";
    }
    
    getCurrentStatus() {
        return {
            coding: "24/7",
            learning: "Advanced System Design",
            collaborating: "Open Source Projects",
            dreaming: "Changing the world with code ✨"
        };
    }
    
    getLife() {
        return ["gonne","Code", "Eat", "Sleep", "Repeat"];
    }
}

const Mohamed = new Developer();
  • πŸ”­ Currently Working: Academic and personal development projects
  • πŸ“š Learning: Advanced software architecture and cloud technologies
  • πŸ’‘ Goal: Contributing to open-source projects and building impactful applications
  • ⚑ Hobbies: Coding, exploring new tech trends, and connecting with developers worldwide

Tech Arsenal & Expertise

Languages

JavaScript TypeScript Python Java C++ PHP Dart

Frontend Development

React HTML5 CSS3 Angular Flutter

Backend & Frameworks

Django Flask Spring Boot Express.js

Databases

MySQL MongoDB Firebase

DevOps & Tools

Docker Git GitHub Actions Linux VS Code REST API Postman


GitHub Analytics


Contribution Graph

πŸ† GitHub Achievements


🌟 My Development Philosophy

"Clean code always looks like it was written by someone who cares."

- Robert C. Martin

What drives me:

  • 🎯 Quality over Quantity: Writing maintainable, scalable code
  • πŸš€ Continuous Learning: Staying updated with latest technologies
  • 🀝 Collaboration: Believing in teamwork and knowledge sharing
  • πŸ’‘ Problem Solving: Finding elegant solutions to complex challenges

🀝 Let's Connect & Collaborate!

GitHub

Email

⭐️ From babe051 | Made with ❀️ and lots of β˜•

"Building the future, one commit at a time"

Popular repositories Loading

  1. aimd aimd Public

    AIMD is a README file generator

    Python 11 3

  2. mini_project mini_project Public

    Python 1

  3. CoffeeCard.App CoffeeCard.App Public

    C++ 1

  4. babe051 babe051 Public

    1

  5. Zeini-23025 Zeini-23025 Public

    Forked from Zeini-23025/Zeini-23025

    1

  6. snk snk Public

    Forked from Platane/snk

    🟩⬜ Generates a snake game from a github user contributions graph and output a screen capture as animated svg or gif

    TypeScript