Software Enginner at Arya art agency
class ProfileController extends Controller
{
public function getProfile()
{
$muhammed = [
'pronouns' => 'he | him',
'code' => ['Python', 'Javascript', 'PHP', 'HTML', 'CSS', 'LARAVEL', 'LIVEWIRE', 'ALPINE.JS'],
'tools' => ['Vue', 'React', 'Redux', 'Node', 'Storybook', 'Styled-Components', 'Jest', 'Docker'],
'architecture' => ['microservices', 'event-driven', 'concurrent programming', 'design system pattern'],
'techCommunities' => [
'coorganizer' => 'Pathway, Arya Soft',
'speaker' => 'English, Kurdish, Arabic, French',
'mentor' => 'YOUTUBE && Chatgpt'
],
'challenge' => 'I am doing the #100DaysOfCode challenge focused on react and typescript'
];
return response()->streamJson([$muhammed], 200);
}
}
I love connecting with different people so if you want to say hi, I'll be happy to meet you more! :)