<?php
namespace App\Developers;
class NabilMouhssine extends SoftwareEngineer
{
public function __construct()
{
$this->name = "Nabil Mouhssine";
$this->role = "Full Stack Software Engineer";
$this->location = "TΓ©touan, Morocco π²π¦";
$this->experience = "7+ years";
}
public function getSpecialization(): array
{
return [
'stack' => 'TALL (Tailwind, Alpine.js, Laravel, Livewire)',
'focus' => 'High-performance, enterprise-grade web applications',
'passion' => 'Competitive Programming & Problem Solving'
];
}
public function getCurrentFocus(): array
{
return [
'π' => 'Building scalable SaaS applications',
'π±' => 'Preparing for AWS Cloud Practitioner certification',
'π―' => 'Open to collaborating on Open Source projects',
'π‘' => 'Solving algorithmic challenges daily',
'π' => 'Pursuing European Bachelor\'s in IT Development'
];
}
public function getAchievements(): array
{
return [
'algorithms' => '600+ problems solved',
'production_apps' => '50+ deployed',
'clients' => '30+ enterprise clients',
'open_source' => '15+ contributions'
];
}
}| π§© Algorithm Problems | π» Production Apps | π₯ Enterprise Clients | π Open Source |
|---|---|---|---|
| 600+ | 50+ | 30+ | 15+ |
| Solved | Deployed | Served | Contributions |
I'm always interested in collaborating on innovative projects, especially in:
- π SaaS Development - Building scalable cloud applications
- π οΈ Open Source - Contributing to impactful projects
- πΌ Freelance Work - Complex web application development
- π Mentoring - Helping developers level up their skills
Let's build something amazing together!


