Skip to content
View mahmouddwidar's full-sized avatar
Block or Report

Block or report mahmouddwidar

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

Account: LinkedIn Account: Gmail Account: Resume mahmouddwidar

Typing SVG


namespace App\Http\Controllers;
use Illuminate\Http\Request;

class IntroductionController extends Controller
{
    public function introduceYourself(Request $request)
    {
        $name = $request->input('name', 'Mahmoud Dwidar');
        $occupation = $request->input('occupation', 'Full-Stack Developer');
        $interests = $request->input('interests', ['PHP', 'Laravel', 'React.js']);

        $introduction = "Hello, my name is {$name}. I am a {$occupation} and my interests include " . implode(', ', $interests) . ".";

        return response()->json(['introduction' => $introduction]);
    }
}

Languages and Tools:

PHP Laravel mysql HTML5 CSS Javascript React python django selenium linux git postman


Github Stats

mahmouddwidar

⚡ Fun fact

  • “Any fool can write code that a computer can understand. Good programmers write code that humans can understand.” — Martin Fowler

Pinned

  1. Front-End-Projects Front-End-Projects Public

    This repository features a blend of front-end projects alongside contributions from NTI Web Design Level 1.

    CSS

  2. CRM CRM Public

    (Customer Relationship Management) project built using Django

    Python

  3. Flask-Image-Background-Remover Flask-Image-Background-Remover Public

    A web application built with Flask and Python for removing image backgrounds and making them transparent.

    HTML

  4. Instagram-Clone Instagram-Clone Public

    Forked from AhmedKhaled-a/Instagram_clone

    This project is an Instagram clone website developed using Laravel framework.

    CSS

  5. JS-E-commerce JS-E-commerce Public

    Forked from AhmedKhaled-a/ecommerce

    A Front-end Ecommerce project that enables customers to create accounts, explore products, add products to cart, and checkout.

    HTML

  6. Joya Joya Public

    Forked from AhmedKhaled-a/JUMIA_Clone

    A multi-vendor e-commerce platform built with Laravel and React.

    JavaScript