Skip to content
View FADL285's full-sized avatar
🏠
Working from home 🔻🚀
🏠
Working from home 🔻🚀

Highlights

  • Pro

Organizations

@CIS-Team @Spider-te8 @IEEEManCSC
Block or Report

Block or report FADL285

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

Mohamed Fadl

<About />

class Mohamed_Fadl {
  ABOUT = `
    Hello 👋👋, I'm Mohamed AboulFadl, an accomplished Front-End Engineer with a passion for crafting user-centric web solutions.
    With over three years of experience in the industry, I have developed a keen expertise in HTML, CSS, JavaScript, and Vue.js.
    My journey has led me to deliver high-quality web applications, including a notable project that significantly improved user engagement.

    I'm ambitious and love new challenges :)
    My vast variety of skills is continuously expanding.
    `

  constructor() {
    this.name = "Mohamed AboulFadl"
    this.about = ABOUT
    this.email = "Mohamed.Fadl.Farag@gmail.com"
    this.userName = "FADL285"
    this.dayOfBirthTimestamp = 959482800000
    this.location = "Gharbia, Egypt"
  }

  workExperience() {
    return [
      '...|',
      { "2024-present": "Software Engineer @ CyberDefenders" },
      { "2020-present": "Freelance Front-End Engineer" },
      { "2020-2023"   : "Front-End Engineer @ Spider-Te8" },
      { "2019-2020"   : "Front-end Engineer @ Alpha Egypt Group" }
    ]
  }

  education() {
    return [
      { "2018-2022": "Computer Science, Bachelor's degree @ Mansoura University" },
      { "2020-2020": "Front End Web Developer (Nanodegree Program) @ Udacity - 4 Months" },
      { "2022-2022": "Full Stack JavaScript Developer (Nanodegree Program) @ Udacity - 4 Months" }
    ]
  }

  skills() {
    return [
      'HTML', 'CSS', 'JavaScript',
      'SASS', 'Bootstrap/TailwindCSS',
      'Vue.js', 'Nuxt.js', 'React', 'TypeScript',
      'Jest/Jasmine', 'Vitest', 'Cypress', // ->> Testing Tools
      'npm/yarn', 'Webpack/Vite', 'Git/GitHub',
      'Node.js', 'Express', 'MongoDB', 'PostgreSQL',
      'Python', 'WordPress', '...|'
    ]
  }
}

Pinned

  1. Front-End-Development-Roadmap Front-End-Development-Roadmap Public

    This is a curated roadmap to becoming a professional Front-end Developer that anyone could use to learn about the practice of front-end development.

    105 27

  2. JavaScript-Interview-Questions JavaScript-Interview-Questions Public

    Forked from learning-zone/javascript-basics

    500+ JavaScript Interview Questions

    HTML 10 1

  3. LeetCode LeetCode Public

    LeetCode Problems' Solutions

    JavaScript 2

  4. Using-Python-to-Interact-with-the-Operating-System Using-Python-to-Interact-with-the-Operating-System Public

    Using Python to interact with the Operating System course from Google activities

    Python 3 1

  5. LINUX-BASICS-FOR-HACKERS-Book LINUX-BASICS-FOR-HACKERS-Book Public

    Summary for Linux Basics For Hackers Book

    19 4

  6. Hosting-a-Full-Stack-Application Hosting-a-Full-Stack-Application Public

    taking a developed full stack application (udagram) and deploy it to a cloud service provider so that it is available to customers. This application contains the main components of a 3-tier full st…

    TypeScript 2