<?php
class Profile {
public string $main_dir = 'BackEnd Developer';
public array $learning = ['Software Architecture', 'Clean Code', 'Databases'];
public string $projects = 'Open-source & Pet-projects on GitHub';
public array $interests = ['Football', 'Music', 'Video Editing'];
public string $motto = 'Hard work pays off';
public string $goals = 'Grow as Developer & contribute to open source';
}
$me = new Profile();Backend:
Frontend:
Other Languages:
Tools: