<?php
namespace Ayoub;
class About extends Me
{
public function getInformation(): array
{
return [
'full_name' => 'Ayoub Bablil',
'position' => 'Full Stack Developer',
'age' => 23,
'school' => [
'name' => '1337 Coding School',
'branch' => 'Software Engineering',
'country' => 'Morocco',
'city' => 'Khouribga',
],
'university' => [
'name' => 'Sidi Mohamed Ben Abdellah University',
'branch' => 'English Studies',
'country' => 'Morocco',
'city' => 'Fez',
],
'email' => 'ayoub@abablil.me',
'website' => 'https://abablil.me',
];
}
public function getDailyKnowledge(): array
{
return [
Html::class,
Css::class,
Js::class,
Jquery::class,
NodeJs::class,
ReactNative::class,
Bootstrap::class,
Tailwind::class,
Mysql::class,
Php::class,
C::class,
Cpp::class,
Laravel::class,
Git::class,
Github::class,
Linux::class,
VsCode::class,
Postman::class,
Aws::class,
Azure::class,
Figma::class
];
}
public function getFutureGoals(): array
{
return [
'Contribute to Open Source projects',
'Learn more about Artificial Intelligence',
'Build a startup',
'Travel around the world',
];
}
}
- Morocco , Taza, 35000
-
15:31
(UTC +01:00) - https://abablil.me
- @bablilayoub
- bablil_ayoub
- thexdayoub
Highlights
Pinned Loading
-
web-server
web-server PublicSimple web server that can be used to serve PHP, HTML, and other files. It is lightweight and easy to use. It is also easy to configure and can be used to serve files from any directory
CSS 2
-
NiceHalf-Framework
NiceHalf-Framework PublicNiceHalf Framework is an open source PHP Framework ready for production
PHP 5
-
push_swap_tester
push_swap_tester PublicThis tester is designed to test the push_swap project from the 42 / 1337 school. It will assess your push_swap program with various inputs and provide the result of each test along with the average…
Shell 7
-
1337-42-Launcher
1337-42-Launcher Public1337 / 42 launcher for MacOS. It will allow you manage your whole desktop , and launch your favorite apps in one click
Shell 5
If the problem persists, check the GitHub status page or contact support.