I'm a Software Engineer near Naga City, Philippines. I'm a Software Engineer and Founder at HeavenSpace.
<?php
namespace ChaelArc;
class About extends Me
{
public const pronouns = [ 'he', 'him' ];
public function getWorkplace(): array
{
return [
'company' => 'Heaven Space',
'position' => 'CEO and Founder',
];
}
public function getKnowledge(): array
{
return [
Php::class,
Laravel::class,
Javascript::class,
Express::class,
React::class,
];
}
}
📨 Feel free to reach me on LinkedIn.