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

Block or report ahmeds0bhi

Report abuse

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

Report abuse
ahmeds0bhi/README.md

Typing SVG


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

class IntroductionController extends Controller
{
    public function introduceYourself(Request $request)
    {
        $name = $request->input('name', 'Ahmed sobhi');
        $occupation = $request->input('occupation', 'PHP Backend 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 linux git postman


Github Stats


Visitor Count:

Visitor Count

⚡ Fun fact

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

Pinned Loading

  1. WilliamGeorge1997/JavaScriptFinalProject WilliamGeorge1997/JavaScriptFinalProject Public

    EasyBuy, your go-to solution for a streamlined eCommerce experience! Our project is a user-friendly and efficient eCommerce platform designed with simplicity in mind using HTML5, CSS3, Bootstrap an…

    HTML 5

  2. WilliamGeorge1997/InstagramClone WilliamGeorge1997/InstagramClone Public

    InstagramClone: A vibrant open-source project mirroring Instagram's social essence in code. Seamless authentication, users, posts, likes, comments, follow and block systems using HTML5, CSS3, Boots…

    Blade 3

  3. WilliamGeorge1997/Trendify WilliamGeorge1997/Trendify Public

    Trendify, an innovative ecommerce platform designed to revolutionize the way users buy and sell products online, Created using HTML5, CSS3, JavaScript, Bootstrap, React, php, Laravel and MySQL

    JavaScript 3 1