<?php
class WasifAhmed extends Developer
{
public string $name = "Wasif Ahmed";
public string $username = "wasifahmed85";
public string $role = "Junior Laravel Developer";
public string $company = "@MTS-Services";
public string $since = "February 2025";
public string $location = "Bangladesh 🇧🇩";
public array $skills = [
"backend" => ["PHP", "Laravel", "REST API"],
"frontend" => ["Blade", "React", "TypeScript", "Inertia.js"],
"database" => ["MySQL"],
"tools" => ["Git", "GitHub", "Composer", "npm"],
];
public string $goal = "Building clean, scalable web applications";
public function currentlyLearning(): array
{
return [
"Laravel Queues & Events",
"Advanced React Patterns",
"API Development Best Practices",
];
}
}|
Queues, Events & Broadcasting |
Advanced Hooks & State Management |
REST API Best Practices |


