<?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: 13 March 2025 - To: 20 March 2025
PHP ██████████████████████▓░░ 91.15 %
Bash █░░░░░░░░░░░░░░░░░░░░░░░░ 04.66 %
YAML ▒░░░░░░░░░░░░░░░░░░░░░░░░ 01.66 %
JSON ▒░░░░░░░░░░░░░░░░░░░░░░░░ 00.84 %
Python ▒░░░░░░░░░░░░░░░░░░░░░░░░ 00.78 %