Available for hire
Ronak Patel
Senior PHP & Full-Stack Developer
10 years of software development experience. Currently working as a Sr. Developer Programmer
at Fluid Management Technology, Australia. Hands-on with Core PHP, Laravel, Symfony, Yii2,
ReactJS, Node.js and GraphQL — backed by AWS cloud infrastructure and OCPP-based EV charging systems.
Skilled at managing multiple projects end-to-end within time and cost parameters.
/**
* @author Ronak Patel
* @role Senior PHP & Full-Stack Developer
* @since 2014 — 10 years of craft
*/
declare(strict_types=1);
namespace Portfolio\Developer;
class RonakPatel extends SeniorEngineer
{
public string $name = 'Ronak Patel';
public string $role = 'Sr. Developer Programmer';
public string $company = 'Fluid Management Technology';
public int $experience = 10;
public bool $available = true;
public array $stack = [
'PHP', 'Laravel', 'Symfony', 'Yii2',
'React', 'Node.js', 'GraphQL',
'MySQL', 'MSSQL', 'AWS', 'OCPP',
];
public function hire(): Response
{
return new Response(
status: 'ready',
quality: 'high',
delivery: 'on-time',
);
}
}