<?php
class Brigida
{
public string $role = "Informatics Engineering Student";
public string $school = "UNTL β Faculty of Science & Technology";
public array $focus = ["Data Engineering", "Full-Stack Dev", "System Builder"];
public array $learning = ["Python", "SQL", "Laravel"];
public array $skills = ["PHP", "Kotlin", "Python", "SQL"];
public string $os = "Linux Mint π§";
public array $hobbies = ["Building things βοΈ", "Automotive π", "Music π΅"];
public string $motto = "Build. Learn. Repeat.";
public function __toString(): string
{
return "<" . static::class . " | {$this->role} | \"{$this->motto}\">";
}
}
$me = new Brigida();
echo $me;
?>
// <Brigida | Informatics Engineering Student | "Build. Learn. Repeat.">
π―
Focusing
Students at Faculty of engineering UNTL, Studying Information Technology
- Timor-Leste
Popular repositories Loading
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.

