β Iβm currently working on freelancer job
β Iβm currently learning Everything related with software engineering ..
β All of my projects are available at https://github.com/MahmoudMiehob
β I regularly write articles on : https://www.facebook.com/profile.php?id=100010194910703
β Ask me about php,laravel framework and all about learning IT in albaath university
β How to reach me:
Β Β * Facebook-@mahmoudmiehob
Β Β * Email-@mahmoudmiehob
Β Β * linkedIn-@mahmoudmiehob
β Know about my experiences : https://www.linkedin.com/in/mahmoud-miehob-937064187
<?php
class About extends Me
{
public function getInfo(string $name, int $age): string
{
return sprintf("My name is %s and I am %d years old.", $name, $age);
}
public function getCurrentWorkplace(): array
{
return [
'workplace' => [
'company' => 'Freelancer',
'position' => 'Home'
]
];
}
public function getKnowledge(): array
{
return [
Html::class,
Css::class,
Php::class,
Javascript::class,
Laravel::class,
Bootstrap::class,
];
}
public function getFutureGoal(): string
{
return 'To contribute to open source.';
}
}
?>
Html5 |
CSS3 |
Javascript |
php |
Vue JS |
|
Bootstrap |
Tailwind |
Laravel |
Livewire |
MySQL |
|
Ubuntu |
Git |
gitlab |
bitbucket |
VS Code |
Postman |
chatGpt |
deepseek |