<?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: 11 March 2025 - To: 18 March 2025
PHP █████████████████████▓░░░ 87.02 %
Bash ██░░░░░░░░░░░░░░░░░░░░░░░ 07.44 %
YAML ▓░░░░░░░░░░░░░░░░░░░░░░░░ 02.54 %
Python ▒░░░░░░░░░░░░░░░░░░░░░░░░ 01.19 %
JSON ▒░░░░░░░░░░░░░░░░░░░░░░░░ 00.96 %