<?php
namespace Cristian;
// Some info about me...
class About extends Me
{
public function __construct(Developer $developer)
{
$developer->fullName = 'Cristian Ferreyra';
$developer->profession = 'Senior Full Stack Developer';
$developer->from = 'Argentina 🇦🇷';
}
}
From: 12 March 2025 - To: 19 March 2025
PHP ██████████████████████▒░░ 89.93 %
Bash █▒░░░░░░░░░░░░░░░░░░░░░░░ 05.50 %
YAML ▒░░░░░░░░░░░░░░░░░░░░░░░░ 01.98 %
JSON ▒░░░░░░░░░░░░░░░░░░░░░░░░ 01.00 %
Python ▒░░░░░░░░░░░░░░░░░░░░░░░░ 00.93 %