💡 Always interested in experiments, optimizations, and impactful solutions.
<?php
namespace AshSofa;
class About extends Me
{
function getDailyKnowledge()
{
$Knowledge = [
Laravel::class,
CodeIgniter::class
];
$ProgressLearn = [
Express::class,
ReactNative::class,
];
}
function getFutureGoal()
{
echo "To contribute to open source.";
}
}

